Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v2 0/3] Ignore some tests on MTL which
@ 2023-09-14 20:18 Nirmoy Das
  2023-09-14 20:18 ` [igt-dev] [PATCH i-g-t 1/3] lib/igt_gt: Add gem_engine_can_block_ggtt_binder Nirmoy Das
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Nirmoy Das @ 2023-09-14 20:18 UTC (permalink / raw)
  To: igt-dev; +Cc: andi.shyti, oak.zeng, Nirmoy Das

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

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [igt-dev] [PATCH i-g-t 0/3] Ignore some tests on MTL which
@ 2023-09-13  9:42 Nirmoy Das
  2023-09-13  9:42 ` [igt-dev] [PATCH i-g-t 2/3] tests/intel/gem_ctx_shared: Skip some test on MTL Nirmoy Das
  0 siblings, 1 reply; 13+ messages in thread
From: Nirmoy Das @ 2023-09-13  9:42 UTC (permalink / raw)
  To: igt-dev; +Cc: andi.shyti, Nirmoy Das

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.


[1]https://patchwork.freedesktop.org/series/123329/


Nirmoy Das (3):
  lib/igt_gt: Add a method to detect ggtt bind
  tests/intel/gem_ctx_shared: Skip some test on MTL
  tests/intel/gem_ctx_schedule: Skip some test on MTL

 lib/igt_gt.c                    |  5 +++++
 lib/igt_gt.h                    |  1 +
 tests/intel/gem_ctx_shared.c    | 12 ++++++----
 tests/intel/gem_exec_schedule.c | 39 ++++++++++++++++++++++-----------
 4 files changed, 40 insertions(+), 17 deletions(-)

-- 
2.41.0

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-09-15 18:04 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-14 20:18 [igt-dev] [PATCH i-g-t v2 0/3] Ignore some tests on MTL which Nirmoy Das
2023-09-14 20:18 ` [igt-dev] [PATCH i-g-t 1/3] lib/igt_gt: Add gem_engine_can_block_ggtt_binder Nirmoy Das
2023-09-15 18:00   ` Kamil Konieczny
2023-09-14 20:18 ` [igt-dev] [PATCH i-g-t 2/3] tests/intel/gem_ctx_shared: Skip some test on MTL Nirmoy Das
2023-09-15 18:02   ` Kamil Konieczny
2023-09-14 20:18 ` [igt-dev] [PATCH i-g-t 3/3] tests/intel/gem_ctx_schedule: " Nirmoy Das
2023-09-15 18:04   ` Kamil Konieczny
2023-09-14 21:52 ` [igt-dev] ✓ Fi.CI.BAT: success for Ignore some tests on MTL which (rev3) Patchwork
2023-09-14 22:20 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
2023-09-15  4:51 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2023-09-13  9:42 [igt-dev] [PATCH i-g-t 0/3] Ignore some tests on MTL which Nirmoy Das
2023-09-13  9:42 ` [igt-dev] [PATCH i-g-t 2/3] tests/intel/gem_ctx_shared: Skip some test on MTL Nirmoy Das
2023-09-14 13:50   ` Kamil Konieczny
2023-09-14 19:13     ` Nirmoy Das

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox