Hi Dave, Daniel, Fixes for 5.0. Highlights: - Powerplay fixes - Virtual display pinning fixes - Golden register updates for vega - Pitch and gem size validation fixes - Fix for error case in sr-iov init - Disable page tables in system memory on RV due to issues with IOMMU reported on some platforms The following changes since commit 74136a3d47f51ae72ee8b9ebc1ec2a29bcf30676: Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux into drm-next (2018-12-31 08:29:54 +1000) are available in the Git repository at: git://people.freedesktop.org/~agd5f/linux drm-fixes-5.0 for you to fetch changes up to 1c1eba86339c8517814863bc7dd21e2661a84e77: drm/amdgpu: disable system memory page tables for now (2019-01-09 15:01:18 -0500) ---------------------------------------------------------------- Christian König (1): drm/amdgpu: disable system memory page tables for now Emily Deng (3): drm/amdgpu/virtual_dce: No need to pin the fb's bo drm/amdgpu/virtual_dce: No need to pin the cursor bo drm/amdgpu/sriov:Correct pfvf exchange logic Evan Quan (5): drm/amd/powerplay: support BOOTUP_DEFAULT power profile mode drm/amd/powerplay: update OD support flag for SKU with no OD capabilities drm/amd/powerplay: create pp_od_clk_voltage device file under OD support drm/amd/powerplay: avoid possible buffer overflow drm/amd/powerplay: drop the unnecessary uclk hard min setting Jim Qu (1): drm/amdgpu: set WRITE_BURST_LENGTH to 64B to workaround SDMA1 hang Kent Russell (1): drm/amdgpu: Cleanup 2 compiler warnings Likun Gao (1): drm/amdgpu: make gfx9 enter into rlc safe mode when set MGCG Tao Zhou (1): drm/amdgpu: fix CPDMA hang in PRT mode for VEGA20 Tiecheng Zhou (1): drm/amdgpu/gfx_v8_0: Reorder the gfx, kiq and kcq rings test sequence Yu Zhao (2): drm/amdgpu: validate user pitch alignment drm/amdgpu: validate user GEM object size drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 12 +++--- drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 38 +++++++++++++---- drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 22 ++++++---- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 3 -- drivers/gpu/drm/amd/amdgpu/dce_virtual.c | 17 ++------ drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 48 +++++++++++++++------- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 14 ++++--- drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c | 2 +- drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 3 +- drivers/gpu/drm/amd/include/kgd_pp_interface.h | 13 +++--- drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c | 24 ++++++----- drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 8 ++-- drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 12 +++--- drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 34 ++++++++++----- drivers/gpu/drm/amd/powerplay/inc/hwmgr.h | 2 +- 15 files changed, 156 insertions(+), 96 deletions(-) _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx