msm: camera: cdm: Add CDM cmd_type WAIT in dump util

CDM comp_wait is the new cmd_type used by IFE Master
to wait for trigger from slave. Add this type to
the dump command buffer routine.

CRs-Fixed: 2679783
Change-Id: I142cbd849141725cc05f3276c20ea1c0d59f7c3c
Signed-off-by: Vishalsingh Hajeri <vhajeri@codeaurora.org>
This commit is contained in:
Vishalsingh Hajeri
2020-05-06 02:03:55 -07:00
parent 1b7fd53958
commit 7d3f7b71b6
2 changed files with 23 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ enum cam_cdm_command {
CAM_CDM_CMD_PERF_CTRL = 0x9,
CAM_CDM_CMD_DMI_32 = 0xa,
CAM_CDM_CMD_DMI_64 = 0xb,
CAM_CDM_COMP_WAIT = 0xc,
CAM_CDM_CMD_COMP_WAIT = 0xc,
CAM_CDM_CLEAR_COMP_WAIT = 0xd,
CAM_CDM_WAIT_PREFETCH_DISABLE = 0xe,
CAM_CDM_CMD_PRIVATE_BASE = 0xf,