1
0

disp: msm: add support for splitlink in sde drm

Change adds support for splitlink and disables
dsc merge or 3dmerge which is not needed for splitlink.

Change-Id: I77a794d3ea6f53988f493a7af792add81abb22f0
Signed-off-by: Vara Reddy <varar@codeaurora.org>
Este cometimento está contido em:
Vara Reddy
2021-02-10 12:23:47 -08:00
ascendente 1b3ad8486d
cometimento 02a4648999
5 ficheiros modificados com 32 adições e 10 eliminações

Ver ficheiro

@@ -620,6 +620,9 @@ static inline enum sde_3d_blend_mode sde_encoder_helper_get_3d_blend_mode(
if (ret)
return BLEND_3D_NONE;
if (phys_enc->hw_intf->cfg.split_link_en)
return BLEND_3D_NONE;
num_lm = def.num_lm;
mode_3d = (num_lm > def.num_enc) ? true : false;
split_role = phys_enc->split_role;