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

Commit feba3c3a authored by Manikanta Kanamarlapudi's avatar Manikanta Kanamarlapudi Committed by Gerrit - the friendly Code Review server
Browse files

msm: vidc: Make DCVS decision after low latency



Low latency can change DCVS decision. Hence after low
latency setting, call DCVS enable function.

Change-Id: I4a42ae6bafdc852e81794b69d117f5821af4841f
Signed-off-by: default avatarManikanta Kanamarlapudi <kmanikan@codeaurora.org>
parent b49748ed
Loading
Loading
Loading
Loading
+1 −0
Original line number 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;
		pdata = &enable;
		inst->clk_data.low_latency_mode = (bool) enable.enable;
		msm_dcvs_try_enable(inst);
		break;
	}
	case V4L2_CID_MPEG_VIDEO_H264_8X8_TRANSFORM: