mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 06:41:06 -04:00
drm/amd/display: Re-enable SubVP high refresh
Re-enable SubVP high refresh now that it is fixed for displays with high refresh rates. Acked-by: Stylon Wang <stylon.wang@amd.com> Signed-off-by: Alvin Lee <alvin.lee2@amd.com> Reviewed-by: Saaem Rizvi <SyedSaaem.Rizvi@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -728,7 +728,7 @@ static const struct dc_debug_options debug_defaults_drv = {
|
||||
.fpo_vactive_margin_us = 2000, // 2000us
|
||||
.disable_fpo_vactive = false,
|
||||
.disable_boot_optimizations = false,
|
||||
.disable_subvp_high_refresh = true,
|
||||
.disable_subvp_high_refresh = false,
|
||||
.disable_dp_plus_plus_wa = true,
|
||||
.fpo_vactive_min_active_margin_us = 200,
|
||||
.fpo_vactive_max_blank_us = 1000,
|
||||
|
||||
@@ -727,7 +727,7 @@ static const struct dc_debug_options debug_defaults_drv = {
|
||||
.fpo_vactive_margin_us = 2000, // 2000us
|
||||
.disable_fpo_vactive = false,
|
||||
.disable_boot_optimizations = false,
|
||||
.disable_subvp_high_refresh = true,
|
||||
.disable_subvp_high_refresh = false,
|
||||
.fpo_vactive_min_active_margin_us = 200,
|
||||
.fpo_vactive_max_blank_us = 1000,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user