msm: camera: common: Define debugflag to allocate usecase info

Define debug flag to allocate usecase info for debug purpose.
This flag can be used to get usecase buffer index at issue
time.

CRs-Fixed: 2707314
Change-Id: Iffacdb48f77ec6907b8070d4c19eb1c56be30f14
Signed-off-by: Alok Chauhan <alokc@codeaurora.org>
This commit is contained in:
Alok Chauhan
2020-05-25 19:25:02 +05:30
parent 3da4eff78a
commit 23fc6a670c
3 changed files with 8 additions and 0 deletions

View File

@@ -284,6 +284,8 @@ struct cam_req_mgr_link_control {
#define CAM_MEM_FLAG_HW_SHARED_ACCESS (1<<11)
#define CAM_MEM_FLAG_CDSP_OUTPUT (1<<12)
#define CAM_MEM_FLAG_DISABLE_DELAYED_UNMAP (1<<13)
#define CAM_MEM_FLAG_KMD_DEBUG_FLAG (1<<14)
#define CAM_MEM_MMU_MAX_HANDLE 16