mbox series

[pull] amdgpu drm-fixes-5.11

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

Pull-request

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.11-2021-01-06

Message

Alex Deucher Jan. 6, 2021, 10:27 p.m. UTC
Hi Dave, Daniel,

New URL.  FDO ran out of disk space, so I'm attempting to move to gitlab.
Let me know if you run into any issues.

Thanks

The following changes since commit 5b2fc08c455bbf749489254a81baeffdf4c0a693:

  Merge tag 'amd-drm-fixes-5.11-2020-12-23' of git://people.freedesktop.org/~agd5f/linux into drm-next (2020-12-24 10:31:16 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.11-2021-01-06

for you to fetch changes up to 5efc1f4b454c6179d35e7b0c3eda0ad5763a00fc:

  Revert "drm/amd/display: Fix memory leaks in S3 resume" (2021-01-06 16:25:06 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.11-2021-01-06:

amdgpu:
- Telemetry fix for VGH
- Powerplay fixes for RV
- Powerplay fixes for RN
- RAS fixes for Sienna Cichlid
- Blank screen regression fix
- Drop DCN support for aarch64
- Misc other fixes

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu/display: drop DCN support for aarch64
      Revert "drm/amd/display: Fix memory leaks in S3 resume"

Arnd Bergmann (1):
      drm/amd/display: Fix unused variable warning

Dennis Li (3):
      drm/amdgpu: fix a memory protection fault when remove amdgpu device
      drm/amdgpu: fix a GPU hang issue when remove device
      drm/amdgpu: fix no bad_pages issue after umc ue injection

Hawking Zhang (1):
      drm/amdgpu: switched to cached noretry setting for vangogh

Jiawei Gu (1):
      drm/amdgpu: fix potential memory leak during navi12 deinitialization

John Clements (2):
      drm/amd/pm: updated PM to I2C controller port on sienna cichlid
      drm/amdgpu: enable ras eeprom support for sienna cichlid

Kevin Wang (1):
      drm/amd/display: fix sysfs amdgpu_current_backlight_pwm NULL pointer issue

Xiaojian Du (4):
      drm/amd/pm: correct the sensor value of power for vangogh
      drm/amd/pm: improve the fine grain tuning function for RV/RV2/PCO
      drm/amd/pm: fix the failure when change power profile for renoir
      drm/amd/pm: improve the fine grain tuning function for RV/RV2/PCO

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  25 +++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            |   8 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c     |   8 +-
 drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c            |   2 +-
 drivers/gpu/drm/amd/display/Kconfig                |   2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |   7 +-
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.h  |   2 +-
 drivers/gpu/drm/amd/display/dc/calcs/Makefile      |   4 -
 drivers/gpu/drm/amd/display/dc/clk_mgr/Makefile    |  21 ---
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |   7 +-
 drivers/gpu/drm/amd/display/dc/dcn10/Makefile      |   7 -
 .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c  |   7 -
 drivers/gpu/drm/amd/display/dc/dcn20/Makefile      |   4 -
 drivers/gpu/drm/amd/display/dc/dcn21/Makefile      |   4 -
 drivers/gpu/drm/amd/display/dc/dcn30/Makefile      |   5 -
 drivers/gpu/drm/amd/display/dc/dcn301/Makefile     |   4 -
 drivers/gpu/drm/amd/display/dc/dcn302/Makefile     |   4 -
 drivers/gpu/drm/amd/display/dc/dml/Makefile        |   4 -
 drivers/gpu/drm/amd/display/dc/dsc/Makefile        |   4 -
 drivers/gpu/drm/amd/display/dc/os_types.h          |   4 -
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c   | 166 +++++++++++++++++++--
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.h   |   3 +
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |   2 +-
 drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c   |   3 +-
 drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c    |   1 +
 drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c     |   1 +
 27 files changed, 200 insertions(+), 113 deletions(-)

Comments

Daniel Vetter Jan. 7, 2021, 9:04 a.m. UTC | #1
On Wed, Jan 06, 2021 at 05:27:21PM -0500, Alex Deucher wrote:
> Hi Dave, Daniel,
> 
> New URL.  FDO ran out of disk space, so I'm attempting to move to gitlab.
> Let me know if you run into any issues.

Worked fine. Did you puing linux-next to update your tree location? Also
legacy fd.o git seems back in shape, at least I can push.
-Daniel

> 
> Thanks
> 
> The following changes since commit 5b2fc08c455bbf749489254a81baeffdf4c0a693:
> 
>   Merge tag 'amd-drm-fixes-5.11-2020-12-23' of git://people.freedesktop.org/~agd5f/linux into drm-next (2020-12-24 10:31:16 +1000)
> 
> are available in the Git repository at:
> 
>   https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.11-2021-01-06
> 
> for you to fetch changes up to 5efc1f4b454c6179d35e7b0c3eda0ad5763a00fc:
> 
>   Revert "drm/amd/display: Fix memory leaks in S3 resume" (2021-01-06 16:25:06 -0500)
> 
> ----------------------------------------------------------------
> amd-drm-fixes-5.11-2021-01-06:
> 
> amdgpu:
> - Telemetry fix for VGH
> - Powerplay fixes for RV
> - Powerplay fixes for RN
> - RAS fixes for Sienna Cichlid
> - Blank screen regression fix
> - Drop DCN support for aarch64
> - Misc other fixes
> 
> ----------------------------------------------------------------
> Alex Deucher (2):
>       drm/amdgpu/display: drop DCN support for aarch64
>       Revert "drm/amd/display: Fix memory leaks in S3 resume"
> 
> Arnd Bergmann (1):
>       drm/amd/display: Fix unused variable warning
> 
> Dennis Li (3):
>       drm/amdgpu: fix a memory protection fault when remove amdgpu device
>       drm/amdgpu: fix a GPU hang issue when remove device
>       drm/amdgpu: fix no bad_pages issue after umc ue injection
> 
> Hawking Zhang (1):
>       drm/amdgpu: switched to cached noretry setting for vangogh
> 
> Jiawei Gu (1):
>       drm/amdgpu: fix potential memory leak during navi12 deinitialization
> 
> John Clements (2):
>       drm/amd/pm: updated PM to I2C controller port on sienna cichlid
>       drm/amdgpu: enable ras eeprom support for sienna cichlid
> 
> Kevin Wang (1):
>       drm/amd/display: fix sysfs amdgpu_current_backlight_pwm NULL pointer issue
> 
> Xiaojian Du (4):
>       drm/amd/pm: correct the sensor value of power for vangogh
>       drm/amd/pm: improve the fine grain tuning function for RV/RV2/PCO
>       drm/amd/pm: fix the failure when change power profile for renoir
>       drm/amd/pm: improve the fine grain tuning function for RV/RV2/PCO
> 
>  drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   4 +-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  25 +++-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            |   8 +-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c     |   8 +-
>  drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c            |   2 +-
>  drivers/gpu/drm/amd/display/Kconfig                |   2 +-
>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |   7 +-
>  .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.h  |   2 +-
>  drivers/gpu/drm/amd/display/dc/calcs/Makefile      |   4 -
>  drivers/gpu/drm/amd/display/dc/clk_mgr/Makefile    |  21 ---
>  drivers/gpu/drm/amd/display/dc/core/dc_link.c      |   7 +-
>  drivers/gpu/drm/amd/display/dc/dcn10/Makefile      |   7 -
>  .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c  |   7 -
>  drivers/gpu/drm/amd/display/dc/dcn20/Makefile      |   4 -
>  drivers/gpu/drm/amd/display/dc/dcn21/Makefile      |   4 -
>  drivers/gpu/drm/amd/display/dc/dcn30/Makefile      |   5 -
>  drivers/gpu/drm/amd/display/dc/dcn301/Makefile     |   4 -
>  drivers/gpu/drm/amd/display/dc/dcn302/Makefile     |   4 -
>  drivers/gpu/drm/amd/display/dc/dml/Makefile        |   4 -
>  drivers/gpu/drm/amd/display/dc/dsc/Makefile        |   4 -
>  drivers/gpu/drm/amd/display/dc/os_types.h          |   4 -
>  .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c   | 166 +++++++++++++++++++--
>  .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.h   |   3 +
>  .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |   2 +-
>  drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c   |   3 +-
>  drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c    |   1 +
>  drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c     |   1 +
>  27 files changed, 200 insertions(+), 113 deletions(-)