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

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

Merge "msm: mdss: modify userspace src format during MSMFB_SET on rotator"

parents 55cc96eb 1712143b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -537,6 +537,14 @@ int mdss_mdp_rotator_setup(struct msm_fb_data_type *mfd,
		if (rot && (req->id == MSMFB_NEW_REQUEST))
			mdss_mdp_rotator_finish(rot);
	}
	/*
	 * overwrite the src format for rotator to dst format
	 * for use by the user. On subsequent set calls, the
	 * user is expected to proivde the original src format
	 */
	req->src.format = mdss_mdp_get_rotator_dst_format(req->src.format,
		req->flags & MDP_ROT_90, req->flags & MDP_BWC_EN);

	mutex_unlock(&rotator_lock);
	return ret;
}