commit | 5f5800a765de8414f6fb213c4ad4a1cf529e131d | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Dec 07 09:02:11 2018 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Dec 07 12:12:50 2018 +0000 |
tree | 10321191c337968106174d39a5684faefe547d8c | |
parent | d8f505311717cfc2033c44a8b26ba96c66187303 [diff] |
drm/i915: Push EMIT_INVALIDATE at request start to backends Move the common engine->emit_flush(EMIT_INVALIDATE) back to the backends (where it was once previously) as we seek to specialise it in future patches. 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/20181207090213.14352-1-chris@chris-wilson.co.uk