Commit 70972f51 authored by Chris Wilson's avatar Chris Wilson

drm/i915: kerneldoc warnings squelched

drivers/gpu/drm/i915//gem/i915_gem_shrinker.c:142: warning: Function parameter or member 'shrink' not described in 'i915_gem_shrink'
drivers/gpu/drm/i915//gem/i915_gem_shrinker.c:142: warning: Excess function parameter 'flags' description in 'i915_gem_shrink'

drivers/gpu/drm/i915//intel_display.c:13443: warning: Function parameter or member '_state' not described in 'intel_atomic_check'
drivers/gpu/drm/i915//intel_display.c:13443: warning: Excess function parameter 'state' description in 'intel_atomic_check'
Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190612151311.30295-1-chris@chris-wilson.co.uk
parent 4f5fd91f
...@@ -114,7 +114,7 @@ static void try_to_writeback(struct drm_i915_gem_object *obj, ...@@ -114,7 +114,7 @@ static void try_to_writeback(struct drm_i915_gem_object *obj,
* @i915: i915 device * @i915: i915 device
* @target: amount of memory to make available, in pages * @target: amount of memory to make available, in pages
* @nr_scanned: optional output for number of pages scanned (incremental) * @nr_scanned: optional output for number of pages scanned (incremental)
* @flags: control flags for selecting cache types * @shrink: control flags for selecting cache types
* *
* This function is the main interface to the shrinker. It will try to release * This function is the main interface to the shrinker. It will try to release
* up to @target pages of main memory backing storage from buffer objects. * up to @target pages of main memory backing storage from buffer objects.
......
...@@ -13436,7 +13436,7 @@ static int calc_watermark_data(struct intel_atomic_state *state) ...@@ -13436,7 +13436,7 @@ static int calc_watermark_data(struct intel_atomic_state *state)
/** /**
* intel_atomic_check - validate state object * intel_atomic_check - validate state object
* @dev: drm device * @dev: drm device
* @state: state to validate * @_state: state to validate
*/ */
static int intel_atomic_check(struct drm_device *dev, static int intel_atomic_check(struct drm_device *dev,
struct drm_atomic_state *_state) struct drm_atomic_state *_state)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment