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_queue.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_queue.h')
-rw-r--r-- | drivers/gpu/drm/imagination/pvr_queue.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/imagination/pvr_queue.h b/drivers/gpu/drm/imagination/pvr_queue.h index b5ce2c742150..e06ced69302f 100644 --- a/drivers/gpu/drm/imagination/pvr_queue.h +++ b/drivers/gpu/drm/imagination/pvr_queue.h @@ -50,7 +50,7 @@ struct pvr_queue_cccb_fence_ctx { */ struct pvr_job *job; - /** @lock: Lock protecting access to the job object. */ + /** @job_lock: Lock protecting access to the job object. */ struct mutex job_lock; }; @@ -114,7 +114,7 @@ struct pvr_queue { } timeline_ufo; /** - * last_queued_job_scheduled_fence: The scheduled fence of the last + * @last_queued_job_scheduled_fence: The scheduled fence of the last * job queued to this queue. * * We use it to insert frag -> geom dependencies when issuing combined |