mbox series

[git,pull] drm amdgpu regression fix for 6.12-rc8

Message ID CAPM=9twfZ5B1NqByVsvHO38MGQ+ZfTEz6xmtZXQarHvKgg3gLA@mail.gmail.com (mailing list archive)
State New
Headers show
Series [git,pull] drm amdgpu regression fix for 6.12-rc8 | expand

Pull-request

https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2024-11-17

Message

Dave Airlie Nov. 16, 2024, 10:17 p.m. UTC
Hi Linus,

Alex sent on a last minute revert for a regression found with swsmu
patch for final,

Regards,
Dave.

drm-fixes-2024-11-17:
drm/amdgpu regression fix for 6.12-rc8

amdgpu:
- revert patch to fix swsmu regression
The following changes since commit 21c1c6c7d732c2f6f4c5ffc77e103aa3ae8bff1d:

  Merge tag 'drm-xe-fixes-2024-11-14' of
https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
(2024-11-16 04:31:54 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2024-11-17

for you to fetch changes up to f48ab0a39f12fd83fae13bf81152531565cd5e75:

  Merge tag 'amd-drm-fixes-6.12-2024-11-16' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2024-11-17
08:12:48 +1000)

----------------------------------------------------------------
drm/amdgpu regression fix for 6.12-rc8

amdgpu:
- revert patch to fix swsmu regression

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

Dave Airlie (1):
      Merge tag 'amd-drm-fixes-6.12-2024-11-16' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes

 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(-)

Comments

pr-tracker-bot@kernel.org Nov. 16, 2024, 11:16 p.m. UTC | #1
The pull request you sent on Sun, 17 Nov 2024 08:17:17 +1000:

> https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2024-11-17

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e06bc45bef9aca52c6bdcb56aa6d392d99516ac3

Thank you!