Skip to content

Commit

Permalink
drm/i915: Update i915_reset parameter for kerneldoc
Browse files Browse the repository at this point in the history
Since commit c033666 ("drm/i915: Store a i915 backpointer from
engine, and use it") i915_reset receives dev_priv, but the kerneldoc
was not updated.

Signed-off-by: Michel Thierry <michel.thierry@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170112041817.1102-3-michel.thierry@intel.com
  • Loading branch information
Michel Thierry authored and Mika Kuoppala committed Jan 12, 2017
1 parent 87c390b commit df21057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/i915_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,7 @@ static void enable_engines_irq(struct drm_i915_private *dev_priv)

/**
* i915_reset - reset chip after a hang
* @dev: drm device to reset
* @dev_priv: device private to reset
*
* Reset the chip. Useful if a hang is detected. Marks the device as wedged
* on failure.
Expand Down

0 comments on commit df21057

Please sign in to comment.