Hi Dave, A few misc fixes for 4.16. The following changes since commit 219b3b22df9d828367a4eeceed7600890e2ff4ef: Merge branch 'drm-fixes-4.16' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2018-02-28 11:39:52 +1000) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-fixes-4.16 for you to fetch changes up to fd430a702d37747d79bb5520590ce198df02aaa5: drm/amdgpu: skip ECC for SRIOV in gmc late_init (2018-02-28 15:20:22 -0500) ---------------------------------------------------------------- Emily Deng (1): drm/amdgpu: Correct sdma_v4 get_wptr(v2) Eric Huang (1): drm/amd/powerplay: fix power over limit on Fiji James Zhu (1): drm/amdgpu:Fixed wrong emit frame size for enc Monk Liu (4): drm/amdgpu: only flush hotplug work without DC drm/amdgpu: move WB_FREE to correct place drm/amdgpu: fix&cleanups for wb_clear drm/amdgpu: skip ECC for SRIOV in gmc late_init Shirish S (1): drm/amd/display: check for ipp before calling cursor operations Tom St Denis (1): drm/amd/amdgpu: Correct VRAM width for APUs with GMC9 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 17 ++++++++++------- drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c | 6 ++++-- drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 7 +++++-- drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 18 +++++++----------- drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c | 2 +- drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 6 ++++-- drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 7 ------- 8 files changed, 32 insertions(+), 33 deletions(-)