commit | bb9e8755a4259a306cd1691b4e17c4c485d81c9e | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Jul 05 16:47:56 2018 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Jul 05 17:59:11 2018 +0100 |
tree | 6707793eab9e95df2b1a058c81d414c1c031d1f7 | |
parent | f0d759f038dcced7dfb756dc54c224f09ad062a2 [diff] |
drm/i915/selftests: Fixup recursive MI_BB_START for gen3 There's no magic bit0 in MI_BB_START for gen3, it's the same dword length parameter as elsewhere and needs to be zero. v2: Same bug in both live_requests and live_hanghcheck. References: https://bugs.freedesktop.org/show_bug.cgi?id=107132 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20180705154756.5533-1-chris@chris-wilson.co.uk Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>