commit | b0a997ae5248b293b6f6d1996ea49c57f7b94227 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun May 10 11:24:29 2020 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon May 11 16:50:04 2020 +0100 |
tree | a4293b24a20a44bf52fda298a980c99ce2d3e66a | |
parent | c7e8a3d674fbaa5b12ddc681bdf46c34a27e55d5 [diff] |
drm/i915: Emit await(batch) before MI_BB_START Be consistent and ensure that we always emit the asynchronous waits prior to issuing instructions that use the address. This ensures that if we do emit GPU commands to do the await, they are before our use! Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20200510102431.21959-1-chris@chris-wilson.co.uk