]> Gentwo Git Trees - linux/.git/commit
drm/amd/display: Fix wrong index for DCN401 cursor offload
authorNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Tue, 7 Oct 2025 14:40:26 +0000 (10:40 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Oct 2025 13:57:31 +0000 (09:57 -0400)
commit7c228b1aabce1ee9c4d050cb68a43638dc5b3900
treee9943ccd1cc2d0b94e7c571390c1afb5d74d5c0d
parent610cf76e9453b71f19e8c18e49876a8c5952e170
drm/amd/display: Fix wrong index for DCN401 cursor offload

[Why]
Payloads are ignored because the wrong index is written as part of the
pipe update implementation for DCN401.

[How]
Align it to the DCN35 implementation and ensure the + 1 is added.

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/hwss/dcn401/dcn401_hwseq.c