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

Commit c634e5c5 authored by Akshata Sahukar's avatar Akshata Sahukar
Browse files

msm: vidc: Disable Kernel to Kernel CVP usage



Add support to disable kernel to kernel CVP usage.

Change-Id: I8cb7fa69f0a87fba6b735b8b8aadab1059779c6c
Signed-off-by: default avatarAkshata Sahukar <asahukar@codeaurora.org>
parent d2d14985
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -782,8 +782,9 @@ bool is_vidc_cvp_allowed(struct msm_vidc_inst *inst)
			is_secure_session(inst), superframe_enable->val);
		allowed = false;
	}
	s_vpr_h(inst->sid, "%s: Hardcoded as cvp not allowed\n", __func__);
exit:
	return allowed;
	return false;
}

static int msm_vidc_prepare_preprocess(struct msm_vidc_inst *inst)