]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Don't offload flip if not only address update
authorAlvin Lee <alvin.lee2@amd.com>
Mon, 29 Apr 2024 21:39:35 +0000 (17:39 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 13 May 2024 19:47:20 +0000 (15:47 -0400)
commit1dd50e634cb46880f3364ce629b09a37a5b3f888
treeea60b41c1bc2adbbe99f37a4923f7e76bb3213b2
parent4eaf110f97ae55d18a3b0cb727eb6d8c0e8ce7db
drm/amd/display: Don't offload flip if not only address update

[WHAT & HOW]
Fast updates can consist of some stream updates as well (i.e., out_csc).
In these cases we should not offload the flip to FW as we can only
offload address only updates to FW.

Reviewed-by: Chris Park <chris.park@amd.com>
Acked-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alvin Lee <alvin.lee2@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c