Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51acddc9 authored by Yashwanth's avatar Yashwanth
Browse files

disp: msm: sde: update ctl v1 topology table



This change updates split display flag for ctl v1 topology
table since it is not required for CTL_ACTIVE targets.

Change-Id: Ic669cb6f2c1ca60b2299ebb59a8132a5177ad133
Signed-off-by: default avatarYashwanth <yvulapu@codeaurora.org>
parent ee482d3c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -56,12 +56,12 @@ static const struct sde_rm_topology_def g_ctl_ver_1_top_table[] = {
	{   SDE_RM_TOPOLOGY_NONE,                 0, 0, 0, 0, false },
	{   SDE_RM_TOPOLOGY_SINGLEPIPE,           1, 0, 1, 1, false },
	{   SDE_RM_TOPOLOGY_SINGLEPIPE_DSC,       1, 1, 1, 1, false },
	{   SDE_RM_TOPOLOGY_DUALPIPE,             2, 0, 2, 1, true  },
	{   SDE_RM_TOPOLOGY_DUALPIPE_DSC,         2, 2, 2, 1, true  },
	{   SDE_RM_TOPOLOGY_DUALPIPE,             2, 0, 2, 1, false },
	{   SDE_RM_TOPOLOGY_DUALPIPE_DSC,         2, 2, 2, 1, false },
	{   SDE_RM_TOPOLOGY_DUALPIPE_3DMERGE,     2, 0, 1, 1, false },
	{   SDE_RM_TOPOLOGY_DUALPIPE_3DMERGE_DSC, 2, 1, 1, 1, false },
	{   SDE_RM_TOPOLOGY_DUALPIPE_DSCMERGE,    2, 2, 1, 1, false },
	{   SDE_RM_TOPOLOGY_PPSPLIT,              1, 0, 2, 1, true  },
	{   SDE_RM_TOPOLOGY_PPSPLIT,              1, 0, 2, 1, false },
};