video: driver: update hfi driver files based on FW#7 (p4 CL# 27761469)
update hfi_property.h and hfi_command.h files to align with firmware hfi_lx_prop_v1.0_doc.h and hfi_lx_cmd_v1.0_doc.h files respectively. Change-Id: Id1e01fab0d40040075987d5b745a2d9ade4cd3a1 Signed-off-by: Akshata Sahukar <asahukar@codeaurora.org>
This commit is contained in:
@@ -161,14 +161,18 @@ enum hfi_property_mode_type {
|
||||
|
||||
#define HFI_SSR_TYPE_SW_ERR_FATAL 0x1
|
||||
#define HFI_SSR_TYPE_SW_DIV_BY_ZERO 0x2
|
||||
#define HFI_SSR_TYPE_HW_WDOG_IRQ 0x3
|
||||
#define HFI_SSR_TYPE_CPU_WDOG_IRQ 0x3
|
||||
#define HFI_SSR_TYPE_NOC_ERROR 0x4
|
||||
#define HFI_SSR_TYPE_VCODEC_HUNG 0x5
|
||||
|
||||
#define HFI_BITMASK_SSR_SUB_CLIENT_ID 0x000000f0
|
||||
#define HFI_BITMASK_SSR_TYPE 0x0000000f
|
||||
#define HFI_BITMASK_HW_CLIENT_ID 0x000000f0
|
||||
#define HFI_BITMASK_SSR_TYPE 0x0000000f
|
||||
#define HFI_CMD_SSR 0x0100000D
|
||||
|
||||
#define HFI_STABILITY_TYPE_VCODEC_HUNG 0x1
|
||||
#define HFI_STABILITY_TYPE_ENC_BUFFER_FULL 0x2
|
||||
#define HFI_BITMASK_STABILITY_TYPE 0x0000000f
|
||||
#define HFI_CMD_STABILITY 0x0100000E
|
||||
|
||||
#define HFI_CMD_END 0x01FFFFFF
|
||||
|
||||
#endif //__H_HFI_COMMAND_H__
|
||||
|
Reference in New Issue
Block a user