mbox series

[pull] amdgpu drm-fixes-6.12

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

Pull-request

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.12-2024-11-16

Message

Alex Deucher Nov. 16, 2024, 2:53 p.m. UTC
Hi Dave, Simona,

One last minute patch to fix a regression.

The following changes since commit 7013a8268d311fded6c7a6528fc1de82668e75f6:

  drm/amd: Fix initialization mistake for NBIO 7.7.0 (2024-11-12 17:37:39 -0500)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.12-2024-11-16

for you to fetch changes up to 44f392fbf628a7ff2d8bb8e83ca1851261f81a6f:

  Revert "drm/amd/pm: correct the workload setting" (2024-11-16 09:41:11 -0500)

----------------------------------------------------------------
amd-drm-fixes-6.12-2024-11-16:

amdgpu:
- Revert a swsmu patch to fix a regression

----------------------------------------------------------------
Alex Deucher (1):
      Revert "drm/amd/pm: correct the workload setting"

 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          | 49 +++++++---------------
 drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h      |  4 +-
 drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c  |  5 ++-
 drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c    |  5 +--
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |  5 +--
 drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c   |  4 +-
 drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c    |  4 +-
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c   | 20 +++------
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c   |  5 +--
 .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c   |  9 ++--
 drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c             |  8 ----
 drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h             |  2 -
 12 files changed, 36 insertions(+), 84 deletions(-)