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

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

Merge "mdss: fb: Unblock blit ioctl calls when commit is occuring"

parents 9bd08950 0f0b6917
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2020,7 +2020,8 @@ static int mdss_fb_ioctl(struct fb_info *info, unsigned int cmd,
		return -EINVAL;
	mfd = (struct msm_fb_data_type *)info->par;
	mdss_fb_power_setting_idle(mfd);
	if ((cmd != MSMFB_VSYNC_CTRL) && (cmd != MSMFB_OVERLAY_VSYNC_CTRL))
	if ((cmd != MSMFB_VSYNC_CTRL) && (cmd != MSMFB_OVERLAY_VSYNC_CTRL) &&
			(cmd != MSMFB_ASYNC_BLIT) && (cmd != MSMFB_BLIT))
		mdss_fb_pan_idle(mfd);

	switch (cmd) {