blob: b4e1981162a7b917d510fba4134ef11744ce390b [file] [log] [blame]
Shuzhen Wangce650862011-08-17 15:27:01 -07001#ifndef __MSM_ISP_H__
2#define __MSM_ISP_H__
3
4/* ISP message IDs */
5#define MSG_ID_RESET_ACK 0
6#define MSG_ID_START_ACK 1
7#define MSG_ID_STOP_ACK 2
8#define MSG_ID_UPDATE_ACK 3
9#define MSG_ID_OUTPUT_P 4
10#define MSG_ID_OUTPUT_T 5
11#define MSG_ID_OUTPUT_S 6
12#define MSG_ID_OUTPUT_V 7
13#define MSG_ID_SNAPSHOT_DONE 8
14#define MSG_ID_STATS_AEC 9
15#define MSG_ID_STATS_AF 10
16#define MSG_ID_STATS_AWB 11
17#define MSG_ID_STATS_RS 12
18#define MSG_ID_STATS_CS 13
19#define MSG_ID_STATS_IHIST 14
20#define MSG_ID_STATS_SKIN 15
21#define MSG_ID_EPOCH1 16
22#define MSG_ID_EPOCH2 17
23#define MSG_ID_SYNC_TIMER0_DONE 18
24#define MSG_ID_SYNC_TIMER1_DONE 19
25#define MSG_ID_SYNC_TIMER2_DONE 20
26#define MSG_ID_ASYNC_TIMER0_DONE 21
27#define MSG_ID_ASYNC_TIMER1_DONE 22
28#define MSG_ID_ASYNC_TIMER2_DONE 23
29#define MSG_ID_ASYNC_TIMER3_DONE 24
30#define MSG_ID_AE_OVERFLOW 25
31#define MSG_ID_AF_OVERFLOW 26
32#define MSG_ID_AWB_OVERFLOW 27
33#define MSG_ID_RS_OVERFLOW 28
34#define MSG_ID_CS_OVERFLOW 29
35#define MSG_ID_IHIST_OVERFLOW 30
36#define MSG_ID_SKIN_OVERFLOW 31
37#define MSG_ID_AXI_ERROR 32
38#define MSG_ID_CAMIF_OVERFLOW 33
39#define MSG_ID_VIOLATION 34
40#define MSG_ID_CAMIF_ERROR 35
41#define MSG_ID_BUS_OVERFLOW 36
42#define MSG_ID_SOF_ACK 37
43#define MSG_ID_STOP_REC_ACK 38
44
45/* ISP command IDs */
46#define VFE_CMD_DUMMY_0 0
47#define VFE_CMD_SET_CLK 1
48#define VFE_CMD_RESET 2
49#define VFE_CMD_START 3
50#define VFE_CMD_TEST_GEN_START 4
51#define VFE_CMD_OPERATION_CFG 5
52#define VFE_CMD_AXI_OUT_CFG 6
53#define VFE_CMD_CAMIF_CFG 7
54#define VFE_CMD_AXI_INPUT_CFG 8
55#define VFE_CMD_BLACK_LEVEL_CFG 9
Ujwal Pateledcbdcc2011-08-24 09:14:14 -070056#define VFE_CMD_MESH_ROLL_OFF_CFG 10
Shuzhen Wangce650862011-08-17 15:27:01 -070057#define VFE_CMD_DEMUX_CFG 11
58#define VFE_CMD_FOV_CFG 12
59#define VFE_CMD_MAIN_SCALER_CFG 13
60#define VFE_CMD_WB_CFG 14
61#define VFE_CMD_COLOR_COR_CFG 15
62#define VFE_CMD_RGB_G_CFG 16
63#define VFE_CMD_LA_CFG 17
64#define VFE_CMD_CHROMA_EN_CFG 18
65#define VFE_CMD_CHROMA_SUP_CFG 19
66#define VFE_CMD_MCE_CFG 20
67#define VFE_CMD_SK_ENHAN_CFG 21
68#define VFE_CMD_ASF_CFG 22
69#define VFE_CMD_S2Y_CFG 23
70#define VFE_CMD_S2CbCr_CFG 24
71#define VFE_CMD_CHROMA_SUBS_CFG 25
72#define VFE_CMD_OUT_CLAMP_CFG 26
73#define VFE_CMD_FRAME_SKIP_CFG 27
74#define VFE_CMD_DUMMY_1 28
75#define VFE_CMD_DUMMY_2 29
76#define VFE_CMD_DUMMY_3 30
77#define VFE_CMD_UPDATE 31
78#define VFE_CMD_BL_LVL_UPDATE 32
79#define VFE_CMD_DEMUX_UPDATE 33
80#define VFE_CMD_FOV_UPDATE 34
81#define VFE_CMD_MAIN_SCALER_UPDATE 35
82#define VFE_CMD_WB_UPDATE 36
83#define VFE_CMD_COLOR_COR_UPDATE 37
84#define VFE_CMD_RGB_G_UPDATE 38
85#define VFE_CMD_LA_UPDATE 39
86#define VFE_CMD_CHROMA_EN_UPDATE 40
87#define VFE_CMD_CHROMA_SUP_UPDATE 41
88#define VFE_CMD_MCE_UPDATE 42
89#define VFE_CMD_SK_ENHAN_UPDATE 43
90#define VFE_CMD_S2CbCr_UPDATE 44
91#define VFE_CMD_S2Y_UPDATE 45
92#define VFE_CMD_ASF_UPDATE 46
93#define VFE_CMD_FRAME_SKIP_UPDATE 47
94#define VFE_CMD_CAMIF_FRAME_UPDATE 48
95#define VFE_CMD_STATS_AF_UPDATE 49
96#define VFE_CMD_STATS_AE_UPDATE 50
97#define VFE_CMD_STATS_AWB_UPDATE 51
98#define VFE_CMD_STATS_RS_UPDATE 52
99#define VFE_CMD_STATS_CS_UPDATE 53
100#define VFE_CMD_STATS_SKIN_UPDATE 54
101#define VFE_CMD_STATS_IHIST_UPDATE 55
102#define VFE_CMD_DUMMY_4 56
103#define VFE_CMD_EPOCH1_ACK 57
104#define VFE_CMD_EPOCH2_ACK 58
105#define VFE_CMD_START_RECORDING 59
106#define VFE_CMD_STOP_RECORDING 60
107#define VFE_CMD_DUMMY_5 61
108#define VFE_CMD_DUMMY_6 62
109#define VFE_CMD_CAPTURE 63
110#define VFE_CMD_DUMMY_7 64
111#define VFE_CMD_STOP 65
112#define VFE_CMD_GET_HW_VERSION 66
113#define VFE_CMD_GET_FRAME_SKIP_COUNTS 67
114#define VFE_CMD_OUTPUT1_BUFFER_ENQ 68
115#define VFE_CMD_OUTPUT2_BUFFER_ENQ 69
116#define VFE_CMD_OUTPUT3_BUFFER_ENQ 70
117#define VFE_CMD_JPEG_OUT_BUF_ENQ 71
118#define VFE_CMD_RAW_OUT_BUF_ENQ 72
119#define VFE_CMD_RAW_IN_BUF_ENQ 73
120#define VFE_CMD_STATS_AF_ENQ 74
121#define VFE_CMD_STATS_AE_ENQ 75
122#define VFE_CMD_STATS_AWB_ENQ 76
123#define VFE_CMD_STATS_RS_ENQ 77
124#define VFE_CMD_STATS_CS_ENQ 78
125#define VFE_CMD_STATS_SKIN_ENQ 79
126#define VFE_CMD_STATS_IHIST_ENQ 80
127#define VFE_CMD_DUMMY_8 81
128#define VFE_CMD_JPEG_ENC_CFG 82
129#define VFE_CMD_DUMMY_9 83
130#define VFE_CMD_STATS_AF_START 84
131#define VFE_CMD_STATS_AF_STOP 85
132#define VFE_CMD_STATS_AE_START 86
133#define VFE_CMD_STATS_AE_STOP 87
134#define VFE_CMD_STATS_AWB_START 88
135#define VFE_CMD_STATS_AWB_STOP 89
136#define VFE_CMD_STATS_RS_START 90
137#define VFE_CMD_STATS_RS_STOP 91
138#define VFE_CMD_STATS_CS_START 92
139#define VFE_CMD_STATS_CS_STOP 93
140#define VFE_CMD_STATS_SKIN_START 94
141#define VFE_CMD_STATS_SKIN_STOP 95
142#define VFE_CMD_STATS_IHIST_START 96
143#define VFE_CMD_STATS_IHIST_STOP 97
144#define VFE_CMD_DUMMY_10 98
145#define VFE_CMD_SYNC_TIMER_SETTING 99
146#define VFE_CMD_ASYNC_TIMER_SETTING 100
147#define VFE_CMD_LIVESHOT 101
148#define VFE_CMD_LA_SETUP 102
149#define VFE_CMD_LINEARIZATION_CFG 103
150#define VFE_CMD_DEMOSAICV3 104
151#define VFE_CMD_DEMOSAICV3_ABCC_CFG 105
152#define VFE_CMD_DEMOSAICV3_DBCC_CFG 106
153#define VFE_CMD_DEMOSAICV3_DBPC_CFG 107
154#define VFE_CMD_DEMOSAICV3_ABF_CFG 108
155#define VFE_CMD_DEMOSAICV3_ABCC_UPDATE 109
156#define VFE_CMD_DEMOSAICV3_DBCC_UPDATE 110
157#define VFE_CMD_DEMOSAICV3_DBPC_UPDATE 111
158#define VFE_CMD_XBAR_CFG 112
Ujwal Patel1fe4c9c2011-10-07 12:19:52 -0700159#define VFE_CMD_MODULE_CFG 113
Shuzhen Wangce650862011-08-17 15:27:01 -0700160#define VFE_CMD_ZSL 114
161#define VFE_CMD_LINEARIZATION_UPDATE 115
162#define VFE_CMD_DEMOSAICV3_ABF_UPDATE 116
163#define VFE_CMD_CLF_CFG 117
164#define VFE_CMD_CLF_LUMA_UPDATE 118
165#define VFE_CMD_CLF_CHROMA_UPDATE 119
Ujwal Pateledcbdcc2011-08-24 09:14:14 -0700166#define VFE_CMD_PCA_ROLL_OFF_CFG 120
167#define VFE_CMD_PCA_ROLL_OFF_UPDATE 121
Ujwal Patel6e4308d2011-10-25 11:24:52 -0700168#define VFE_CMD_GET_REG_DUMP 122
169#define VFE_CMD_GET_LINEARIZATON_TABLE 123
170#define VFE_CMD_GET_MESH_ROLLOFF_TABLE 124
171#define VFE_CMD_GET_PCA_ROLLOFF_TABLE 125
172#define VFE_CMD_GET_RGB_G_TABLE 126
173#define VFE_CMD_GET_LA_TABLE 127
Azam Sadiq Pasha Kapatrala Syed5156dd42011-10-27 19:30:13 -0700174#define VFE_CMD_DEMOSAICV3_UPDATE 128
Shuzhen Wangce650862011-08-17 15:27:01 -0700175
Shuzhen Wang6b0f3322011-08-26 12:14:43 -0700176struct msm_isp_cmd {
177 int32_t id;
178 uint16_t length;
179 void *value;
180};
181
Mingcheng Zhu8e9f99e2011-08-26 16:33:32 -0700182
183#define VPE_CMD_DUMMY_0 0
184#define VPE_CMD_INIT 1
185#define VPE_CMD_DEINIT 2
186#define VPE_CMD_ENABLE 3
187#define VPE_CMD_DISABLE 4
188#define VPE_CMD_RESET 5
189#define VPE_CMD_FLUSH 6
190#define VPE_CMD_OPERATION_MODE_CFG 7
191#define VPE_CMD_INPUT_PLANE_CFG 8
192#define VPE_CMD_OUTPUT_PLANE_CFG 9
193#define VPE_CMD_INPUT_PLANE_UPDATE 10
194#define VPE_CMD_SCALE_CFG_TYPE 11
195#define VPE_CMD_DIS_OFFSET_CFG 12
196#define VPE_CMD_ZOOM 13
197
198#define MSM_PP_CMD_TYPE_NOT_USED 0 /* not used */
199#define MSM_PP_CMD_TYPE_VPE 1 /* VPE cmd */
200#define MSM_PP_CMD_TYPE_MCTL 2 /* MCTL cmd */
201
202#define MCTL_CMD_DUMMY_0 0 /* not used */
203#define MCTL_CMD_GET_FRAME_BUFFER 1 /* reserve a free frame buffer */
204#define MCTL_CMD_PUT_FRAME_BUFFER 2 /* return the free frame buffer */
205#define MCTL_CMD_DIVERT_FRAME_PP_PATH 3 /* divert frame for pp */
206#define MCTL_CMD_DIVERT_FRAME_PP_DONE 4 /* pp done. buf send to app */
207
208/* event typese sending to MCTL PP module */
209#define MCTL_PP_EVENT_NOTUSED 0
210#define MCTL_PP_EVENT_CMD_ACK 1
211
212#define VPE_OPERATION_MODE_CFG_LEN 8
213#define VPE_INPUT_PLANE_CFG_LEN 24
214#define VPE_OUTPUT_PLANE_CFG_LEN 24
215#define VPE_INPUT_PLANE_UPDATE_LEN 12
216#define VPE_SCALER_CONFIG_LEN 260
217#define VPE_DIS_OFFSET_CFG_LEN 12
218
219struct msm_vpe_op_mode_cfg {
220 uint8_t op_mode_cfg[VPE_OPERATION_MODE_CFG_LEN];
221};
222
223struct msm_vpe_input_plane_cfg {
224 uint8_t input_plane_cfg[VPE_INPUT_PLANE_CFG_LEN];
225};
226
227struct msm_vpe_output_plane_cfg {
228 uint8_t output_plane_cfg[VPE_OUTPUT_PLANE_CFG_LEN];
229};
230
231struct msm_vpe_input_plane_update_cfg {
232 uint8_t input_plane_update_cfg[VPE_INPUT_PLANE_UPDATE_LEN];
233};
234
235struct msm_vpe_scaler_cfg {
236 uint8_t scaler_cfg[VPE_SCALER_CONFIG_LEN];
237};
238
239struct msm_vpe_dis_offset_cfg {
240 uint8_t dis_offset_cfg[VPE_DIS_OFFSET_CFG_LEN];
241};
242
243struct msm_vpe_flush_frame_buffer {
244 uint32_t src_buf_handle;
245 uint32_t dest_buf_handle;
246 int path;
247};
248
249struct msm_mctl_pp_frame_buffer {
250 uint32_t buf_handle;
251 int path;
252};
253struct msm_mctl_pp_divert_pp {
254 int path;
255};
256struct msm_vpe_clock_rate {
257 uint32_t rate;
258};
259struct msm_pp_crop {
260 uint32_t src_x;
261 uint32_t src_y;
262 uint32_t src_w;
263 uint32_t src_h;
264 uint32_t dst_x;
265 uint32_t dst_y;
266 uint32_t dst_w;
267 uint32_t dst_h;
268 uint8_t update_flag;
269};
270#define MSM_MCTL_PP_VPE_FRAME_ACK (1<<0)
271#define MSM_MCTL_PP_VPE_FRAME_TO_APP (1<<1)
272
273struct msm_mctl_pp_frame_cmd {
274 uint32_t cookie;
275 uint8_t vpe_output_action;
276 uint32_t src_buf_handle;
277 uint32_t dest_buf_handle;
278 struct msm_pp_crop crop;
279 int path;
280 /* TBD: 3D related */
281};
282
Mingcheng Zhu8e9f99e2011-08-26 16:33:32 -0700283#endif /*__MSM_ISP_H__*/
284