diff options
author | Donald Robson <donald.robson@imgtec.com> | 2023-11-28 17:35:07 +0000 |
---|---|---|
committer | Maxime Ripard <mripard@kernel.org> | 2023-11-28 18:56:03 +0100 |
commit | 3cc808e3239cf566b3d3b15cf2beee066b60f241 (patch) | |
tree | 8a61defc5f5e48bb8a1b4e5c8bef53be634d2c8a /drivers/gpu/drm/imagination/pvr_cccb.h | |
parent | 325b71e820b67569048c621227266783442b75ed (diff) |
drm/imagination: Numerous documentation fixes.
Some reported by Stephen Rothwell. The rest were found by running the
kernel-doc build script.
Some indentation fixes.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202311241526.Y2WZeUau-lkp@intel.com/
Signed-off-by: Donald Robson <donald.robson@imgtec.com>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20231128173507.95119-1-donald.robson@imgtec.com
Diffstat (limited to 'drivers/gpu/drm/imagination/pvr_cccb.h')
-rw-r--r-- | drivers/gpu/drm/imagination/pvr_cccb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/imagination/pvr_cccb.h b/drivers/gpu/drm/imagination/pvr_cccb.h index f35b3d4c9575..943fe8f2c963 100644 --- a/drivers/gpu/drm/imagination/pvr_cccb.h +++ b/drivers/gpu/drm/imagination/pvr_cccb.h @@ -86,6 +86,7 @@ pvr_cccb_get_size_of_cmd_with_hdr(u32 cmd_size) /** * pvr_cccb_cmdseq_can_fit() - Check if a command sequence can fit in the CCCB. + * @pvr_cccb: Target Client CCB. * @size: Command sequence size. * * Returns: |