Hi Linus, Weekly drm fixes pull, on target to be quiet, just one amdgpu, one edid and a few minor xe fixes.
Regards, Dave. drm-fixes-2025-05-24: drm fixes for 6.15-rc8/final edid: - fix HDR metadata reset amdgpu: - Hibernate fix xe: - Make sure to check all forcewakes when dumping mocs - Fix wrong use of read64 on 32b register - Synchronize Panther Lake PCI IDs The following changes since commit a5806cd506af5a7c19bcd596e4708b5c464bfd21: Linux 6.15-rc7 (2025-05-18 13:57:29 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2025-05-24 for you to fetch changes up to fe1e5a1f2d1c2d4385a414dacca0e5275c0af281: Merge tag 'drm-xe-fixes-2025-05-23' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes (2025-05-24 07:42:23 +1000) ---------------------------------------------------------------- drm fixes for 6.15-rc8/final edid: - fix HDR metadata reset amdgpu: - Hibernate fix xe: - Make sure to check all forcewakes when dumping mocs - Fix wrong use of read64 on 32b register - Synchronize Panther Lake PCI IDs ---------------------------------------------------------------- Dave Airlie (3): Merge tag 'drm-misc-fixes-2025-05-22' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes Merge tag 'amd-drm-fixes-6.15-2025-05-22' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes Merge tag 'drm-xe-fixes-2025-05-23' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes Mario Limonciello (1): Revert "drm/amd: Keep display off while going into S4" Matt Atwood (1): drm/xe/ptl: Update the PTL pci id table Shuicheng Lin (1): drm/xe: Use xe_mmio_read32() to read mtcfg register Tejas Upadhyay (1): drm/xe/mocs: Check if all domains awake feijuan.li (1): drm/edid: fixed the bug that hdr metadata was not reset drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 5 ----- drivers/gpu/drm/drm_edid.c | 1 + drivers/gpu/drm/xe/xe_mmio.c | 10 +++++----- drivers/gpu/drm/xe/xe_mocs.c | 11 ++++++----- include/drm/intel/pciids.h | 4 ++++ 5 files changed, 16 insertions(+), 15 deletions(-)