Skip to content

Commit dddb3e5

Browse files
Rodrigo Siqueiraalexdeucher
authored andcommitted
drm/amd/display: Disable ODM by default for DCN35
Just ensure that ODM optimization is disabled by default. Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com> Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 22c3b09 commit dddb3e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2132,6 +2132,7 @@ static bool dcn35_resource_construct(
21322132
dc->dml2_options.dcn_pipe_count = pool->base.pipe_count;
21332133
dc->dml2_options.use_native_pstate_optimization = true;
21342134
dc->dml2_options.use_native_soc_bb_construction = true;
2135+
dc->dml2_options.minimize_dispclk_using_odm = false;
21352136
if (dc->config.EnableMinDispClkODM)
21362137
dc->dml2_options.minimize_dispclk_using_odm = true;
21372138
dc->dml2_options.enable_windowed_mpo_odm = dc->config.enable_windowed_mpo_odm;

0 commit comments

Comments
 (0)