Explorar o código

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: Yashwanth <[email protected]>
Signed-off-by: Steve Cohen <[email protected]>
Yashwanth %!s(int64=5) %!d(string=hai) anos
pai
achega
5c4635d434
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      msm/sde/sde_rm.c

+ 3 - 3
msm/sde/sde_rm.c

@@ -75,9 +75,9 @@ static const struct sde_rm_topology_def g_top_table_v1[SDE_RM_TOPOLOGY_MAX] = {
 			MSM_DISPLAY_COMPRESSION_DSC },
 	{   SDE_RM_TOPOLOGY_SINGLEPIPE_VDC,       1, 1, 1, 1, false,
 			MSM_DISPLAY_COMPRESSION_VDC },
-	{   SDE_RM_TOPOLOGY_DUALPIPE,             2, 0, 2, 1, true,
+	{   SDE_RM_TOPOLOGY_DUALPIPE,             2, 0, 2, 1, false,
 			MSM_DISPLAY_COMPRESSION_NONE },
-	{   SDE_RM_TOPOLOGY_DUALPIPE_DSC,         2, 2, 2, 1, true,
+	{   SDE_RM_TOPOLOGY_DUALPIPE_DSC,         2, 2, 2, 1, false,
 			MSM_DISPLAY_COMPRESSION_DSC },
 	{   SDE_RM_TOPOLOGY_DUALPIPE_3DMERGE,     2, 0, 1, 1, false,
 			MSM_DISPLAY_COMPRESSION_NONE },
@@ -87,7 +87,7 @@ static const struct sde_rm_topology_def g_top_table_v1[SDE_RM_TOPOLOGY_MAX] = {
 			MSM_DISPLAY_COMPRESSION_VDC },
 	{   SDE_RM_TOPOLOGY_DUALPIPE_DSCMERGE,    2, 2, 1, 1, false,
 			MSM_DISPLAY_COMPRESSION_DSC },
-	{   SDE_RM_TOPOLOGY_PPSPLIT,              1, 0, 2, 1, true,
+	{   SDE_RM_TOPOLOGY_PPSPLIT,              1, 0, 2, 1, false,
 			MSM_DISPLAY_COMPRESSION_NONE },
 	{   SDE_RM_TOPOLOGY_QUADPIPE_3DMERGE,     4, 0, 2, 1, false,
 			MSM_DISPLAY_COMPRESSION_NONE },