]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/display: Fix DPMS using partially updated pipe context
authorDominik Kaszewski <dominik.kaszewski@amd.com>
Thu, 2 Apr 2026 12:46:05 +0000 (14:46 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 Apr 2026 19:41:16 +0000 (15:41 -0400)
commit6fd45b5d8955bbc362ac3dfe181529f7b1cfd224
tree491c0cf9ccdfa73820099799b35150498026ab6d
parent544780573cfdc9afe9620e6f7329fe9fb7f14c24
drm/amd/display: Fix DPMS using partially updated pipe context

[Why & How]
DPMS functions should not use partially updated pipe context passed
as argument of commit_planes_do_stream_update, and instead use the
one in current_state, which is guaranteed to be the most recently
programmed HW config.

Reviewed-by: Wenjing Liu <wenjing.liu@amd.com>
Signed-off-by: Dominik Kaszewski <dominik.kaszewski@amd.com>
Signed-off-by: Chenyu Chen <chen-yu.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c