drm/amd/display: Set enable_legacy_fast_update to false for DCN35/351

[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>
This commit is contained in:
Fudong Wang 2025-12-05 09:15:35 +08:00 committed by Alex Deucher
parent 9aeb31b245
commit 8ae9d73b3a
2 changed files with 2 additions and 2 deletions

View 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 = {

View 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 = {