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

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

Merge "msm: vidc: Make DCVS decision after low latency"

parents fe0355ce feba3c3a
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -2087,6 +2087,7 @@ int msm_venc_s_ctrl(struct msm_vidc_inst *inst, struct v4l2_ctrl *ctrl)
			enable.enable = 0;
			enable.enable = 0;
		pdata = &enable;
		pdata = &enable;
		inst->clk_data.low_latency_mode = (bool) enable.enable;
		inst->clk_data.low_latency_mode = (bool) enable.enable;
		msm_dcvs_try_enable(inst);
		break;
		break;
	}
	}
	case V4L2_CID_MPEG_VIDEO_H264_8X8_TRANSFORM:
	case V4L2_CID_MPEG_VIDEO_H264_8X8_TRANSFORM: