diff --git a/msm/sde/sde_color_processing.c b/msm/sde/sde_color_processing.c index e236e08806..addb4afcc1 100644 --- a/msm/sde/sde_color_processing.c +++ b/msm/sde/sde_color_processing.c @@ -1699,11 +1699,6 @@ static int sde_cp_crtc_check_pu_features(struct drm_crtc *crtc) DRM_ERROR("invalid ctl in mixer %d\n", i); return -EINVAL; } - - if (!sde_crtc->mixers[i].hw_dspp) { - DRM_ERROR("invalid dspp in mixer %d\n", i); - return -EINVAL; - } } /* early return when not a partial update frame */ @@ -1846,11 +1841,6 @@ static int sde_cp_crtc_set_pu_features(struct drm_crtc *crtc, bool *need_flush) DRM_ERROR("invalid ctl in mixer %d\n", i); return -EINVAL; } - - if (!sde_crtc->mixers[i].hw_dspp) { - DRM_ERROR("invalid dspp in mixer %d\n", i); - return -EINVAL; - } } /* early return if not a partial update frame or no change in rois */