]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Reduce redundant minimal transitions due to SubVP
authorDillon Varone <dillon.varone@amd.com>
Mon, 29 Jul 2024 22:17:55 +0000 (18:17 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 13 Aug 2024 14:44:32 +0000 (10:44 -0400)
commitcc2991203c9d4e23051dbe5bcb1fc700fea26992
treeb6624e40da2fd4051bd9d524f4d0660ea456cf20
parentcd9e9e0852d501f169aa3bb34e4b413d2eb48c37
drm/amd/display: Reduce redundant minimal transitions due to SubVP

[WHY]
Stream ID's associated with phantom pipes can change often as they
are reconstructed on full updates, however they can remain identical
depending on the required update.

[HOW]
In the case phantom streams and pipe topologies remain the same
between updates, mark the transition as seamless.

Reviewed-by: Alvin Lee <alvin.lee2@amd.com>
Signed-off-by: Dillon Varone <dillon.varone@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@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/hwss/dcn32/dcn32_hwseq.c