video: driver: dump queues for system error

Add support to dump all queues(cmd, msg, dbg) as part
of handle_system_error using devcoredump framework.

Change-Id: Ia1b011a29e6bc657eb002dbba09deab62dc0b2b2
Signed-off-by: Govindaraj Rajagopal <grajagop@codeaurora.org>
This commit is contained in:
Govindaraj Rajagopal
2021-06-15 18:23:15 +05:30
orang tua 3730e55b29
melakukan 659ec59888
4 mengubah file dengan 29 tambahan dan 10 penghapusan

Melihat File

@@ -21,5 +21,6 @@ int handle_session_response_work(struct msm_vidc_inst *inst,
struct response_work *work);
int handle_system_error(struct msm_vidc_core *core,
struct hfi_packet *pkt);
void fw_coredump(struct msm_vidc_core *core);
#endif // __VENUS_HFI_RESPONSE_H__