https://bugs.kde.org/show_bug.cgi?id=497823
Karl-Johan Karlsson <creideiki+kdeb...@ferretporn.se> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://gitlab.freedesktop. | |org/drm/amd/-/issues/3853 --- Comment #3 from Karl-Johan Karlsson <creideiki+kdeb...@ferretporn.se> --- Bisected to this commit: commit 99a02eab82515343d536796aa917dee50aec1551 Author: Alex Deucher <alexander.deuc...@amd.com> Date: Mon Nov 25 13:59:09 2024 -0500 drm/amdgpu: rework resume handling for display (v2) commit 73dae652dcac776296890da215ee7dec357a1032 upstream. Split resume into a 3rd step to handle displays when DCC is enabled on DCN 4.0.1. Move display after the buffer funcs have been re-enabled so that the GPU will do the move and properly set the DCC metadata for DCN. v2: fix fence irq resume ordering Reviewed-by: Christian König <christian.koe...@amd.com> Signed-off-by: Alex Deucher <alexander.deuc...@amd.com> Cc: sta...@vger.kernel.org # 6.11.x Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 45 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) Here's another report of similar behaviour with the same bisection: https://lists.freedesktop.org/archives/amd-gfx/2024-December/118209.html And here's the issue in upstream's bug tracker: https://gitlab.freedesktop.org/drm/amd/-/issues/3853 -- You are receiving this mail because: You are watching all bug changes.