[igt-dev] [PATCH i-g-t v2 0/3] Ignore some tests on MTL which
Nirmoy Das
nirmoy.das at intel.com
Thu Sep 14 20:18:06 UTC 2023
Because of a HW bug in MTL it is recommended to do GGTT
update using MI_UPDATE_GGTT[1] which happens through BCS0
engine. If some test blocks bcs with a spinner then such
tests will fail. This series ignore those tests on MTL.
v2: use macro,
s/gem_has_ggtt_bind/gem_engine_can_block_ggtt_binder(Kamil)
[1]https://patchwork.freedesktop.org/series/123329/
Nirmoy Das (3):
lib/igt_gt: Add gem_engine_can_block_ggtt_binder
tests/intel/gem_ctx_shared: Skip some test on MTL
tests/intel/gem_ctx_schedule: Skip some test on MTL
lib/igt_gt.c | 15 +++++++++++++
lib/igt_gt.h | 2 ++
tests/intel/gem_ctx_shared.c | 14 +++++++++----
tests/intel/gem_exec_schedule.c | 37 ++++++++++++++++++++-------------
4 files changed, 49 insertions(+), 19 deletions(-)
--
2.41.0
More information about the igt-dev
mailing list