drm/i915: Report if i915_active is still busy upon waiting
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 2 Jul 2019 09:21:17 +0000 (10:21 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 2 Jul 2019 11:03:28 +0000 (12:03 +0100)
commitafd1bcd4ad776a9892ce6e814111af22dae44956
treee193fa1b75fad19fa247ec5498185864c6fbec3e
parent8759aa4cc1d36749845b7c99b12ab180e12f2699
drm/i915: Report if i915_active is still busy upon waiting

If we try to wait on an i915_active from within a critical section, it
will remain busy (such as if we are shrinking from within
i915_active_ref). Report the failure so that we do not proceed thinking
it is idle.

Extracted from a future patch "drm/i915: Coordinate i915_active with its
own mutex".

Fixes: 12c255b5dad1 ("drm/i915: Provide an i915_active.acquire callback")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190702092117.1707-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_active.c