Hi Dave, Daniel, Fixes for 5.4. The following changes since commit a99d8080aaf358d5d23581244e5da23b35e340b9: Linux 5.4-rc6 (2019-11-03 14:07:26 -0800) are available in the Git repository at: git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.4-2019-11-06 for you to fetch changes up to 2c409ba81be25516afe05ae27a4a15da01740b01: drm/radeon: fix si_enable_smc_cac() failed issue (2019-11-06 22:06:23 -0500) ---------------------------------------------------------------- drm-fixes-5.4-2019-11-06: amdgpu: - Fix navi14 display issue root cause and revert workaround - GPU reset scheduler interaction fix - Fix fan boost on multi-GPU - Gfx10 and sdma5 fixes for navi - GFXOFF fix for renoir - Add navi14 PCI ID - GPUVM fix for arcturus radeon: - Port an SI power fix from amdgpu ---------------------------------------------------------------- Alex Deucher (3): drm/amdgpu/arcturus: properly set BANK_SELECT and FRAGMENT_SIZE drm/amdgpu/renoir: move gfxoff handling into gfx9 module drm/radeon: fix si_enable_smc_cac() failed issue Evan Quan (1): drm/amdgpu: register gpu instance before fan boost feature enablment Kevin Wang (1): drm/amd/swSMU: fix smu workload bit map error Shirish S (1): drm/amdgpu: dont schedule jobs while in reset Tianci.Yin (1): drm/amdgpu: add navi14 PCI ID Zhan Liu (2): drm/amd/display: Add ENGINE_ID_DIGD condition check for Navi14 Revert "drm/amd/display: setting the DIG_MODE to the correct value." changzhu (2): drm/amdgpu: add dummy read by engines for some GCVM status registers in gfx10 drm/amdgpu: add warning for GRBM 1-cycle delay issue in gfx9 drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 5 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 7 ++++ drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 1 - drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 48 ++++++++++++++++++++++ drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 13 ++++++ drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c | 8 ++-- drivers/gpu/drm/amd/amdgpu/mmhub_v9_4.c | 9 ++++ drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c | 13 +++++- drivers/gpu/drm/amd/amdgpu/soc15.c | 5 --- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 9 ---- .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c | 5 +++ drivers/gpu/drm/amd/powerplay/navi10_ppt.c | 2 +- drivers/gpu/drm/amd/powerplay/vega20_ppt.c | 2 +- drivers/gpu/drm/radeon/si_dpm.c | 1 + 16 files changed, 106 insertions(+), 24 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel