
Define CONFIG_EVA_LE compiler flag. Add separate VM support module. Define stub functions to initialize synx function table in case SYNX is disabled. Change-Id: I0f6b28cbd2a43cbb7f464629a329581a73c4de89 Signed-off-by: George Shen <quic_sqiao@quicinc.com>
17 linhas
337 B
C
17 linhas
337 B
C
/* SPDX-License-Identifier: GPL-2.0-only
|
|
*
|
|
* Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#ifndef _MSM_CVP_VM_H_
|
|
#define _MSM_CVP_VM_H_
|
|
|
|
#include <linux/types.h>
|
|
#include "cvp_comm_def.h"
|
|
#include "msm_cvp_core.h"
|
|
#include "msm_cvp_internal.h"
|
|
|
|
int msm_cvp_vm_init(struct msm_cvp_core *core);
|
|
|
|
#endif
|