mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
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:
parent
9aeb31b245
commit
8ae9d73b3a
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user