commit | 987281ab02af9200e02f1d0cefc51d22dc0f5a62 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun Dec 29 18:31:47 2019 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Dec 30 13:43:54 2019 +0000 |
tree | 0482e71705e5fe6a044141daa43d142636916a81 | |
parent | a9e395a4ab795e6f96961ba6d0620f91b2dce9a0 [diff] |
drm/i915/gt: Ensure that all new contexts clear STOP_RING Set up the RING_MI_MODE in new contexts to clear the STOP_RING bit, just in case they find it still set after a reset (as they are the first contexts to be run). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191229183153.3719869-1-chris@chris-wilson.co.uk