msm: eva: Support Lanai new HFI cvp_buf_type

Keep ERR/WARN/FW logging only.

Change-Id: I910dd109fa6d16f093848e7c3c3a03c1568f87e6
Signed-off-by: George Shen <quic_sqiao@quicinc.com>
This commit is contained in:
George Shen
2022-12-08 11:40:12 -08:00
rodzic 94711ec8b3
commit 2dbd8c396e
2 zmienionych plików z 1 dodań i 17 usunięć

Wyświetl plik

@@ -119,7 +119,6 @@ struct eva_kmd_client_data {
__u32 client_data1;
__u32 client_data2;
};
#ifdef CVP_CONFIG_SYNX_V2
struct cvp_buf_type {
__s32 fd;
__u32 size;
@@ -131,21 +130,6 @@ struct cvp_buf_type {
__u32 input_handle;
__u32 output_handle;
};
#else
struct cvp_buf_type {
__s32 fd;
__u32 size;
__u32 offset;
__u32 flags;
union {
struct dma_buf *dbuf;
struct {
__u32 reserved1;
__u32 reserved2;
};
};
};
#endif
/**
* Structures and macros for Out-of-Band (OOB) buffer

Wyświetl plik

@@ -12,7 +12,7 @@
#define CREATE_TRACE_POINTS
#define MAX_SSR_STRING_LEN 10
int msm_cvp_debug = CVP_ERR | CVP_WARN | CVP_FW | CVP_DBG;
int msm_cvp_debug = CVP_ERR | CVP_WARN | CVP_FW;
EXPORT_SYMBOL(msm_cvp_debug);
int msm_cvp_debug_out = CVP_OUT_PRINTK;