Merge "disp: msm: sde: remove rgb/cursor pipe related code"

This commit is contained in:
qctecmdr
2022-01-10 16:24:25 -08:00
committed by Gerrit - the friendly Code Review server
melakukan 2d519071e8
9 mengubah file dengan 18 tambahan dan 229 penghapusan

Melihat File

@@ -2103,8 +2103,7 @@ static int _sde_kms_drm_obj_init(struct sde_kms *sde_kms)
for (i = 0; i < catalog->sspp_count; i++) {
bool primary = true;
if (catalog->sspp[i].features & BIT(SDE_SSPP_CURSOR)
|| primary_planes_idx >= max_crtc_count)
if (primary_planes_idx >= max_crtc_count)
primary = false;
plane = sde_plane_init(dev, catalog->sspp[i].id, primary,