mbox series

[pull] amdgpu drm-next-4.20

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

Pull-request

git://people.freedesktop.org/~agd5f/linux drm-next-4.20

Message

Alex Deucher Nov. 1, 2018, 3:19 p.m. UTC
Hi Dave,

Fixes for 4.20.  Highlights:
- Fix flickering at low backlight levels on some systems
- Fix some overclocking regressions
- Vega20 updates for
- GPU recovery fixes
- Disable gfxoff on RV as some sbios/fw combinations are not stable yet

The following changes since commit 0af5c656fdb797f74ee57414e0c07cd57406d0c3:

  drm/amdgpu: fix amdgpu_vm_fini (2018-10-25 14:04:40 -0500)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-next-4.20

for you to fetch changes up to 9d064be1e6a195eaaa3762af5c7c6cd3f66aa6cc:

  drm/amdgpu: revert "enable gfxoff in non-sriov and stutter mode by default" (2018-11-01 09:56:56 -0500)

----------------------------------------------------------------
Andrey Grodzovsky (2):
      drm/amdgpu: Fix compute ring 1.0.0 failure after reset
      drm/amdgpu: Fix skipping hangged job reset during gpu recover.

Christian König (2):
      drm/amdgpu: fix VM leaf walking
      drm/amdgpu: revert "enable gfxoff in non-sriov and stutter mode by default"

Evan Quan (2):
      drm/amd/powerplay: revise Vega20 pptable version check
      drm/amd/powerplay: no MGPU fan boost enablement on DPM disabled

Guttula, Suresh (1):
      drm/amd/display: set backlight level limit to 1

Rex Zhu (3):
      drm/amd/pp: Fix pp_sclk/mclk_od not work on smu7
      drm/amd/pp: Fix pp_sclk/mclk_od not work on Vega10
      drm/amd/pp: Print warning if od_sclk/mclk out of range

Shirish S (1):
      drm/amdgpu: fix reporting of failed msg sent to SMU (v2)

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |  3 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c              |  6 ++-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  7 ++++
 drivers/gpu/drm/amd/powerplay/amd_powerplay.c      |  6 +--
 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c   | 10 +++--
 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 43 ++++++++++++++++++++--
 .../amd/powerplay/hwmgr/vega20_processpptables.c   | 10 ++++-
 drivers/gpu/drm/amd/powerplay/smumgr/smu8_smumgr.c |  4 ++
 10 files changed, 76 insertions(+), 21 deletions(-)