diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2018-02-08 06:12:20 -0500 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2018-02-08 08:58:23 -0500 |
commit | 179f402550cf0f5ba9338297469be56f823a2331 (patch) | |
tree | c8450dee94786943da29a81ad3336e5fb349f6ac /drivers/gpu/drm/i915/intel_ringbuffer.c | |
parent | d03133a82dc2abd4aa3852ea35570ba82ea36201 (diff) |
drm/i915: Fix kerneldoc warnings for intel_ringbuffer
drivers/gpu/drm/i915/intel_ringbuffer.c:179: warning: No description found for parameter 'req'
drivers/gpu/drm/i915/intel_ringbuffer.c:741: warning: No description found for parameter 'req'
drivers/gpu/drm/i915/intel_ringbuffer.c:741: warning: No description found for parameter 'cs'
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180208111220.32293-1-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/intel_ringbuffer.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_ringbuffer.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.c b/drivers/gpu/drm/i915/intel_ringbuffer.c index f93e4532371a..c8f95456e430 100644 --- a/drivers/gpu/drm/i915/intel_ringbuffer.c +++ b/drivers/gpu/drm/i915/intel_ringbuffer.c | |||
@@ -137,7 +137,7 @@ gen4_render_ring_flush(struct drm_i915_gem_request *req, u32 mode) | |||
137 | return 0; | 137 | return 0; |
138 | } | 138 | } |
139 | 139 | ||
140 | /** | 140 | /* |
141 | * Emits a PIPE_CONTROL with a non-zero post-sync operation, for | 141 | * Emits a PIPE_CONTROL with a non-zero post-sync operation, for |
142 | * implementing two workarounds on gen6. From section 1.4.7.1 | 142 | * implementing two workarounds on gen6. From section 1.4.7.1 |
143 | * "PIPE_CONTROL" of the Sandy Bridge PRM volume 2 part 1: | 143 | * "PIPE_CONTROL" of the Sandy Bridge PRM volume 2 part 1: |
@@ -729,14 +729,6 @@ static void i9xx_emit_breadcrumb(struct drm_i915_gem_request *req, u32 *cs) | |||
729 | 729 | ||
730 | static const int i9xx_emit_breadcrumb_sz = 4; | 730 | static const int i9xx_emit_breadcrumb_sz = 4; |
731 | 731 | ||
732 | /** | ||
733 | * gen6_sema_emit_breadcrumb - Update the semaphore mailbox registers | ||
734 | * | ||
735 | * @request - request to write to the ring | ||
736 | * | ||
737 | * Update the mailbox registers in the *other* rings with the current seqno. | ||
738 | * This acts like a signal in the canonical semaphore. | ||
739 | */ | ||
740 | static void gen6_sema_emit_breadcrumb(struct drm_i915_gem_request *req, u32 *cs) | 732 | static void gen6_sema_emit_breadcrumb(struct drm_i915_gem_request *req, u32 *cs) |
741 | { | 733 | { |
742 | return i9xx_emit_breadcrumb(req, | 734 | return i9xx_emit_breadcrumb(req, |