All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/2] Don’t assume sequential GT IDs
@ 2025-09-08 16:07 Marcin Bernatowicz
  2025-09-08 16:07 ` [PATCH i-g-t 1/2] lib/xe/xe_query: Don’t assume sequential GT IDs in xe_gt_type() Marcin Bernatowicz
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Marcin Bernatowicz @ 2025-09-08 16:07 UTC (permalink / raw)
  To: igt-dev
  Cc: Marcin Bernatowicz, Adam Miszczak, Jakub Kolakowski,
	Kamil Konieczny, Lukasz Laguna, Piotr Piórkowski,
	Satyanarayana K V P

Patch 1 fixes xe_gt_type() to use drm_xe_get_gt() with gt_mask checks
instead of direct gt_list indexing.

Patch 2 updates xe_sriov_flr tests to use xe_for_each_gt(), avoiding
assumptions about sequential GT numbering.

Signed-off-by: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
Cc: Adam Miszczak <adam.miszczak@linux.intel.com>
Cc: Jakub Kolakowski <jakub1.kolakowski@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Lukasz Laguna <lukasz.laguna@intel.com>
Cc: Piotr Piórkowski <piotr.piorkowski@intel.com>
Cc: Satyanarayana K V P <satyanarayana.k.v.p@intel.com>

Marcin Bernatowicz (2):
  lib/xe/xe_query: Don’t assume sequential GT IDs in xe_gt_type()
  tests/intel/xe_sriov_flr: Use xe_for_each_gt() for GT iteration

 lib/xe/xe_query.c          | 9 ++++++---
 tests/intel/xe_sriov_flr.c | 7 ++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2025-09-10  7:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-08 16:07 [PATCH i-g-t 0/2] Don’t assume sequential GT IDs Marcin Bernatowicz
2025-09-08 16:07 ` [PATCH i-g-t 1/2] lib/xe/xe_query: Don’t assume sequential GT IDs in xe_gt_type() Marcin Bernatowicz
2025-09-09  8:23   ` Kamil Konieczny
2025-09-08 16:07 ` [PATCH i-g-t 2/2] tests/intel/xe_sriov_flr: Use xe_for_each_gt() for GT iteration Marcin Bernatowicz
2025-09-09  8:26   ` Kamil Konieczny
2025-09-09  2:38 ` ✓ i915.CI.BAT: success for Don’t assume sequential GT IDs Patchwork
2025-09-09  2:57 ` ✓ Xe.CI.BAT: " Patchwork
2025-09-09 10:43 ` ✗ Xe.CI.Full: failure " Patchwork
2025-09-09 13:57   ` Bernatowicz, Marcin
2025-09-09 18:13 ` ✗ i915.CI.Full: " Patchwork
2025-09-10  7:45   ` Bernatowicz, Marcin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.