msm: camera: uapi: Add new WM output formats

For v980, new formats are added. This change also
fixes mismatch of plain16_10_lsb format between
kmd and userspace.

CRs-Fixed: 3321317
Change-Id: I1d951d3e55b37b11ebe6dad67bea220d47998d59
Signed-off-by: Li Sha Lim <quic_lishlim@quicinc.com>
This commit is contained in:
Li Sha Lim
2023-05-10 10:43:52 -07:00
committed by Camera Software Integration
parent b3f493269c
commit e824226a1f

View File

@@ -183,6 +183,12 @@ struct cam_iommu_handle {
#define CAM_FORMAT_ARGB_16 48 #define CAM_FORMAT_ARGB_16 48
#define CAM_FORMAT_PLAIN16_10_LSB 49 #define CAM_FORMAT_PLAIN16_10_LSB 49
#define CAM_FORMAT_YUV422_10 50 #define CAM_FORMAT_YUV422_10 50
#define CAM_FORMAT_GBR_UBWC_TP10 51
#define CAM_FORMAT_GBR_TP10 52
#define CAM_FORMAT_UBWC_P016 53
#define CAM_FORMAT_BAYER_UBWC_TP10 54
/* This macro is deprecated and no longer needed */
#define CAM_FORMAT_MAX 51 #define CAM_FORMAT_MAX 51
/* Pixel Patterns */ /* Pixel Patterns */