mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
drm/amd/display: Enable FPO optimization
[Description] Enable optimization for preferring FPO if it achieves a lower voltage level 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
cf31994d0b
commit
0cdf91bf67
|
|
@ -725,7 +725,7 @@ static const struct dc_debug_options debug_defaults_drv = {
|
|||
.min_prefetch_in_strobe_ns = 60000, // 60us
|
||||
.disable_unbounded_requesting = false,
|
||||
.override_dispclk_programming = true,
|
||||
.disable_fpo_optimizations = true,
|
||||
.disable_fpo_optimizations = false,
|
||||
};
|
||||
|
||||
static const struct dc_debug_options debug_defaults_diags = {
|
||||
|
|
|
|||
|
|
@ -723,7 +723,7 @@ static const struct dc_debug_options debug_defaults_drv = {
|
|||
.min_prefetch_in_strobe_ns = 60000, // 60us
|
||||
.disable_unbounded_requesting = false,
|
||||
.override_dispclk_programming = true,
|
||||
.disable_fpo_optimizations = true,
|
||||
.disable_fpo_optimizations = false,
|
||||
};
|
||||
|
||||
static const struct dc_debug_options debug_defaults_diags = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user