Hi Dave, Daniel,
Fixes for 5.11.
The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837:
Linux 5.11-rc3 (2021-01-10 14:34:50 -0800)
are available in the Git repository at:
https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.11-2021-01-14
for you to fetch changes up to 2f0fa789f7b9fb022440f8f846cae175233987aa:
drm/amd/display: Fix to be able to stop crc calculation (2021-01-14 14:06:43 -0500)
---------------------------------------------------------------- amd-drm-fixes-5.11-2021-01-14:
amdgpu: - Update repo location in MAINTAINERS - Add some new renoir PCI IDs - Revert CRC UAPI changes - Revert OLED display fix which cases clocking problems for some systems - Misc vangogh fixes - GFX fix for sienna cichlid - DCN1.0 fix for pipe split - Fix incorrect PSP command
amdkfd: - Fix possible out of bounds read in vcrat creation
---------------------------------------------------------------- Alex Deucher (1): MAINTAINERS: update radeon/amdgpu/amdkfd git trees
Alexandre Demers (1): drm/amdgpu: fix DRM_INFO flood if display core is not supported (bug 210921)
Huang Rui (1): drm/amdgpu: fix vram type and bandwidth error for DDR5 and DDR4
Jeremy Cline (1): drm/amdkfd: Fix out-of-bounds read in kdf_create_vcrat_image_cpu()
Li, Roman (1): drm/amd/display: disable dcn10 pipe split by default
Likun Gao (1): drm/amdgpu: set power brake sequence
Nikola Cornij (1): drm/amd/display: Add a missing DCN3.01 API mapping
Prike Liang (1): drm/amdgpu: add green_sardine device id (v2)
Qingqing Zhuo (1): drm/amd/display: NULL pointer hang
Rodrigo Siqueira (4): Revert "drm/amd/display: Fixed Intermittent blue screen on OLED panel" Revert "drm/amd/display: Fix unused variable warning" Revert "drm/amdgpu/disply: fix documentation warnings in display manager" Revert "drm/amd/display: Expose new CRC window property"
Victor Zhao (1): drm/amdgpu/psp: fix psp gfx ctrl cmds
Wayne Lin (1): drm/amd/display: Fix to be able to stop crc calculation
Wesley Chalmers (1): drm/amd/display: Initialize stack variable
chen gong (1): drm/amdgpu/gfx10: add updated GOLDEN_TSC_COUNT_UPPER/LOWER register offsets for VGH
mengwang (1): drm/amdgpu: add new device id for Renior
MAINTAINERS | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | 53 +++++--- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 + drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 48 ++++++- drivers/gpu/drm/amd/amdgpu/psp_gfx_if.h | 2 +- drivers/gpu/drm/amd/amdgpu/soc15.c | 3 +- drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 11 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 142 ++------------------- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 38 ------ .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c | 54 +------- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.h | 5 +- drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 8 +- drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.c | 2 +- .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | 4 +- .../drm/amd/display/dc/dcn301/dcn301_resource.c | 1 + .../display/dc/dml/dcn20/display_mode_vba_20v2.c | 11 +- 17 files changed, 125 insertions(+), 265 deletions(-)
dri-devel@lists.freedesktop.org