intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Tile and GT counting improvements
@ 2025-08-18 13:51 Gustavo Sousa
  2025-08-18 13:51 ` [PATCH v3 1/2] drm/xe: Probe for tile count during device info initialization Gustavo Sousa
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Gustavo Sousa @ 2025-08-18 13:51 UTC (permalink / raw)
  To: intel-xe; +Cc: Jonathan Cavitt, Rodrigo Vivi, Gustavo Sousa

This series improves the way we define values for tile_count and
gt_count. In the first patch, we move the logic that probes for
available tiles to a more appropriate location; in the second patch, we
future-proof the way gt_count is calculated.

Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
Changes in v3:
- Rebased to get fresh CI results before applying.
- Link to v2: https://lore.kernel.org/r/20250728-gt_count-improvements-v2-0-78841ce8a81c@intel.com

Changes in v2:
- Reworded last paragraph of commit message for the first patch.
- Fixed KUnit failure.
- Link to v1: https://lore.kernel.org/r/20250723-gt_count-improvements-v1-0-3016134db9ea@intel.com

---
Gustavo Sousa (2):
      drm/xe: Probe for tile count during device info initialization
      drm/xe: Use for_each_gt to define gt_count

 drivers/gpu/drm/xe/tests/xe_pci.c |  7 +++++++
 drivers/gpu/drm/xe/xe_mmio.c      | 33 ------------------------------
 drivers/gpu/drm/xe/xe_pci.c       | 43 +++++++++++++++++++++++++++++++++++++--
 3 files changed, 48 insertions(+), 35 deletions(-)
---
base-commit: edead24a80ae92312f75626eb92f2771ec5a7697
change-id: 20250723-gt_count-improvements-d7be01330d73

Best regards,
-- 
Gustavo Sousa <gustavo.sousa@intel.com>


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

end of thread, other threads:[~2025-08-19  7:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-18 13:51 [PATCH v3 0/2] Tile and GT counting improvements Gustavo Sousa
2025-08-18 13:51 ` [PATCH v3 1/2] drm/xe: Probe for tile count during device info initialization Gustavo Sousa
2025-08-18 13:51 ` [PATCH v3 2/2] drm/xe: Use for_each_gt to define gt_count Gustavo Sousa
2025-08-18 15:23 ` ✓ CI.KUnit: success for Tile and GT counting improvements (rev3) Patchwork
2025-08-18 16:02 ` ✗ Xe.CI.BAT: failure " Patchwork
2025-08-19  7:54 ` ✗ Xe.CI.Full: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).