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

Commit c706156e authored by Praneeth Paladugu's avatar Praneeth Paladugu
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: I56378a4af3ebb03ab3492ce01f0b0d01ac97f94d
Signed-off-by: default avatarPraneeth Paladugu <ppaladug@codeaurora.org>
parent e620404d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2172,6 +2172,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_VIDC_VIDEO_H264_TRANSFORM_8x8: