msm: eva: Add vm sub-driver

Add framework for future implementation.

Change-Id: I2ba070e791320e56339c632120ffa821e57db113
Signed-off-by: George Shen <quic_sqiao@quicinc.com>
This commit is contained in:
George Shen
2022-04-08 15:26:07 -07:00
parent 81fb7564e7
commit b129cf0b8a
12 changed files with 280 additions and 13 deletions

View File

@@ -30,7 +30,7 @@
#include "cvp_hfi_io.h"
#include "msm_cvp_dsp.h"
#include "msm_cvp_clocks.h"
#include "msm_cvp_vm.h"
#include "vm/cvp_vm.h"
#include "cvp_dump.h"
#define REG_ADDR_OFFSET_BITMASK 0x000FFFFF
@@ -1397,7 +1397,7 @@ fail_dma_alloc:
static void __interface_queues_release(struct iris_hfi_device *device)
{
#ifdef CONFIG_EVA_LE
#ifdef CONFIG_EVA_TVM
int i;
struct cvp_hfi_mem_map_table *qdss;
struct cvp_hfi_mem_map *mem_map;