Hi Dave, Daniel,
Fixes for 5.4. Nothing too major. Enabling bulk moves is not exactly a bug fix, but it's been working well for a while and it improves performance and reduces latency in command submission. If you have concerns, I can respin without it.
The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.4-2019-10-02
for you to fetch changes up to c0e70e10b11b1b7ca0f537e7ce4404a0459cdc7c:
drm/amd/display: fix dcn21 Makefile for clang (2019-10-02 12:58:33 -0500)
---------------------------------------------------------------- drm-fixes-5.4-2019-10-02:
amdgpu: - Enable bulk moves - Power metrics fixes for Navi - Fix S4 regression - Add query for tcc disabled mask - Fix several leaks in error paths - randconfig fixes - clang fixes
---------------------------------------------------------------- Aaron Liu (1): Revert "drm/amdgpu: disable stutter mode for renoir"
Alex Deucher (1): drm/amdgpu: don't increment vram lost if we are in hibernation
Arnd Bergmann (5): drm/amdgpu: make pmu support optional, again drm/amdgpu: hide another #warning drm/amdgpu: display_mode_vba_21: remove uint typedef drm/amd/display: hide an unused variable drm/amd/display: fix dcn21 Makefile for clang
Christian König (1): drm/amdgpu: revert "disable bulk moves for now"
Kevin Wang (2): drm/amd/powerplay: change metrics update period from 1ms to 100ms drm/amd/powerplay: add sensor lock support for smu
Marek Olšák (1): drm/amdgpu: return tcc_disabled_mask to userspace
Navid Emamdoost (2): drm/amdgpu: fix multiple memory leaks in acp_hw_init drm/amd/display: memory leak
drivers/gpu/drm/amd/amdgpu/Makefile | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c | 34 ++++++++++++++-------- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 -- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 12 ++++++++ drivers/gpu/drm/amd/amdgpu/nv.c | 6 ++-- drivers/gpu/drm/amd/amdgpu/soc15.c | 8 ++--- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 +-- .../drm/amd/display/dc/dce100/dce100_resource.c | 1 + .../drm/amd/display/dc/dce110/dce110_resource.c | 1 + .../drm/amd/display/dc/dce112/dce112_resource.c | 1 + .../drm/amd/display/dc/dce120/dce120_resource.c | 1 + .../gpu/drm/amd/display/dc/dce80/dce80_resource.c | 1 + .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | 1 + .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c | 1 + drivers/gpu/drm/amd/display/dc/dcn21/Makefile | 12 +++++++- .../amd/display/dc/dml/dcn21/display_mode_vba_21.c | 13 ++++----- drivers/gpu/drm/amd/powerplay/amdgpu_smu.c | 2 ++ drivers/gpu/drm/amd/powerplay/arcturus_ppt.c | 2 ++ drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h | 1 + drivers/gpu/drm/amd/powerplay/navi10_ppt.c | 4 ++- drivers/gpu/drm/amd/powerplay/vega20_ppt.c | 2 ++ include/uapi/drm/amdgpu_drm.h | 2 ++ 25 files changed, 85 insertions(+), 34 deletions(-)
dri-devel@lists.freedesktop.org