Commit 667be3ef authored by Alvin Lee's avatar Alvin Lee Committed by Alex Deucher
Browse files

drm/amd/display: Don't enable ODM + MPO



[Description]
Driver doesn't support ODM + MPO

Reviewed-by: default avatarDillon Varone <Dillon.Varone@amd.com>
Acked-by: default avatarAlex Hung <alex.hung@amd.com>
Signed-off-by: default avatarAlvin Lee <Alvin.Lee2@amd.com>
Tested-by: default avatarMark Broadworth <mark.broadworth@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 368307ce
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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,