mbox series

[PULL] drm-intel-fixes

Message ID Y8mf3/ANNWctpc7R@intel.com (mailing list archive)
State New, archived
Headers show
Series [PULL] drm-intel-fixes | expand

Pull-request

git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2023-01-19

Message

Rodrigo Vivi Jan. 19, 2023, 7:54 p.m. UTC
Hi Dave and Daniel,

Couple patches targeting stable, couple DG2 w/a,
and a selftest fix.

There was a drm-tip conflict but very trivial where
keeping the new mtl function as in drm-intel-gt-next is
the right resolution.

Here goes drm-intel-fixes-2023-01-19:
- Reject display plane with height == 0 (Drew)
- re-disable RC6p on Sandy Bridge (Sasa)
- Fix hugepages' selftest (Chris)
- DG2 hw workarounds (Matt Atwood)

Thanks,
Rodrigo.

The following changes since commit 5dc4c995db9eb45f6373a956eb1f69460e69e6d4:

  Linux 6.2-rc4 (2023-01-15 09:22:43 -0600)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2023-01-19

for you to fetch changes up to afdecb232740ae40b9384fa0ac8ed799d6546516:

  drm/i915/dg2: Introduce Wa_18019271663 (2023-01-18 11:56:54 -0500)

----------------------------------------------------------------
- Reject display plane with height == 0 (Drew)
- re-disable RC6p on Sandy Bridge (Sasa)
- Fix hugepages' selftest (Chris)
- DG2 hw workarounds (Matt Atwood)

----------------------------------------------------------------
Chris Wilson (1):
      drm/i915/selftests: Unwind hugepages to drop wakeref on error

Drew Davenport (1):
      drm/i915/display: Check source height is > 0

Matt Atwood (2):
      drm/i915/dg2: Introduce Wa_18018764978
      drm/i915/dg2: Introduce Wa_18019271663

Sasa Dragic (1):
      drm/i915: re-disable RC6p on Sandy Bridge

 drivers/gpu/drm/i915/display/skl_universal_plane.c |  2 +-
 drivers/gpu/drm/i915/gem/selftests/huge_pages.c    |  8 ++++----
 drivers/gpu/drm/i915/gt/intel_gt_regs.h            | 10 +++++++---
 drivers/gpu/drm/i915/gt/intel_workarounds.c        | 10 +++++++++-
 drivers/gpu/drm/i915/i915_pci.c                    |  3 ++-
 5 files changed, 23 insertions(+), 10 deletions(-)