Blame view

include/video/imx-ipu-v3.h 11.4 KB
aecfbdb18   Sascha Hauer   staging: drm/imx:...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  /*
   * Copyright 2005-2009 Freescale Semiconductor, Inc.
   *
   * The code contained herein is licensed under the GNU Lesser General
   * Public License.  You may obtain a copy of the GNU Lesser General
   * Public License Version 2.1 or later at the following locations:
   *
   * http://www.opensource.org/licenses/lgpl-license.html
   * http://www.gnu.org/copyleft/lgpl.html
   */
  
  #ifndef __DRM_IPU_H__
  #define __DRM_IPU_H__
  
  #include <linux/types.h>
  #include <linux/videodev2.h>
  #include <linux/bitmap.h>
  #include <linux/fb.h>
2ffd48f2e   Steve Longerbeam   gpu: ipu-v3: Add ...
19
  #include <media/v4l2-mediabus.h>
aecfbdb18   Sascha Hauer   staging: drm/imx:...
20
21
22
23
24
25
26
27
  
  struct ipu_soc;
  
  enum ipuv3_type {
  	IPUV3EX,
  	IPUV3M,
  	IPUV3H,
  };
7f4392aa8   Philipp Zabel   imx-drm: Move IPU...
28
  #define IPU_PIX_FMT_GBR24	v4l2_fourcc('G', 'B', 'R', '3')
aecfbdb18   Sascha Hauer   staging: drm/imx:...
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
  /*
   * Bitfield of Display Interface signal polarities.
   */
  struct ipu_di_signal_cfg {
  	unsigned datamask_en:1;
  	unsigned interlaced:1;
  	unsigned odd_field_first:1;
  	unsigned clksel_en:1;
  	unsigned clkidle_en:1;
  	unsigned data_pol:1;	/* true = inverted */
  	unsigned clk_pol:1;	/* true = rising edge */
  	unsigned enable_pol:1;
  	unsigned Hsync_pol:1;	/* true = active high */
  	unsigned Vsync_pol:1;
  
  	u16 width;
  	u16 height;
  	u32 pixel_fmt;
  	u16 h_start_width;
  	u16 h_sync_width;
  	u16 h_end_width;
  	u16 v_start_width;
  	u16 v_sync_width;
  	u16 v_end_width;
  	u32 v_to_h_sync;
  	unsigned long pixelclock;
  #define IPU_DI_CLKMODE_SYNC	(1 << 0)
  #define IPU_DI_CLKMODE_EXT	(1 << 1)
  	unsigned long clkflags;
2ea42608b   Philipp Zabel   staging: drm/imx:...
58
59
60
  
  	u8 hsync_pin;
  	u8 vsync_pin;
aecfbdb18   Sascha Hauer   staging: drm/imx:...
61
  };
2ffd48f2e   Steve Longerbeam   gpu: ipu-v3: Add ...
62
63
64
65
66
67
68
69
  /*
   * Enumeration of CSI destinations
   */
  enum ipu_csi_dest {
  	IPU_CSI_DEST_IDMAC, /* to memory via SMFC */
  	IPU_CSI_DEST_IC,	/* to Image Converter */
  	IPU_CSI_DEST_VDIC,  /* to VDIC */
  };
1aa8ea0d2   Steve Longerbeam   gpu: ipu-v3: Add ...
70
71
72
73
74
75
76
77
78
79
80
81
82
  /*
   * Enumeration of IPU rotation modes
   */
  enum ipu_rotate_mode {
  	IPU_ROTATE_NONE = 0,
  	IPU_ROTATE_VERT_FLIP,
  	IPU_ROTATE_HORIZ_FLIP,
  	IPU_ROTATE_180,
  	IPU_ROTATE_90_RIGHT,
  	IPU_ROTATE_90_RIGHT_VFLIP,
  	IPU_ROTATE_90_RIGHT_HFLIP,
  	IPU_ROTATE_90_LEFT,
  };
aecfbdb18   Sascha Hauer   staging: drm/imx:...
83
84
85
86
87
88
89
90
91
92
93
94
95
96
  enum ipu_color_space {
  	IPUV3_COLORSPACE_RGB,
  	IPUV3_COLORSPACE_YUV,
  	IPUV3_COLORSPACE_UNKNOWN,
  };
  
  struct ipuv3_channel;
  
  enum ipu_channel_irq {
  	IPU_IRQ_EOF = 0,
  	IPU_IRQ_NFACK = 64,
  	IPU_IRQ_NFB4EOF = 128,
  	IPU_IRQ_EOS = 192,
  };
a4cd8f229   Steve Longerbeam   gpu: ipu-v3: Move...
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
  /*
   * Enumeration of IDMAC channels
   */
  #define IPUV3_CHANNEL_CSI0			 0
  #define IPUV3_CHANNEL_CSI1			 1
  #define IPUV3_CHANNEL_CSI2			 2
  #define IPUV3_CHANNEL_CSI3			 3
  #define IPUV3_CHANNEL_VDI_MEM_IC_VF		 5
  #define IPUV3_CHANNEL_MEM_IC_PP			11
  #define IPUV3_CHANNEL_MEM_IC_PRP_VF		12
  #define IPUV3_CHANNEL_G_MEM_IC_PRP_VF		14
  #define IPUV3_CHANNEL_G_MEM_IC_PP		15
  #define IPUV3_CHANNEL_IC_PRP_ENC_MEM		20
  #define IPUV3_CHANNEL_IC_PRP_VF_MEM		21
  #define IPUV3_CHANNEL_IC_PP_MEM			22
  #define IPUV3_CHANNEL_MEM_BG_SYNC		23
  #define IPUV3_CHANNEL_MEM_BG_ASYNC		24
  #define IPUV3_CHANNEL_MEM_FG_SYNC		27
  #define IPUV3_CHANNEL_MEM_DC_SYNC		28
  #define IPUV3_CHANNEL_MEM_FG_ASYNC		29
  #define IPUV3_CHANNEL_MEM_FG_SYNC_ALPHA		31
  #define IPUV3_CHANNEL_MEM_DC_ASYNC		41
  #define IPUV3_CHANNEL_MEM_ROT_ENC		45
  #define IPUV3_CHANNEL_MEM_ROT_VF		46
  #define IPUV3_CHANNEL_MEM_ROT_PP		47
  #define IPUV3_CHANNEL_ROT_ENC_MEM		48
  #define IPUV3_CHANNEL_ROT_VF_MEM		49
  #define IPUV3_CHANNEL_ROT_PP_MEM		50
  #define IPUV3_CHANNEL_MEM_BG_SYNC_ALPHA		51
861a50c17   Philipp Zabel   imx-drm: ipu-comm...
126
  int ipu_map_irq(struct ipu_soc *ipu, int irq);
aecfbdb18   Sascha Hauer   staging: drm/imx:...
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
  int ipu_idmac_channel_irq(struct ipu_soc *ipu, struct ipuv3_channel *channel,
  		enum ipu_channel_irq irq);
  
  #define IPU_IRQ_DP_SF_START		(448 + 2)
  #define IPU_IRQ_DP_SF_END		(448 + 3)
  #define IPU_IRQ_BG_SF_END		IPU_IRQ_DP_SF_END,
  #define IPU_IRQ_DC_FC_0			(448 + 8)
  #define IPU_IRQ_DC_FC_1			(448 + 9)
  #define IPU_IRQ_DC_FC_2			(448 + 10)
  #define IPU_IRQ_DC_FC_3			(448 + 11)
  #define IPU_IRQ_DC_FC_4			(448 + 12)
  #define IPU_IRQ_DC_FC_6			(448 + 13)
  #define IPU_IRQ_VSYNC_PRE_0		(448 + 14)
  #define IPU_IRQ_VSYNC_PRE_1		(448 + 15)
  
  /*
ba07975f0   Steve Longerbeam   gpu: ipu-v3: Add ...
143
144
145
146
   * IPU Common functions
   */
  void ipu_set_csi_src_mux(struct ipu_soc *ipu, int csi_id, bool mipi_csi2);
  void ipu_set_ic_src_mux(struct ipu_soc *ipu, int csi_id, bool vdi);
3feb049f3   Steve Longerbeam   gpu: ipu-v3: Add ...
147
  void ipu_dump(struct ipu_soc *ipu);
ba07975f0   Steve Longerbeam   gpu: ipu-v3: Add ...
148
149
  
  /*
aecfbdb18   Sascha Hauer   staging: drm/imx:...
150
151
152
153
154
155
156
   * IPU Image DMA Controller (idmac) functions
   */
  struct ipuv3_channel *ipu_idmac_get(struct ipu_soc *ipu, unsigned channel);
  void ipu_idmac_put(struct ipuv3_channel *);
  
  int ipu_idmac_enable_channel(struct ipuv3_channel *channel);
  int ipu_idmac_disable_channel(struct ipuv3_channel *channel);
2bcf577eb   Steve Longerbeam   gpu: ipu-v3: Add ...
157
  void ipu_idmac_enable_watermark(struct ipuv3_channel *channel, bool enable);
4fd1a07af   Steve Longerbeam   gpu: ipu-v3: Add ...
158
  int ipu_idmac_lock_enable(struct ipuv3_channel *channel, int num_bursts);
fb822a395   Sascha Hauer   staging: drm/imx:...
159
  int ipu_idmac_wait_busy(struct ipuv3_channel *channel, int ms);
aecfbdb18   Sascha Hauer   staging: drm/imx:...
160
161
162
  
  void ipu_idmac_set_double_buffer(struct ipuv3_channel *channel,
  		bool doublebuffer);
e90460970   Philipp Zabel   gpu: ipu-v3: Add ...
163
  int ipu_idmac_get_current_buffer(struct ipuv3_channel *channel);
aa52f5789   Steve Longerbeam   gpu: ipu-v3: Add ...
164
  bool ipu_idmac_buffer_is_ready(struct ipuv3_channel *channel, u32 buf_num);
aecfbdb18   Sascha Hauer   staging: drm/imx:...
165
  void ipu_idmac_select_buffer(struct ipuv3_channel *channel, u32 buf_num);
bce6f087a   Steve Longerbeam   gpu: ipu-v3: Add ...
166
  void ipu_idmac_clear_buffer(struct ipuv3_channel *channel, u32 buf_num);
aecfbdb18   Sascha Hauer   staging: drm/imx:...
167
168
  
  /*
7d2691da9   Steve Longerbeam   gpu: ipu-v3: Add ...
169
170
171
172
173
174
175
176
177
178
179
180
181
   * IPU Channel Parameter Memory (cpmem) functions
   */
  struct ipu_rgb {
  	struct fb_bitfield      red;
  	struct fb_bitfield      green;
  	struct fb_bitfield      blue;
  	struct fb_bitfield      transp;
  	int                     bits_per_pixel;
  };
  
  struct ipu_image {
  	struct v4l2_pix_format pix;
  	struct v4l2_rect rect;
2094b603a   Steve Longerbeam   gpu: ipu-cpmem: A...
182
183
  	dma_addr_t phys0;
  	dma_addr_t phys1;
7d2691da9   Steve Longerbeam   gpu: ipu-v3: Add ...
184
185
186
187
188
189
190
191
  };
  
  void ipu_cpmem_zero(struct ipuv3_channel *ch);
  void ipu_cpmem_set_resolution(struct ipuv3_channel *ch, int xres, int yres);
  void ipu_cpmem_set_stride(struct ipuv3_channel *ch, int stride);
  void ipu_cpmem_set_high_priority(struct ipuv3_channel *ch);
  void ipu_cpmem_set_buffer(struct ipuv3_channel *ch, int bufnum, dma_addr_t buf);
  void ipu_cpmem_interlaced_scan(struct ipuv3_channel *ch, int stride);
555f0e669   Steve Longerbeam   gpu: ipu-cpmem: A...
192
  void ipu_cpmem_set_axi_id(struct ipuv3_channel *ch, u32 id);
7d2691da9   Steve Longerbeam   gpu: ipu-v3: Add ...
193
  void ipu_cpmem_set_burstsize(struct ipuv3_channel *ch, int burstsize);
9b9da0be3   Steve Longerbeam   gpu: ipu-cpmem: A...
194
  void ipu_cpmem_set_block_mode(struct ipuv3_channel *ch);
c42d37ca4   Steve Longerbeam   gpu: ipu-cpmem: A...
195
196
  void ipu_cpmem_set_rotation(struct ipuv3_channel *ch,
  			    enum ipu_rotate_mode rot);
7d2691da9   Steve Longerbeam   gpu: ipu-v3: Add ...
197
198
199
200
201
202
203
204
205
206
207
  int ipu_cpmem_set_format_rgb(struct ipuv3_channel *ch,
  			     const struct ipu_rgb *rgb);
  int ipu_cpmem_set_format_passthrough(struct ipuv3_channel *ch, int width);
  void ipu_cpmem_set_yuv_interleaved(struct ipuv3_channel *ch, u32 pixel_format);
  void ipu_cpmem_set_yuv_planar_full(struct ipuv3_channel *ch,
  				   u32 pixel_format, int stride,
  				   int u_offset, int v_offset);
  void ipu_cpmem_set_yuv_planar(struct ipuv3_channel *ch,
  			      u32 pixel_format, int stride, int height);
  int ipu_cpmem_set_fmt(struct ipuv3_channel *ch, u32 drm_fourcc);
  int ipu_cpmem_set_image(struct ipuv3_channel *ch, struct ipu_image *image);
60c04456f   Steve Longerbeam   gpu: ipu-cpmem: A...
208
  void ipu_cpmem_dump(struct ipuv3_channel *ch);
7d2691da9   Steve Longerbeam   gpu: ipu-v3: Add ...
209
210
  
  /*
aecfbdb18   Sascha Hauer   staging: drm/imx:...
211
212
213
214
215
216
217
218
   * IPU Display Controller (dc) functions
   */
  struct ipu_dc;
  struct ipu_di;
  struct ipu_dc *ipu_dc_get(struct ipu_soc *ipu, int channel);
  void ipu_dc_put(struct ipu_dc *dc);
  int ipu_dc_init_sync(struct ipu_dc *dc, struct ipu_di *di, bool interlaced,
  		u32 pixel_fmt, u32 width);
1e6d486be   Philipp Zabel   imx-drm: ipu-dc: ...
219
  void ipu_dc_enable(struct ipu_soc *ipu);
aecfbdb18   Sascha Hauer   staging: drm/imx:...
220
221
  void ipu_dc_enable_channel(struct ipu_dc *dc);
  void ipu_dc_disable_channel(struct ipu_dc *dc);
1e6d486be   Philipp Zabel   imx-drm: ipu-dc: ...
222
  void ipu_dc_disable(struct ipu_soc *ipu);
aecfbdb18   Sascha Hauer   staging: drm/imx:...
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
  
  /*
   * IPU Display Interface (di) functions
   */
  struct ipu_di *ipu_di_get(struct ipu_soc *ipu, int disp);
  void ipu_di_put(struct ipu_di *);
  int ipu_di_disable(struct ipu_di *);
  int ipu_di_enable(struct ipu_di *);
  int ipu_di_get_num(struct ipu_di *);
  int ipu_di_init_sync_panel(struct ipu_di *, struct ipu_di_signal_cfg *sig);
  
  /*
   * IPU Display Multi FIFO Controller (dmfc) functions
   */
  struct dmfc_channel;
  int ipu_dmfc_enable_channel(struct dmfc_channel *dmfc);
  void ipu_dmfc_disable_channel(struct dmfc_channel *dmfc);
  int ipu_dmfc_alloc_bandwidth(struct dmfc_channel *dmfc,
  		unsigned long bandwidth_mbs, int burstsize);
  void ipu_dmfc_free_bandwidth(struct dmfc_channel *dmfc);
  int ipu_dmfc_init_channel(struct dmfc_channel *dmfc, int width);
  struct dmfc_channel *ipu_dmfc_get(struct ipu_soc *ipu, int ipuv3_channel);
  void ipu_dmfc_put(struct dmfc_channel *dmfc);
  
  /*
   * IPU Display Processor (dp) functions
   */
  #define IPU_DP_FLOW_SYNC_BG	0
  #define IPU_DP_FLOW_SYNC_FG	1
  #define IPU_DP_FLOW_ASYNC0_BG	2
  #define IPU_DP_FLOW_ASYNC0_FG	3
  #define IPU_DP_FLOW_ASYNC1_BG	4
  #define IPU_DP_FLOW_ASYNC1_FG	5
  
  struct ipu_dp *ipu_dp_get(struct ipu_soc *ipu, unsigned int flow);
  void ipu_dp_put(struct ipu_dp *);
285bbb018   Philipp Zabel   imx-drm: ipu-dp: ...
259
  int ipu_dp_enable(struct ipu_soc *ipu);
aecfbdb18   Sascha Hauer   staging: drm/imx:...
260
261
  int ipu_dp_enable_channel(struct ipu_dp *dp);
  void ipu_dp_disable_channel(struct ipu_dp *dp);
285bbb018   Philipp Zabel   imx-drm: ipu-dp: ...
262
  void ipu_dp_disable(struct ipu_soc *ipu);
aecfbdb18   Sascha Hauer   staging: drm/imx:...
263
264
265
266
267
  int ipu_dp_setup_channel(struct ipu_dp *dp,
  		enum ipu_color_space in, enum ipu_color_space out);
  int ipu_dp_set_window_pos(struct ipu_dp *, u16 x_pos, u16 y_pos);
  int ipu_dp_set_global_alpha(struct ipu_dp *dp, bool enable, u8 alpha,
  		bool bg_chan);
35de925ff   Philipp Zabel   gpu: ipu-v3: Add ...
268
  /*
3f5a8a946   Philipp Zabel   gpu: ipu-v3: Add ...
269
270
   * IPU CMOS Sensor Interface (csi) functions
   */
2ffd48f2e   Steve Longerbeam   gpu: ipu-v3: Add ...
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
  struct ipu_csi;
  int ipu_csi_init_interface(struct ipu_csi *csi,
  			   struct v4l2_mbus_config *mbus_cfg,
  			   struct v4l2_mbus_framefmt *mbus_fmt);
  bool ipu_csi_is_interlaced(struct ipu_csi *csi);
  void ipu_csi_get_window(struct ipu_csi *csi, struct v4l2_rect *w);
  void ipu_csi_set_window(struct ipu_csi *csi, struct v4l2_rect *w);
  void ipu_csi_set_test_generator(struct ipu_csi *csi, bool active,
  				u32 r_value, u32 g_value, u32 b_value,
  				u32 pix_clk);
  int ipu_csi_set_mipi_datatype(struct ipu_csi *csi, u32 vc,
  			      struct v4l2_mbus_framefmt *mbus_fmt);
  int ipu_csi_set_skip_smfc(struct ipu_csi *csi, u32 skip,
  			  u32 max_ratio, u32 id);
  int ipu_csi_set_dest(struct ipu_csi *csi, enum ipu_csi_dest csi_dest);
  int ipu_csi_enable(struct ipu_csi *csi);
  int ipu_csi_disable(struct ipu_csi *csi);
  struct ipu_csi *ipu_csi_get(struct ipu_soc *ipu, int id);
  void ipu_csi_put(struct ipu_csi *csi);
  void ipu_csi_dump(struct ipu_csi *csi);
3f5a8a946   Philipp Zabel   gpu: ipu-v3: Add ...
291
292
  
  /*
1aa8ea0d2   Steve Longerbeam   gpu: ipu-v3: Add ...
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
   * IPU Image Converter (ic) functions
   */
  enum ipu_ic_task {
  	IC_TASK_ENCODER,
  	IC_TASK_VIEWFINDER,
  	IC_TASK_POST_PROCESSOR,
  	IC_NUM_TASKS,
  };
  
  struct ipu_ic;
  int ipu_ic_task_init(struct ipu_ic *ic,
  		     int in_width, int in_height,
  		     int out_width, int out_height,
  		     enum ipu_color_space in_cs,
  		     enum ipu_color_space out_cs);
  int ipu_ic_task_graphics_init(struct ipu_ic *ic,
  			      enum ipu_color_space in_g_cs,
  			      bool galpha_en, u32 galpha,
  			      bool colorkey_en, u32 colorkey);
  void ipu_ic_task_enable(struct ipu_ic *ic);
  void ipu_ic_task_disable(struct ipu_ic *ic);
  int ipu_ic_task_idma_init(struct ipu_ic *ic, struct ipuv3_channel *channel,
  			  u32 width, u32 height, int burst_size,
  			  enum ipu_rotate_mode rot);
  int ipu_ic_enable(struct ipu_ic *ic);
  int ipu_ic_disable(struct ipu_ic *ic);
  struct ipu_ic *ipu_ic_get(struct ipu_soc *ipu, enum ipu_ic_task task);
  void ipu_ic_put(struct ipu_ic *ic);
  void ipu_ic_dump(struct ipu_ic *ic);
  
  /*
35de925ff   Philipp Zabel   gpu: ipu-v3: Add ...
324
325
   * IPU Sensor Multiple FIFO Controller (SMFC) functions
   */
7fafa8f06   Steve Longerbeam   gpu: ipu-v3: smfc...
326
327
328
329
330
331
  struct ipu_smfc *ipu_smfc_get(struct ipu_soc *ipu, unsigned int chno);
  void ipu_smfc_put(struct ipu_smfc *smfc);
  int ipu_smfc_enable(struct ipu_smfc *smfc);
  int ipu_smfc_disable(struct ipu_smfc *smfc);
  int ipu_smfc_map_channel(struct ipu_smfc *smfc, int csi_id, int mipi_id);
  int ipu_smfc_set_burstsize(struct ipu_smfc *smfc, int burstsize);
a2be35e33   Steve Longerbeam   gpu: ipu-v3: smfc...
332
  int ipu_smfc_set_watermark(struct ipu_smfc *smfc, u32 set_level, u32 clr_level);
35de925ff   Philipp Zabel   gpu: ipu-v3: Add ...
333

7cb17797f   Philipp Zabel   staging: drm/imx:...
334
  enum ipu_color_space ipu_drm_fourcc_to_colorspace(u32 drm_fourcc);
aecfbdb18   Sascha Hauer   staging: drm/imx:...
335
  enum ipu_color_space ipu_pixelformat_to_colorspace(u32 pixelformat);
ae0e9708b   Steve Longerbeam   gpu: ipu-v3: Add ...
336
  enum ipu_color_space ipu_mbus_code_to_colorspace(u32 mbus_code);
6930afdcc   Steve Longerbeam   gpu: ipu-v3: Add ...
337
  int ipu_stride_to_bytes(u32 pixel_stride, u32 pixelformat);
4cea940d3   Steve Longerbeam   gpu: ipu-v3: Add ...
338
  bool ipu_pixelformat_is_planar(u32 pixelformat);
f835f386a   Steve Longerbeam   gpu: ipu-v3: Add ...
339
340
341
342
  int ipu_degrees_to_rot_mode(enum ipu_rotate_mode *mode, int degrees,
  			    bool hflip, bool vflip);
  int ipu_rot_mode_to_degrees(int *degrees, enum ipu_rotate_mode mode,
  			    bool hflip, bool vflip);
aecfbdb18   Sascha Hauer   staging: drm/imx:...
343

aecfbdb18   Sascha Hauer   staging: drm/imx:...
344
  struct ipu_client_platformdata {
d6ca8ca7e   Philipp Zabel   gpu: ipu-v3: Regi...
345
  	int csi;
aecfbdb18   Sascha Hauer   staging: drm/imx:...
346
347
348
349
350
351
352
353
  	int di;
  	int dc;
  	int dp;
  	int dmfc;
  	int dma[2];
  };
  
  #endif /* __DRM_IPU_H__ */