mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
drm/amd/display: Enable FPO + Vactive
[Description] - Enable FPO + Vactive Reviewed-by: George Shen <George.Shen@amd.com> Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com> Signed-off-by: Alvin Lee <Alvin.Lee2@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
9fc6e4b36f
commit
d062de7b68
|
|
@ -726,7 +726,7 @@ static const struct dc_debug_options debug_defaults_drv = {
|
|||
.override_dispclk_programming = true,
|
||||
.disable_fpo_optimizations = false,
|
||||
.fpo_vactive_margin_us = 2000, // 2000us
|
||||
.disable_fpo_vactive = true,
|
||||
.disable_fpo_vactive = false,
|
||||
.disable_boot_optimizations = false,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -725,7 +725,7 @@ static const struct dc_debug_options debug_defaults_drv = {
|
|||
.override_dispclk_programming = true,
|
||||
.disable_fpo_optimizations = false,
|
||||
.fpo_vactive_margin_us = 2000, // 2000us
|
||||
.disable_fpo_vactive = true,
|
||||
.disable_fpo_vactive = false,
|
||||
.disable_boot_optimizations = false,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user