mbox series

[pull] amdgpu drm-fixes-6.11

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

Pull-request

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.11-2024-09-05

Message

Alex Deucher Sept. 5, 2024, 7:05 p.m. UTC
Hi Dave, Simona,

Fixes for 6.11.

The following changes since commit 431c1646e1f86b949fa3685efc50b660a364c2b6:

  Linux 6.11-rc6 (2024-09-01 19:46:02 +1200)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.11-2024-09-05

for you to fetch changes up to 1a8d845470941f1b6de1b392227530c097dc5e0c:

  Revert "drm/amdgpu: align pp_power_profile_mode with kernel docs" (2024-09-05 14:46:39 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.11-2024-09-05:

amdgpu:
- IPS workaround
- Fix compatibility with older MES firmware
- Fix CPU spikes when clearing VRAM
- Backlight fix
- PMO fix
- Revert SWSMU change to fix regression

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu: always allocate cleared VRAM for GEM allocations
      Revert "drm/amdgpu: align pp_power_profile_mode with kernel docs"

Dillon Varone (1):
      drm/amd/display: Block timing sync for different signals in PMO

Jack Xiao (1):
      drm/amdgpu/mes: add mes mapping legacy queue switch

Leo Li (2):
      drm/amd/display: Determine IPS mode by ASIC and PMFW versions
      drm/amd/display: Lock DC and exit IPS when changing backlight

 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c            |  3 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c            |  4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h            |  1 +
 drivers/gpu/drm/amd/amdgpu/mes_v11_0.c             | 49 +++++++++++++++-------
 drivers/gpu/drm/amd/amdgpu/mes_v12_0.c             |  9 ++--
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 39 ++++++++++++++++-
 .../dml2/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c  |  3 +-
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          |  6 ++-
 8 files changed, 89 insertions(+), 25 deletions(-)