commit | 8a9b36e2588b85e954f71dc03f165091a6fe0593 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Apr 30 10:44:04 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Apr 30 16:04:54 2019 +0100 |
tree | d6bf4b4419ae6b8d0ec8b67df2644df29195d162 | |
parent | d5f9db2c2a097b881c618b1db2e6870863c46205 [diff] |
drm/i915: Wait for the struct_mutex on idling When the system is idling, contention for struct_mutex should be low and so we will be more efficient to wait for a contended mutex than reschedule. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190430094405.6127-1-chris@chris-wilson.co.uk