Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8656108 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: avoid configuring PE for virtual planes"

parents 61af541c 0532e0a4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3296,7 +3296,8 @@ static int sde_plane_sspp_atomic_update(struct drm_plane *plane,
					pstate->multirect_index);
		}

		if (psde->pipe_hw->ops.setup_pe)
		if (psde->pipe_hw->ops.setup_pe &&
				(pstate->multirect_index != SDE_SSPP_RECT_1))
			psde->pipe_hw->ops.setup_pe(psde->pipe_hw,
					&psde->pixel_ext);