msm: camera: cpas: Dump cpas vote info when CRM dump request

Dump cpas vote info when CRM dump request, just like
cam_req_mgr_dump_state_monitor_info.

CRs-Fixed: 3441303
Change-Id: Ic5c2e671a27593ef1c25fa650c2148dd88c9968f
Signed-off-by: mingpan <quic_mingpan@quicinc.com>
This commit is contained in:
mingpan
2023-05-11 16:50:54 +08:00
committed by Camera Software Integration
parent dd64bab798
commit 400dfd20c5
6 changed files with 277 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
#include <media/cam_cpas.h>
#include "cam_soc_util.h"
#include "cam_req_mgr_interface.h"
#define CAM_HW_IDENTIFIER_LENGTH 128
@@ -1010,4 +1011,13 @@ int cam_cpas_enable_clks_for_domain_id(bool enable);
*/
bool cam_cpas_is_notif_staling_supported(void);
/**
* cam_cpas_dump_state_monitor_info()
*
* @brief: API to dump the state monitor info of cpas.
* @info: Dump information.
* @return 0 on success
*/
int cam_cpas_dump_state_monitor_info(struct cam_req_mgr_dump_info *info);
#endif /* _CAM_CPAS_API_H_ */