Loading drivers/gpu/drm/msm/sde/sde_crtc.c +3 −1 Original line number Diff line number Diff line Loading @@ -2805,8 +2805,10 @@ static int sde_crtc_atomic_check(struct drm_crtc *crtc, sde_plane_clear_multirect(pipe_staged[i]); if (is_sde_plane_virtual(pipe_staged[i]->plane)) { SDE_ERROR("invalid use of virtual plane: %d\n", SDE_ERROR( "r1 only virt plane:%d not supported\n", pipe_staged[i]->plane->base.id); rc = -EINVAL; goto end; } } Loading Loading
drivers/gpu/drm/msm/sde/sde_crtc.c +3 −1 Original line number Diff line number Diff line Loading @@ -2805,8 +2805,10 @@ static int sde_crtc_atomic_check(struct drm_crtc *crtc, sde_plane_clear_multirect(pipe_staged[i]); if (is_sde_plane_virtual(pipe_staged[i]->plane)) { SDE_ERROR("invalid use of virtual plane: %d\n", SDE_ERROR( "r1 only virt plane:%d not supported\n", pipe_staged[i]->plane->base.id); rc = -EINVAL; goto end; } } Loading