Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56306c6e authored by Michel Thierry's avatar Michel Thierry Committed by Chris Wilson
Browse files

drm/i915: Fix stale comment about I915_RESET_IN_PROGRESS flag

parent 46649d8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1563,7 +1563,7 @@ struct i915_gpu_error {
	 *
	 * This is a counter which gets incremented when reset is triggered,
	 *
	 * Before the reset commences, the I915_RESET_IN_PROGRESS bit is set
	 * Before the reset commences, the I915_RESET_BACKOFF bit is set
	 * meaning that any waiters holding onto the struct_mutex should
	 * relinquish the lock immediately in order for the reset to start.
	 *