Hi Dave, Daniel, Fixes for 5.19. The following changes since commit 3590b44b9434af1b9c81c3f40189087ed4fe3635: Merge tag 'drm-misc-fixes-2022-07-07-1' of ssh://git.freedesktop.org/git/drm/drm-misc into drm-fixes (2022-07-12 10:44:40 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.19-2022-07-13 for you to fetch changes up to 3283c83eb6fcfbda8ea03d7149d8e42e71c5d45e: drm/amd/display: Ensure valid event timestamp for cursor-only commits (2022-07-13 12:20:37 -0400) ---------------------------------------------------------------- amd-drm-fixes-5.19-2022-07-13: amdgpu: - DP MST blank screen fix for specific platforms - MEC firmware check fix for GC 10.3.7 - Deep color fix for DCE - Fix possible divide by 0 - Coverage blend mode fix - Fix cursor only commit timestamps ---------------------------------------------------------------- Fangzhi Zuo (1): drm/amd/display: Ignore First MST Sideband Message Return Error Mario Kleiner (1): drm/amd/display: Only use depth 36 bpp linebuffers on DCN display engines. Melissa Wen (1): drm/amd/display: correct check of coverage blend mode Michel Dänzer (1): drm/amd/display: Ensure valid event timestamp for cursor-only commits Prike Liang (1): drm/amdkfd: correct the MEC atomic support firmware checking for GC 10.3.7 Yefim Barashkin (1): drm/amd/pm: Prevent divide by zero drivers/gpu/drm/amd/amdkfd/kfd_device.c | 2 + drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 84 ++++++++++++++++++++-- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 8 +++ .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 17 +++++ drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 11 +-- drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c | 2 + 6 files changed, 115 insertions(+), 9 deletions(-)