All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Implement Wa_14022698537
@ 2024-12-11 11:59 Raag Jadav
  2024-12-11 11:59 ` [PATCH v4 1/4] drm/intel/pciids: Refactor DG2 PCI IDs into segment ranges Raag Jadav
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Raag Jadav @ 2024-12-11 11:59 UTC (permalink / raw)
  To: jani.nikula, joonas.lahtinen, rodrigo.vivi, matthew.d.roper,
	andi.shyti
  Cc: intel-gfx, anshuman.gupta, badal.nilawar, riana.tauro, Raag Jadav

This series implements Wa_14022698537 for DG2 along with its prerequisites
in i915. Detailed description in commit message.

v1: https://patchwork.freedesktop.org/series/139628/

v2: Introduce DG2_WA subplatform for workaround (Jani)
    Fix Wa_ID and include it in subject (Badal)
    Rephrase commit message (Jani)
    Move CPU whitelist to intel_wa_cpu.c

v3: Rework subplatform naming (Jani)
    Move CPU file out of gt directory (Riana)
    Rephrase CPU file description (Jani)
    Add kernel doc, re-order macro (Riana)
    Move workaround to i915_pcode_init() (Badal, Anshuman)

v4: Spell fix and nits (Riana)
    Update tags and rebase

Raag Jadav (4):
  drm/intel/pciids: Refactor DG2 PCI IDs into segment ranges
  drm/i915/dg2: Introduce DG2_D subplatform
  drm/i915: Introduce intel_cpu_info.c for CPU IDs
  drm/i915/dg2: Implement Wa_14022698537

 drivers/gpu/drm/i915/Makefile            |  1 +
 drivers/gpu/drm/i915/i915_driver.c       | 15 +++++++
 drivers/gpu/drm/i915/i915_drv.h          |  2 +
 drivers/gpu/drm/i915/i915_reg.h          |  1 +
 drivers/gpu/drm/i915/intel_cpu_info.c    | 44 +++++++++++++++++++
 drivers/gpu/drm/i915/intel_cpu_info.h    | 13 ++++++
 drivers/gpu/drm/i915/intel_device_info.c |  9 ++++
 drivers/gpu/drm/i915/intel_device_info.h |  5 ++-
 include/drm/intel/pciids.h               | 55 ++++++++++++++++++------
 9 files changed, 131 insertions(+), 14 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/intel_cpu_info.c
 create mode 100644 drivers/gpu/drm/i915/intel_cpu_info.h

-- 
2.34.1


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

end of thread, other threads:[~2024-12-12 10:48 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-11 11:59 [PATCH v4 0/4] Implement Wa_14022698537 Raag Jadav
2024-12-11 11:59 ` [PATCH v4 1/4] drm/intel/pciids: Refactor DG2 PCI IDs into segment ranges Raag Jadav
2024-12-11 11:59 ` [PATCH v4 2/4] drm/i915/dg2: Introduce DG2_D subplatform Raag Jadav
2024-12-11 11:59 ` [PATCH v4 3/4] drm/i915: Introduce intel_cpu_info.c for CPU IDs Raag Jadav
2024-12-11 11:59 ` [PATCH v4 4/4] drm/i915/dg2: Implement Wa_14022698537 Raag Jadav
2024-12-11 12:45 ` ✗ Fi.CI.CHECKPATCH: warning for Implement Wa_14022698537 (rev3) Patchwork
2024-12-11 12:45 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-12-11 12:59 ` ✓ i915.CI.BAT: success " Patchwork
2024-12-11 14:13 ` ✗ i915.CI.Full: failure " Patchwork
2024-12-11 23:40 ` [PATCH v4 0/4] Implement Wa_14022698537 Andi Shyti
2024-12-12  3:22   ` Raag Jadav
2024-12-12  8:35     ` Jani Nikula
2024-12-12  8:36     ` Andi Shyti
2024-12-12 10:02       ` Raag Jadav
2024-12-12 10:48         ` b4 Merge patch series (was: Re: [PATCH v4 0/4] Implement Wa_14022698537) Jani Nikula

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.