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

Commit 8c67ad3c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Disable Kernel to Kernel CVP usage"

parents 1d6a6816 c634e5c5
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)