]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/selftests: Ignore self-preemption suppression under gvt
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 12 Jul 2019 08:25:49 +0000 (09:25 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 15 Jul 2019 09:24:15 +0000 (10:24 +0100)
commitc1bd35d4adf504ac83a601997402159b38bb7437
treed730786e9795c14f614d3ff6d6e7ef9fd742e437
parent67348ee58f5fa78f8798f583a8eb5803ec0fd66b
drm/i915/selftests: Ignore self-preemption suppression under gvt

GVT forces single port submission of individual requests. We do not
enjoy the context amalgamation that the test depends upon for setting up
the test (where port 0 has a large number of requests with a priority
change somewhere in the middle). Under single request submission of gvt
it is quite able for the preemption event to occur while another context
is active and so there be a real need to act upon that preemption.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111108
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Zhenyu Wang <zhenyuw@linux.intel.com>
Acked-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190712082549.25053-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/selftest_lrc.c