mbox series

[pull] amdgpu, amdkfd drm-fixes-6.7

Message ID 20231220164845.4975-1-alexander.deucher@amd.com (mailing list archive)
State New, archived
Headers show
Series [pull] amdgpu, amdkfd drm-fixes-6.7 | expand

Pull-request

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.7-2023-12-20

Message

Alex Deucher Dec. 20, 2023, 4:48 p.m. UTC
Hi Dave, Sima,

A few holiday fixes for 6.7.

The following changes since commit ceb6a6f023fd3e8b07761ed900352ef574010bcb:

  Linux 6.7-rc6 (2023-12-17 15:19:28 -0800)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.7-2023-12-20

for you to fetch changes up to 4a0057afa35872a5f2e65576785844688dd9fa5e:

  drm/amdgpu: re-create idle bo's PTE during VM state machine reset (2023-12-19 15:28:10 -0500)

----------------------------------------------------------------
amd-drm-fixes-6.7-2023-12-20:

amdgpu:
- DCN 3.5 fixes
- DCN 3.2 SubVP fix
- GPUVM fix

amdkfd:
- SVM fix for APUs

----------------------------------------------------------------
Alvin Lee (1):
      drm/amd/display: Revert " drm/amd/display: Use channel_width = 2 for vram table 3.0"

Charlene Liu (1):
      drm/amd/display: get dprefclk ss info from integration info table

Hamza Mahfooz (1):
      drm/amd/display: disable FPO and SubVP for older DMUB versions on DCN32x

Josip Pavic (1):
      drm/amd/display: dereference variable before checking for zero

Philip Yang (1):
      drm/amdkfd: svm range always mapped flag not working on APU

Wayne Lin (1):
      drm/amd/display: Add case for dcn35 to support usb4 dmub hpd event

ZhenGuo Yin (1):
      drm/amdgpu: re-create idle bo's PTE during VM state machine reset

 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |  1 +
 drivers/gpu/drm/amd/amdkfd/kfd_svm.c               | 18 ++++++++++-----
 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 27 ++++++++++++----------
 drivers/gpu/drm/amd/display/dc/core/dc.c           | 26 ++++++++++++++-------
 .../drm/amd/display/dc/dml2/display_mode_core.c    |  2 +-
 .../drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c    |  6 +++++
 .../amd/display/include/grph_object_ctrl_defs.h    |  2 ++
 7 files changed, 55 insertions(+), 27 deletions(-)