commit | 7e3d9a59410d8ea1b4240952485731252ac15f34 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Mar 08 13:25:16 2019 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Mar 08 13:59:41 2019 +0000 |
tree | cd78aec0e944e0da2c89b8684c7daa40495377f7 | |
parent | ab3517c1eb01cfd97df8c83435fe43329e0cfae3 [diff] |
drm/i915: Track active engines within a context For use in the next patch, if we track which engines have been used by the HW, we can reduce the work required to flush our state off the HW to those engines. 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/20190308132522.21573-1-chris@chris-wilson.co.uk