commit | 8fdbfd8686329e286465bcef11a7ef20be84d6b6 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 06 15:23:23 2018 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 06 17:13:17 2018 +0100 |
tree | 636c4fead94ec46707d14923f4dd6050d3aaa716 | |
parent | 5b544337109081ac4de23e7ded1c31f7457e5f5e [diff] |
drm/i915/selftests: Fixup missing MI_MEM_VIRTUAL for live_hangcheck We always want to use a virtual address (i.e. use the GTT) for MI_STORE_DWORD_IMM, but forgot the ever so important flag in live_hangcheck for gen3. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180706142323.25699-2-chris@chris-wilson.co.uk