]> Git Repo - linux.git/commitdiff
drm/amd/display: enable dcn35 idle power optimization
authorRoman Li <[email protected]>
Wed, 13 Dec 2023 06:12:16 +0000 (14:12 +0800)
committerAlex Deucher <[email protected]>
Wed, 3 Jan 2024 15:30:42 +0000 (10:30 -0500)
[Why]
Idle power optimization was disabled on dcn35 by default.

[How]
Enable by setting disable_idle_power_optimizations to false.

Signed-off-by: Roman Li <[email protected]>
Reviewed-by: Nicholas Kazlauskas <[email protected]>
Acked-by: Wayne Lin <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c

index 810cfe21363223a3a70814300ace8f2087013364..39594e8ffb5ee70946f9b77188ea83c3707828d7 100644 (file)
@@ -768,7 +768,7 @@ static const struct dc_debug_options debug_defaults_drv = {
        .enable_hpo_pg_support = false,
        .enable_legacy_fast_update = true,
        .enable_single_display_2to1_odm_policy = false,
-       .disable_idle_power_optimizations = true,
+       .disable_idle_power_optimizations = false,
        .dmcub_emulation = false,
        .disable_boot_optimizations = false,
        .disable_unbounded_requesting = false,
This page took 0.076749 seconds and 4 git commands to generate.