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

Commit 48efcf7d authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: fix SDE plane dirty property setting"

parents b5d48bf5 dae28960
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -3153,10 +3153,8 @@ static int sde_plane_sspp_atomic_update(struct drm_plane *plane,
				&pstate->property_state)) >= 0) {
		dirty_prop_flag = plane_prop_array[idx];
		pstate->dirty |= dirty_prop_flag;
		if (dirty_prop_flag == SDE_PLANE_DIRTY_ALL &&
				idx != PLANE_PROP_MULTIRECT_MODE &&
				idx != PLANE_PROP_COLOR_FILL)
			SDE_ERROR("executing full mode set, prp_idx %d\n", idx);

		if (dirty_prop_flag == SDE_PLANE_DIRTY_ALL)
			break;
	}