Merge "disp: msm: sde: remove rgb/cursor pipe related code"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

melakukan
2d519071e8
@@ -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,
|
||||
|
Reference in New Issue
Block a user