mbox series

[pull] amdgpu drm-fixes-5.12

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

Pull-request

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.12-2021-03-03

Message

Alex Deucher March 4, 2021, 4:32 a.m. UTC
Hi Dave, Daniel,

Fixes for 5.12.

The following changes since commit ea3b4242bc9ca197762119382b37e125815bd67f:

  drm/amd/display: Fix system hang after multiple hotplugs (v3) (2021-02-24 09:48:46 -0500)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.12-2021-03-03

for you to fetch changes up to 1aa46901ee51c1c5779b3b239ea0374a50c6d9ff:

  drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcie (2021-03-03 23:05:16 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.12-2021-03-03:

amdgpu:
- S0ix fix
- Handle new NV12 SKU
- Misc power fixes
- Display uninitialized value fix
- PCIE debugfs register access fix

----------------------------------------------------------------
Alex Deucher (4):
      drm/amdgpu: Only check for S0ix if AMD_PMC is configured
      drm/amdgpu/pm: make unsupported power profile messages debug
      drm/amdgpu/swsmu/vangogh: Only use RLCPowerNotify msg for disable
      drm/amdgpu: enable BACO runpm by default on sienna cichlid and navy flounder

Asher.Song (1):
      drm/amdgpu:disable VCN for Navi12 SKU

Colin Ian King (1):
      drm/amd/display: fix the return of the uninitialized value in ret

Evan Quan (1):
      drm/amd/pm: correct Arcturus mmTHM_BACO_CNTL register address

Kevin Wang (1):
      drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcie

 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c                  |  3 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c               |  4 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c                   |  2 --
 drivers/gpu/drm/amd/amdgpu/nv.c                           |  6 ++++--
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c |  2 +-
 drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c         |  2 +-
 drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c            | 15 ++++++++++++---
 drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c          |  6 +++---
 drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c           |  2 +-
 9 files changed, 26 insertions(+), 16 deletions(-)