All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Extend ARL support
@ 2024-01-08 12:27 Haridhar Kalvala
  2024-01-08 12:27 ` [PATCH v1 1/3] drm/i915: Add additional ARL PCI IDs Haridhar Kalvala
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Haridhar Kalvala @ 2024-01-08 12:27 UTC (permalink / raw)
  To: intel-gfx; +Cc: matthew.d.roper

Some SKUs of Arrow Lake use a slightly newer Xe_LPG+ graphics
IP (version 12.74).  Add some additional PCI IDs and extend the
code to support this newer IP version.  The general code flow
should continue to match existing MTL and Xe_LPG code paths.

Harish Chegondi (1):
  drm/i915/xelpg: Extend driver code of Xe_LPG to Xe_LPG+

Matt Roper (2):
  drm/i915: Add additional ARL PCI IDs
  drm/i915/xelpg: Extend some workarounds/tuning to gfx version 12.74

 drivers/gpu/drm/i915/gt/gen8_engine_cs.c    |  4 ++--
 drivers/gpu/drm/i915/gt/intel_engine_cs.c   |  3 ++-
 drivers/gpu/drm/i915/gt/intel_mocs.c        |  2 +-
 drivers/gpu/drm/i915/gt/intel_rc6.c         |  2 +-
 drivers/gpu/drm/i915/gt/intel_workarounds.c | 24 +++++++++++++--------
 drivers/gpu/drm/i915/i915_debugfs.c         |  2 +-
 drivers/gpu/drm/i915/i915_perf.c            |  2 +-
 include/drm/i915_pciids.h                   |  3 +++
 8 files changed, 26 insertions(+), 16 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH v1 0/3] Extend ARL support
@ 2023-12-21 14:32 Haridhar Kalvala
  2023-12-21 14:32 ` [PATCH v1 1/3] drm/i915: Add additional ARL PCI IDs Haridhar Kalvala
  0 siblings, 1 reply; 13+ messages in thread
From: Haridhar Kalvala @ 2023-12-21 14:32 UTC (permalink / raw)
  To: intel-gfx; +Cc: matthew.d.roper

Some SKUs of Arrow Lake use a slightly newer Xe_LPG+ graphics
IP (version 12.74).  Add some additional PCI IDs and extend the
code to support this newer IP version.  The general code flow
should continue to match existing MTL and Xe_LPG code paths.

Harish Chegondi (1):
  drm/i915/xelpg: Extend driver code of Xe_LPG to Xe_LPG+

Matt Roper (2):
  drm/i915: Add additional ARL PCI IDs
  drm/i915/xelpg: Extend some workarounds/tuning to gfx version 12.74

 drivers/gpu/drm/i915/gt/gen8_engine_cs.c    |  4 ++--
 drivers/gpu/drm/i915/gt/intel_engine_cs.c   |  3 ++-
 drivers/gpu/drm/i915/gt/intel_mocs.c        |  2 +-
 drivers/gpu/drm/i915/gt/intel_rc6.c         |  2 +-
 drivers/gpu/drm/i915/gt/intel_workarounds.c | 24 +++++++++++++--------
 drivers/gpu/drm/i915/i915_debugfs.c         |  2 +-
 drivers/gpu/drm/i915/i915_perf.c            |  2 +-
 include/drm/i915_pciids.h                   |  3 +++
 8 files changed, 26 insertions(+), 16 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2024-01-19  9:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-08 12:27 [PATCH v1 0/3] Extend ARL support Haridhar Kalvala
2024-01-08 12:27 ` [PATCH v1 1/3] drm/i915: Add additional ARL PCI IDs Haridhar Kalvala
2024-01-18 23:01   ` Matt Atwood
2024-01-08 12:27 ` [PATCH v1 2/3] drm/i915/xelpg: Extend driver code of Xe_LPG to Xe_LPG+ Haridhar Kalvala
2024-01-08 14:49   ` Matt Roper
2024-01-08 12:27 ` [PATCH v1 3/3] drm/i915/xelpg: Extend some workarounds/tuning to gfx version 12.74 Haridhar Kalvala
2024-01-18 23:22   ` Matt Atwood
2024-01-08 13:33 ` ✗ Fi.CI.SPARSE: warning for Extend ARL support Patchwork
2024-01-08 13:47 ` ✓ Fi.CI.BAT: success " Patchwork
2024-01-08 15:37 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-01-18 23:33   ` Matt Roper
2024-01-19  9:44     ` Kalvala, Haridhar
  -- strict thread matches above, loose matches on Subject: below --
2023-12-21 14:32 [PATCH v1 0/3] " Haridhar Kalvala
2023-12-21 14:32 ` [PATCH v1 1/3] drm/i915: Add additional ARL PCI IDs Haridhar Kalvala

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.