drm/i915/selftests: Fixup missing MI_MEM_VIRTUAL for live_hangcheck
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 6 Jul 2018 14:23:23 +0000 (15:23 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 6 Jul 2018 16:13:17 +0000 (17:13 +0100)
commit8fdbfd8686329e286465bcef11a7ef20be84d6b6
tree636c4fead94ec46707d14923f4dd6050d3aaa716
parent5b544337109081ac4de23e7ded1c31f7457e5f5e
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
drivers/gpu/drm/i915/selftests/intel_hangcheck.c