diff options
author | Dillon Varone <[email protected]> | 2024-06-03 17:39:52 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2024-06-14 16:18:27 -0400 |
commit | 6184bd5750a80d3d8f2ce2227465d889d9c0708b (patch) | |
tree | 9c3f2177a074688cc06943ef0b71fad0c2b826cb | |
parent | 52971387a05aa012eb73db78f39ae6c6dd47e080 (diff) |
drm/amd/display: Enable DCN401 idle optimizations by default
[WHY&HOW]
Re-enable idle optimizations by default.
Reviewed-by: Alvin Lee <[email protected]>
Acked-by: Hamza Mahfooz <[email protected]>
Signed-off-by: Dillon Varone <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c b/drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c index 7781a0342d67..d78dc63f82fd 100644 --- a/drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c +++ b/drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c @@ -731,7 +731,6 @@ static const struct dc_debug_options debug_defaults_drv = { } }, .force_cositing = CHROMA_COSITING_TOPLEFT + 1, - .disable_idle_power_optimizations = true, .edp_oled_no_backlight_enable = true, }; |