Hi Dave, Daniel,
Fixes for 5.13.
The following changes since commit 8124c8a6b35386f73523d27eacb71b5364a68c4c:
Linux 5.13-rc4 (2021-05-30 11:58:25 -1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.13-2021-06-02
for you to fetch changes up to e7591a8d56bab89c617dae055446b6337ec32dc9:
amd/display: convert DRM_DEBUG_ATOMIC to drm_dbg_atomic (2021-06-02 17:58:11 -0400)
---------------------------------------------------------------- amd-drm-fixes-5.13-2021-06-02:
amdgpu: - Display fixes - FRU EEPROM error handling fix - RAS fix - PSP fix - Releasing pinned BO fix
---------------------------------------------------------------- Asher Song (1): drm/amdgpu: add judgement for dc support
Bindu Ramamurthy (1): drm/amd/display: Allow bandwidth validation for 0 streams.
Jiansong Chen (1): drm/amdgpu: refine amdgpu_fru_get_product_info
Luben Tuikov (1): drm/amdgpu: Don't query CE and UE errors
Nicholas Kazlauskas (1): drm/amd/display: Fix GPU scaling regression by FS video support
Nirmoy Das (1): drm/amdgpu: make sure we unpin the UVD BO
Rodrigo Siqueira (1): drm/amd/display: Fix overlay validation by considering cursors
Roman Li (1): drm/amd/display: Fix potential memory leak in DMUB hw_init
Simon Ser (1): amd/display: convert DRM_DEBUG_ATOMIC to drm_dbg_atomic
Victor Zhao (1): drm/amd/amdgpu:save psp ring wptr to avoid attack
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 16 --------- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c | 42 ++++++++++++---------- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | 1 + drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 3 +- drivers/gpu/drm/amd/amdgpu/psp_v3_1.c | 3 +- drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c | 1 + drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 30 ++++++++++------ .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c | 2 +- 9 files changed, 52 insertions(+), 50 deletions(-)
dri-devel@lists.freedesktop.org