disp: msm: sde: add 4LM topology variants in resource manager
Add 4LM topology variants in resource manager and in drm connector topology name property. Change-Id: I13e6eaafe60037b48d2c9d356f668b69720cbf48 Signed-off-by: Amine Najahi <anajahi@codeaurora.org>
This commit is contained in:
@@ -86,6 +86,14 @@ static const struct sde_rm_topology_def g_top_table_v1[SDE_RM_TOPOLOGY_MAX] = {
|
||||
MSM_DISPLAY_COMPRESSION_DSC },
|
||||
{ SDE_RM_TOPOLOGY_PPSPLIT, 1, 0, 2, 1, true,
|
||||
MSM_DISPLAY_COMPRESSION_NONE },
|
||||
{ SDE_RM_TOPOLOGY_QUADPIPE_3DMERGE, 4, 0, 2, 1, false,
|
||||
MSM_DISPLAY_COMPRESSION_NONE },
|
||||
{ SDE_RM_TOPOLOGY_QUADPIPE_3DMERGE_DSC, 4, 3, 2, 1, false,
|
||||
MSM_DISPLAY_COMPRESSION_DSC },
|
||||
{ SDE_RM_TOPOLOGY_QUADPIPE_DSCMERGE, 4, 4, 2, 1, false,
|
||||
MSM_DISPLAY_COMPRESSION_DSC },
|
||||
{ SDE_RM_TOPOLOGY_QUADPIPE_DSC4HSMERGE, 4, 4, 1, 1, false,
|
||||
MSM_DISPLAY_COMPRESSION_DSC },
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user