drm/amd/display: Enable fast plane updates on DCN3.2 and above
authorTianci Yin <tianci.yin@amd.com>
Wed, 1 Nov 2023 01:47:13 +0000 (09:47 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 Nov 2023 05:50:57 +0000 (00:50 -0500)
commit435f5b369657cffee4b04db1f5805b48599f4dbe
tree5a1bc3090c8c94a5ce1cd36ddd48995985faf079
parent270b301beca58e427a0fda7523a71a9562e644bb
drm/amd/display: Enable fast plane updates on DCN3.2 and above

[WHY]
When cursor moves across screen boarder, lag cursor observed,
since subvp settings need to sync up with vblank that causes
cursor updates being delayed.

[HOW]
Enable fast plane updates on DCN3.2 to fix it.

Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Acked-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Tianci Yin <tianci.yin@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c