Ver Fonte

msm: camera: icp: Enable FW ramdump by default

This change enables FW ramdump by default, can be disabled
by using icp debugfs.

CRs-Fixed: 3393159
Change-Id: I8e66fe1f8ddba935bb27b6ee72ea36f38b384bf3
Signed-off-by: Karthik Anantha Ram <[email protected]>
Karthik Anantha Ram há 2 anos atrás
pai
commit
519e010c64
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      drivers/cam_icp/icp_hw/icp_hw_mgr/cam_icp_hw_mgr.c

+ 1 - 0
drivers/cam_icp/icp_hw/icp_hw_mgr/cam_icp_hw_mgr.c

@@ -2168,6 +2168,7 @@ end:
 
 	/* Set default hang dump lvl */
 	hw_mgr->icp_fw_dump_lvl = HFI_FW_DUMP_ON_FAILURE;
+	hw_mgr->icp_fw_ramdump_lvl = HFI_FW_RAMDUMP_ENABLED;
 	return rc;
 }