diff options
author | Aurabindo Pillai <aurabindo.pillai@amd.com> | 2021-05-07 16:39:34 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-05-19 22:43:35 -0400 |
commit | 258ec890cc509c468638ce18a6ed48a058d7f49a (patch) | |
tree | 15c4f5fc942e51b52ef5262eeca4c884a9a5ccac /drivers | |
parent | ac87f94294530bae182044a237110676a7f911e7 (diff) | |
download | lwn-258ec890cc509c468638ce18a6ed48a058d7f49a.tar.gz lwn-258ec890cc509c468638ce18a6ed48a058d7f49a.zip |
drm/amd/display: enable idle optimizations for beige goby
[Why&How]
MALL requires idle optimizations to be enabled. This enables MALL
feature on dcn303
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c b/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c index 5bdb01d2095e..aff0230c9193 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c +++ b/drivers/gpu/drm/amd/display/dc/dcn303/dcn303_resource.c @@ -205,6 +205,7 @@ static const struct dc_debug_options debug_defaults_drv = { .underflow_assert_delay_us = 0xFFFFFFFF, .dwb_fi_phase = -1, // -1 = disable, .dmub_command_table = true, + .disable_idle_power_optimizations = false, }; static const struct dc_debug_options debug_defaults_diags = { |