Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/11] Add Battlemage support
@ 2024-04-08 16:28 Balasubramani Vivekanandan
  2024-04-08 16:28 ` [PATCH v2 01/11] drm/xe/xe2: Add workaround 18034896535 Balasubramani Vivekanandan
                   ` (18 more replies)
  0 siblings, 19 replies; 21+ messages in thread
From: Balasubramani Vivekanandan @ 2024-04-08 16:28 UTC (permalink / raw)
  To: intel-xe; +Cc: Matt Roper, Lucas De Marchi, Balasubramani Vivekanandan

Add basic support for Battlemage, which is a discrete graphics card
based on Xe2 architecture.
This series provides basic enabling support. This will be followed with
further patches series to enable display support and loading of required
firwares.

v2:
* Removed the BMG PCI IDs to stop driver from binding to it. Will be
  added later after enabling patches are merged.
* Function argument modified for function get_flat_ccs_offset
* Removed WA_16020183090 which is no more applicable.
  Extended WA_18033852989,WA_18034896535 to xe2hpg
* Switched to open upper bound for "Tuning: L3 Cache" setting
* improved commit description for
  "drm/xe/xe2hpg: Remove extra allocation of CCS pages for dgfx"
* Included the patch from [1] as the patch "Add initial GT workarounds"
  has a dependency on it
  [1]: https://patchwork.freedesktop.org/patch/587168/?series=131912&rev=3


Akshata Jahagirdar (1):
  drm/xe/xe2hpg: Remove extra allocation of CCS pages for dgfx

Balasubramani Vivekanandan (1):
  drm/xe/bmg: Add BMG mocs table

Bommu Krishnaiah (1):
  drm/xe/xe2: Add workaround 18034896535

Gustavo Sousa (1):
  drm/xe/xe2hpm: Add initial set of workarounds

Haridhar Kalvala (1):
  drm/xe/xe2hpg: Add initial GT workarounds

Himal Prasad Ghimiray (1):
  drm/xe/xe2hpg: Determine flat ccs offset for vram

Matt Roper (4):
  drm/xe/xe2: Recognize Xe2_HPG IP
  drm/xe/xe2: Recognize Xe2_HPM IP
  drm/xe/bmg: Add BMG platform definition
  drm/xe/bmg: Program an additional discrete-specific PAT setting

Shekhar Chauhan (1):
  drm/xe/xe2hpg: Introduce performance tuning changes for Xe2_HPG.

 drivers/gpu/drm/xe/regs/xe_gt_regs.h   |  14 ++++
 drivers/gpu/drm/xe/xe_bo.c             |   3 +
 drivers/gpu/drm/xe/xe_mmio.c           |  39 +++++++++-
 drivers/gpu/drm/xe/xe_mocs.c           |   1 +
 drivers/gpu/drm/xe/xe_pat.c            |   7 ++
 drivers/gpu/drm/xe/xe_pci.c            |  12 ++-
 drivers/gpu/drm/xe/xe_platform_types.h |   1 +
 drivers/gpu/drm/xe/xe_tuning.c         |   6 +-
 drivers/gpu/drm/xe/xe_wa.c             | 102 ++++++++++++++++++++++++-
 9 files changed, 177 insertions(+), 8 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2024-04-08 16:59 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-08 16:28 [PATCH v2 00/11] Add Battlemage support Balasubramani Vivekanandan
2024-04-08 16:28 ` [PATCH v2 01/11] drm/xe/xe2: Add workaround 18034896535 Balasubramani Vivekanandan
2024-04-08 16:28 ` [PATCH v2 01/11] drm/xe/xe2: Recognize Xe2_HPG IP Balasubramani Vivekanandan
2024-04-08 16:29 ` [PATCH v2 02/11] " Balasubramani Vivekanandan
2024-04-08 16:29 ` [PATCH v2 02/11] drm/xe/xe2: Recognize Xe2_HPM IP Balasubramani Vivekanandan
2024-04-08 16:29 ` [PATCH v2 03/11] drm/xe/bmg: Add BMG platform definition Balasubramani Vivekanandan
2024-04-08 16:29 ` [PATCH v2 03/11] drm/xe/xe2: Recognize Xe2_HPM IP Balasubramani Vivekanandan
2024-04-08 16:29 ` [PATCH v2 04/11] drm/xe/bmg: Add BMG mocs table Balasubramani Vivekanandan
2024-04-08 16:29 ` [PATCH v2 04/11] drm/xe/bmg: Add BMG platform definition Balasubramani Vivekanandan
2024-04-08 16:29 ` [PATCH v2 05/11] drm/xe/bmg: Add BMG mocs table Balasubramani Vivekanandan
2024-04-08 16:29 ` [PATCH v2 05/11] drm/xe/bmg: Program an additional discrete-specific PAT setting Balasubramani Vivekanandan
2024-04-08 16:29 ` [PATCH v2 06/11] " Balasubramani Vivekanandan
2024-04-08 16:29 ` [PATCH v2 06/11] drm/xe/xe2hpg: Determine flat ccs offset for vram Balasubramani Vivekanandan
2024-04-08 16:29 ` [PATCH v2 07/11] " Balasubramani Vivekanandan
2024-04-08 16:29 ` [PATCH v2 07/11] drm/xe/xe2hpg: Remove extra allocation of CCS pages for dgfx Balasubramani Vivekanandan
2024-04-08 16:59   ` Ghimiray, Himal Prasad
2024-04-08 16:29 ` [PATCH v2 08/11] drm/xe/xe2: Add workaround 18034896535 Balasubramani Vivekanandan
2024-04-08 16:29 ` [PATCH v2 08/11] drm/xe/xe2hpg: Remove extra allocation of CCS pages for dgfx Balasubramani Vivekanandan
2024-04-08 16:29 ` [PATCH v2 09/11] drm/xe/xe2hpg: Add initial GT workarounds Balasubramani Vivekanandan
2024-04-08 16:29 ` [PATCH v2 10/11] drm/xe/xe2hpg: Introduce performance tuning changes for Xe2_HPG Balasubramani Vivekanandan
2024-04-08 16:29 ` [PATCH v2 11/11] drm/xe/xe2hpm: Add initial set of workarounds Balasubramani Vivekanandan

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