mbox series

[pull] amdgpu drm-fixes-4.20

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

Pull-request

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

Message

Alex Deucher Nov. 14, 2018, 5:18 p.m. UTC
Hi Dave,

Fixes for 4.20:
- Fix for huge page handling that caused a GPUVM fault in some cases
- Fix IH ring setup
- Fix for xgmi aperture setup
- Fix for watermark setup for SMU

The following changes since commit 73b6f96cbc0162787bcbdac5f538167084c8d605:

  Merge branch 'drm-fixes-4.20' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2018-11-11 04:23:02 +1000)

are available in the git repository at:

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

for you to fetch changes up to c1a17777eb45d9f3821f35e9869c0a08cd2e664e:

  drm/amdgpu: fix huge page handling on Vega10 (2018-11-13 10:21:00 -0500)

----------------------------------------------------------------
Christian König (1):
      drm/amdgpu: fix huge page handling on Vega10

Philip Yang (1):
      drm/amdgpu: fix bug with IH ring setup

Rex Zhu (1):
      drm/amd/pp: Fix truncated clock value when set watermark

shaoyunl (1):
      drm/amdgpu: set system aperture to cover whole FB region

 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c           | 18 +++++++------
 drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c         |  6 ++---
 drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c          |  6 ++---
 drivers/gpu/drm/amd/amdgpu/vega10_ih.c           |  2 +-
 drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c | 32 ++++++++++++------------
 5 files changed, 33 insertions(+), 31 deletions(-)