Loading drivers/media/platform/msm/vidc/msm_venc.c +4 −1 Original line number Diff line number Diff line Loading @@ -2940,7 +2940,10 @@ static int try_set_ctrl(struct msm_vidc_inst *inst, struct v4l2_ctrl *ctrl) case V4L2_CID_MPEG_VIDC_SET_PERF_LEVEL: switch (ctrl->val) { case V4L2_CID_MPEG_VIDC_PERF_LEVEL_NOMINAL: if (inst->flags & VIDC_TURBO) { inst->flags &= ~VIDC_TURBO; msm_dcvs_init_load(inst); } break; case V4L2_CID_MPEG_VIDC_PERF_LEVEL_TURBO: inst->flags |= VIDC_TURBO; Loading Loading
drivers/media/platform/msm/vidc/msm_venc.c +4 −1 Original line number Diff line number Diff line Loading @@ -2940,7 +2940,10 @@ static int try_set_ctrl(struct msm_vidc_inst *inst, struct v4l2_ctrl *ctrl) case V4L2_CID_MPEG_VIDC_SET_PERF_LEVEL: switch (ctrl->val) { case V4L2_CID_MPEG_VIDC_PERF_LEVEL_NOMINAL: if (inst->flags & VIDC_TURBO) { inst->flags &= ~VIDC_TURBO; msm_dcvs_init_load(inst); } break; case V4L2_CID_MPEG_VIDC_PERF_LEVEL_TURBO: inst->flags |= VIDC_TURBO; Loading