]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amd/display: Minimize wait for pending updates
authorIlya Bakoulin <Ilya.Bakoulin@amd.com>
Wed, 9 Oct 2024 19:26:48 +0000 (15:26 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Nov 2024 16:39:11 +0000 (11:39 -0500)
commitcaccee7b296b1f6c37f09b5d4808606c66438e9d
treec7204f1dfc23764d25a23ce80dc98545d52521f1
parent2551b4a321a68134360b860113dd460133e856e5
drm/amd/display: Minimize wait for pending updates

[Why/How]
Move the wait for pending updates past prepare_bandwidth if the previous
update was not a full update to reduce the average time it takes to
complete a full update.

Reviewed-by: Dillon Varone <dillon.varone@amd.com>
Reviewed-by: Alvin Lee <alvin.lee2@amd.com>
Signed-off-by: Ilya Bakoulin <Ilya.Bakoulin@amd.com>
Signed-off-by: Zaeem Mohamed <zaeem.mohamed@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