]> Gentwo Git Trees - linux/.git/commit
drm/amd/display: Fix notification of vtotal to DMU for cursor offload
authorNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Tue, 7 Oct 2025 14:39:07 +0000 (10:39 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Oct 2025 13:57:35 +0000 (09:57 -0400)
commit6cf0552e03033da74eff5137a10b33030c8a450a
tree38b09bdf029e46d0f238c50f4cf197159541fe96
parent7c228b1aabce1ee9c4d050cb68a43638dc5b3900
drm/amd/display: Fix notification of vtotal to DMU for cursor offload

[Why]
It was placed after the early return and the notification is never sent.

[How]
Place it after .set_drr and before the return.

Reviewed-by: Alvin Lee <alvin.lee2@amd.com>
Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Wayne Lin <wayne.lin@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c