Hi Dave, Sima, Fixes for 6.8. The following changes since commit b401b621758e46812da61fa58a67c3fd8d91de0d: Linux 6.8-rc5 (2024-02-18 12:56:25 -0800) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.8-2024-02-22 for you to fetch changes up to bbfaf2aea7164db59739728d62d9cc91d64ff856: drm/amdgpu: Fix the runtime resume failure issue (2024-02-22 12:28:27 -0500) ---------------------------------------------------------------- amd-drm-fixes-6.8-2024-02-22: amdgpu: - Suspend/resume fixes - Backlight error fix - DCN 3.5 fixes - Misc fixes ---------------------------------------------------------------- Armin Wolf (1): drm/amd/display: Fix memory leak in dm_sw_fini() Lewis Huang (1): drm/amd/display: Only allow dig mapping to pwrseq in new asic Ma Jun (1): drm/amdgpu: Fix the runtime resume failure issue Melissa Wen (1): drm/amd/display: fix null-pointer dereference on edid reading Srinivasan Shanmugam (1): drm/amd/display: Fix potential null pointer dereference in dc_dmub_srv Swapnil Patel (1): drm/amd/display: fix input states translation error for dcn35 & dcn351 Wayne Lin (1): drm/amd/display: adjust few initialization order in dm drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 3 ++ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 57 +++++++++++++--------- drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 7 ++- .../gpu/drm/amd/display/dc/dce/dce_panel_cntl.c | 1 + .../drm/amd/display/dc/dcn301/dcn301_panel_cntl.c | 1 + .../drm/amd/display/dc/dcn31/dcn31_panel_cntl.c | 18 ++++++- .../amd/display/dc/dml2/dml2_translation_helper.c | 9 +++- drivers/gpu/drm/amd/display/dc/inc/hw/panel_cntl.h | 2 +- drivers/gpu/drm/amd/display/dc/link/link_factory.c | 26 +--------- 9 files changed, 71 insertions(+), 53 deletions(-)