|
@@ -23,10 +23,10 @@ enum queue_state {
|
|
QUEUE_INVALID,
|
|
QUEUE_INVALID,
|
|
};
|
|
};
|
|
|
|
|
|
-#ifdef CONFIG_EVA_WAIPIO
|
|
|
|
#define CVP_SYNX_ENABLED 1
|
|
#define CVP_SYNX_ENABLED 1
|
|
#define CVP_MMRM_ENABLED 1
|
|
#define CVP_MMRM_ENABLED 1
|
|
#define CVP_FASTRPC_ENABLED 1
|
|
#define CVP_FASTRPC_ENABLED 1
|
|
|
|
+#ifdef CONFIG_EVA_WAIPIO
|
|
#define CVP_MINIDUMP_ENABLED 1
|
|
#define CVP_MINIDUMP_ENABLED 1
|
|
#endif
|
|
#endif
|
|
|
|
|