drm/amd/display: Enable FPO + Vactive
authorAlvin Lee <Alvin.Lee2@amd.com>
Sat, 1 Apr 2023 00:02:57 +0000 (20:02 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 18 Apr 2023 20:28:53 +0000 (16:28 -0400)
[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>
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_resource.c
drivers/gpu/drm/amd/display/dc/dcn321/dcn321_resource.c

index a876e6e..4f8286a 100644 (file)
@@ -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,
 };
 
index e5ab7f3..cf21b24 100644 (file)
@@ -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,
 };