drm/amd/display: Don't enable ODM + MPO
authorAlvin Lee <Alvin.Lee2@amd.com>
Thu, 20 Oct 2022 20:07:07 +0000 (16:07 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 1 Nov 2022 15:47:01 +0000 (11:47 -0400)
[Description]
Driver doesn't support ODM + MPO

Reviewed-by: Dillon Varone <Dillon.Varone@amd.com>
Acked-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alvin Lee <Alvin.Lee2@amd.com>
Tested-by: Mark Broadworth <mark.broadworth@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c

index aeb4822cebc86da69d4e33159fafaf7e630189b5..5e0018efe055d2552117f838cbda46ed2a9284f3 100644 (file)
@@ -989,10 +989,6 @@ void dcn32_init_hw(struct dc *dc)
                dc_dmub_srv_query_caps_cmd(dc->ctx->dmub_srv->dmub);
                dc->caps.dmub_caps.psr = dc->ctx->dmub_srv->dmub->feature_caps.psr;
        }
-
-       /* Enable support for ODM and windowed MPO if policy flag is set */
-       if (dc->debug.enable_single_display_2to1_odm_policy)
-               dc->config.enable_windowed_mpo_odm = true;
 }
 
 static int calc_mpc_flow_ctrl_cnt(const struct dc_stream_state *stream,