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

Commit ce3548bc 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: correct inline rotator qos remap loop"

parents 40093f81 032c2e18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1882,7 +1882,7 @@ static int sde_plane_rot_submit_command(struct drm_plane *plane,
		rot_cmd->dst_planes = layout.num_planes;

		/* VBIF remapper settings */
		for (i = 0; rstate->rot_hw->caps->xin_count; i++) {
		for (i = 0; i < rstate->rot_hw->caps->xin_count; i++) {
			const struct sde_rot_vbif_cfg *cfg =
					&rstate->rot_hw->caps->vbif_cfg[i];