]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: Set enable_legacy_fast_update to false for DCN35/351
authorFudong Wang <fudong.wang@amd.com>
Fri, 5 Dec 2025 01:15:35 +0000 (09:15 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Dec 2025 18:25:51 +0000 (13:25 -0500)
[Why]
Existing logic will treat color temperature update = full update, cause
user color temp adjustment goes wait for update logic and fsleep in that
cause the adjustment not smooth.

[How]
Let DCN35/351 to follow DCN401 to set default value to false.

Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Fudong Wang <fudong.wang@amd.com>
Signed-off-by: Chenyu Chen <chen-yu.chen@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/resource/dcn35/dcn35_resource.c
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c

index d056e5fd545871addd404ae6bc0781d93dcce942..45454a097264261bf7157351d2492fa5c11a49f2 100644 (file)
@@ -788,7 +788,7 @@ static const struct dc_debug_options debug_defaults_drv = {
 };
 
 static const struct dc_check_config config_defaults = {
-       .enable_legacy_fast_update = true,
+       .enable_legacy_fast_update = false,
 };
 
 static const struct dc_panel_config panel_config_defaults = {
index 9fab3169069c40081edd8d9f423cbc4f3e80de22..e3c5871658077c676fbd37c22174a703afd6db0f 100644 (file)
@@ -768,7 +768,7 @@ static const struct dc_debug_options debug_defaults_drv = {
 };
 
 static const struct dc_check_config config_defaults = {
-       .enable_legacy_fast_update = true,
+       .enable_legacy_fast_update = false,
 };
 
 static const struct dc_panel_config panel_config_defaults = {