Hi Dave, Simona, Fixes for 6.19. The tree still contains the ABM KMS property. Let me know how you want to proceed with that. I can send a follow up PR with that reverted if needed.
The following changes since commit f3a1d69f9b388271986f4efe1fd775df15b443c1: Merge tag 'amd-drm-next-6.19-2025-11-14' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2025-11-18 07:01:26 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-next-6.19-2025-11-21 for you to fetch changes up to ee9b603ad43f9870eb75184f9fb0a84f8c3cc852: drm/amdgpu: Add sriov vf check for VCN per queue reset support. (2025-11-19 17:34:16 -0500) ---------------------------------------------------------------- amd-drm-next-6.19-2025-11-21: amdgpu: - DC state dumping fixes - Panel replay improvements - Seamless boot fixes - EDID fetching improvements - HDMI HPD filtering fix - Misc display fixes - Audio fix - DP MST fix - RAS fix - Documentation fixes - DC analog cleanups - VPE fix - GC 11 fix - PRT fix - MMIO remap fix - SR-IOV fix radeon: - Fence deadlock fix ---------------------------------------------------------------- Charlene Liu (2): drm/amd/display: Add null pointer check in link_dpms drm/amd/display: Check DCCG_AUDIO_DTO2 register mask exist Fangzhi Zuo (1): drm/amd/display: Fix pbn to kbps Conversion George Shen (1): drm/amd/display: Add interface to capture expected HW state from SW state Ivan Lipski (2): drm/amd/display: Add an HPD filter for HDMI drm/amd/display: Clear the CUR_ENABLE register on DCN20 on DPP5 Jack Chang (3): drm/amd/display: Add panel replay capability detection drm/amd/display: Add panel replay enablement option and logic drm/amd/display: Get panel replay capability from DPCD Lijo Lazar (1): drm/amdgpu: Unregister mce notifier Mario Limonciello (1): drm/amd: Skip power ungate during suspend for VPE Mario Limonciello (AMD) (2): drm/amd/display: Move sleep into each retry for retrieve_link_cap() drm/amd/display: Increase DPCD read retries Nicholas Carbones (1): drm/amd/display: Add pipe topology history to dc Paul Hsieh (1): drm/amd/display: Re-check seamless boot can be enabled or not Randy Dunlap (1): drm/amd/display: dc_hw_sequencer.c: remove kernel-doc comments Robert McClinton (1): drm/radeon: delete radeon_fence_process in is_signaled, no deadlock Shikang Fan (1): drm/amdgpu: Add sriov vf check for VCN per queue reset support. Srinivasan Shanmugam (1): drm/amdgpu/ttm: Fix crash when handling MMIO_REMAP in PDE flags Taimur Hassan (2): drm/amd/display: Ignore Coverity false positive drm/amd/display: Promote DC to 3.2.359 Timur Kristóf (5): drm/amd/display: Fix warning for analog stream encoders drm/amd/display: Cleanup uses of the analog flag drm/amd/display: Cleanup early return in construct_phy drm/amd/display: Move analog check to dce110_hwseq drm/amdgpu/vm: Check PRT uAPI flag instead of PTE flag Yifan Zha (1): drm/amdgpu: Skip emit de meta data on gfx11 with rs64 enabled drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 28 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 4 +- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 4 +- drivers/gpu/drm/amd/amdgpu/vcn_v4_0_3.c | 2 +- drivers/gpu/drm/amd/amdgpu/vcn_v5_0_1.c | 4 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 153 +++++- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 6 + .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 59 +-- drivers/gpu/drm/amd/display/dc/core/dc.c | 570 +++++++++++++++++++++ .../gpu/drm/amd/display/dc/core/dc_hw_sequencer.c | 80 +-- drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 76 ++- drivers/gpu/drm/amd/display/dc/dc.h | 490 +++++++++++++++++- drivers/gpu/drm/amd/display/dc/dc_dp_types.h | 36 ++ drivers/gpu/drm/amd/display/dc/dc_types.h | 9 + drivers/gpu/drm/amd/display/dc/dce/dce_audio.c | 3 +- .../drm/amd/display/dc/dce/dce_stream_encoder.c | 2 +- drivers/gpu/drm/amd/display/dc/dce/dmub_replay.c | 13 + .../drm/amd/display/dc/hwss/dce110/dce110_hwseq.c | 6 +- .../drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 8 + drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h | 26 + .../gpu/drm/amd/display/dc/link/link_detection.c | 2 - drivers/gpu/drm/amd/display/dc/link/link_dpms.c | 9 +- drivers/gpu/drm/amd/display/dc/link/link_factory.c | 15 +- .../display/dc/link/protocols/link_dp_capability.c | 16 +- .../dc/link/protocols/link_edp_panel_control.c | 126 ++++- .../display/dc/resource/dcn401/dcn401_resource.h | 3 +- drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 1 + drivers/gpu/drm/amd/display/include/dpcd_defs.h | 16 + .../drm/amd/display/modules/power/power_helpers.c | 3 + drivers/gpu/drm/radeon/radeon_fence.c | 7 - 32 files changed, 1657 insertions(+), 125 deletions(-)
