Hi Dave, Misc fixes for 4.15. The following changes since commit a9386bb051931778436db3dd6e3a163f7db92b56: Merge tag 'drm-misc-next-fixes-2017-11-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2017-11-09 11:59:30 +1000) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-next-4.15 for you to fetch changes up to 451cc55dd17fa5130f05629ac8d90e32facf27f6: drm/amd/pp: fix dpm randomly failed on Vega10 (2017-11-15 14:03:45 -0500) ---------------------------------------------------------------- Christian König (2): drm/amdgpu: make AMDGPU_VA_RESERVED_SIZE 64bit drm/amdgpu: set f_mapping on exported DMA-bufs Colin Ian King (1): drm/amd/powerplay: fix copy-n-paste error on vddci_buf index Emily Deng (1): drm/amdgpu: Fix null pointer issue in amdgpu_cs_wait_any_fence Ken Wang (2): drm/amdgpu: Remove check which is not valid for certain VBIOS drm/amdgpu: Add common golden settings for GFX9 Nicolai Hähnle (1): drm/amdgpu/gfx9: implement wave VGPR reading Rex Zhu (1): drm/amd/pp: fix dpm randomly failed on Vega10 Roger He (1): drm/amd/amdgpu: if visible VRAM allocation fail, fall back to invisible try again Tom St Denis (1): drm/amd/amdgpu: Fix wave mask in amdgpu_debugfs_wave_read() (v2) ozeng (1): drm/amdgpu: Properly allocate VM invalidate eng v2 drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c | 6 ---- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 7 ++-- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 40 +++++++++++----------- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 10 ++++-- drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c | 6 +++- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 3 +- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 19 ++++++++++ drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 15 ++++++-- drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c | 2 +- drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 29 ++++++++-------- drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h | 1 + 11 files changed, 87 insertions(+), 51 deletions(-)