video: driver: introduce new FW_CACHE log levels

- adding support to new  FW_CACHE log levels

Change-Id: I36f006375ef48701f602b655e4be8f503be71701
Signed-off-by: Deepa Guthyappa Madivalara <quic_dmadival@quicinc.com>
This commit is contained in:
Deepa Guthyappa Madivalara
2023-06-02 11:57:37 -07:00
parent 2cb052e9a1
commit 6e67d106a1

View File

@@ -83,6 +83,12 @@ enum vidc_msg_prio_fw {
FW_ERROR = 0x00000008, FW_ERROR = 0x00000008,
FW_FATAL = 0x00000010, FW_FATAL = 0x00000010,
FW_PERF = 0x00000020, FW_PERF = 0x00000020,
FW_CACHE_LOW = 0x00001000,
FW_CACHE_MED = 0x00002000,
FW_CACHE_HIGH = 0x00004000,
FW_CACHE_ERROR = 0x00008000,
FW_CACHE_FATAL = 0x00010000,
FW_CACHE_PERF = 0x00020000,
FW_PRINTK = 0x10000000, FW_PRINTK = 0x10000000,
FW_FTRACE = 0x20000000, FW_FTRACE = 0x20000000,
}; };