msm: eva: Build EVA driver in eCRM

Enabling EVA build in CRM environment. The setup can be used
to sanity check future changes.

Change-Id: If18abf7212c768c07e550678109d90d0c8519478
Signed-off-by: George Shen <sqiao@codeaurora.org>
This commit is contained in:
George Shen
2020-07-22 14:18:47 -07:00
부모 274090e4b3
커밋 c5c6c1545c
6개의 변경된 파일253개의 추가작업 그리고 6개의 파일을 삭제

파일 보기

@@ -1122,7 +1122,7 @@ static int msm_cvp_set_sysprop(struct msm_cvp_inst *inst,
return -EINVAL;
}
if (props->prop_num >= MAX_KMD_PROP_NUM) {
if (props->prop_num >= MAX_KMD_PROP_NUM_PER_PACKET) {
dprintk(CVP_ERR, "Too many properties %d to set\n",
props->prop_num);
return -E2BIG;