Loading drivers/gpu/drm/msm/sde/sde_crtc.c +1 −2 Original line number Diff line number Diff line Loading @@ -4699,8 +4699,6 @@ static int sde_crtc_atomic_check(struct drm_crtc *crtc, for (i = 1; i < SSPP_MAX; i++) { if (pipe_staged[i]) { sde_plane_clear_multirect(pipe_staged[i]); if (is_sde_plane_virtual(pipe_staged[i]->plane)) { SDE_ERROR( "r1 only virt plane:%d not supported\n", Loading @@ -4708,6 +4706,7 @@ static int sde_crtc_atomic_check(struct drm_crtc *crtc, rc = -EINVAL; goto end; } sde_plane_clear_multirect(pipe_staged[i]); } } Loading Loading
drivers/gpu/drm/msm/sde/sde_crtc.c +1 −2 Original line number Diff line number Diff line Loading @@ -4699,8 +4699,6 @@ static int sde_crtc_atomic_check(struct drm_crtc *crtc, for (i = 1; i < SSPP_MAX; i++) { if (pipe_staged[i]) { sde_plane_clear_multirect(pipe_staged[i]); if (is_sde_plane_virtual(pipe_staged[i]->plane)) { SDE_ERROR( "r1 only virt plane:%d not supported\n", Loading @@ -4708,6 +4706,7 @@ static int sde_crtc_atomic_check(struct drm_crtc *crtc, rc = -EINVAL; goto end; } sde_plane_clear_multirect(pipe_staged[i]); } } Loading