imx-ipu-v3.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412
  1. /*
  2. * Copyright 2005-2009 Freescale Semiconductor, Inc.
  3. *
  4. * The code contained herein is licensed under the GNU Lesser General
  5. * Public License. You may obtain a copy of the GNU Lesser General
  6. * Public License Version 2.1 or later at the following locations:
  7. *
  8. * http://www.opensource.org/licenses/lgpl-license.html
  9. * http://www.gnu.org/copyleft/lgpl.html
  10. */
  11. #ifndef __DRM_IPU_H__
  12. #define __DRM_IPU_H__
  13. #include <linux/types.h>
  14. #include <linux/videodev2.h>
  15. #include <linux/bitmap.h>
  16. #include <linux/fb.h>
  17. #include <linux/of.h>
  18. #include <media/v4l2-mediabus.h>
  19. #include <video/videomode.h>
  20. struct ipu_soc;
  21. enum ipuv3_type {
  22. IPUV3EX,
  23. IPUV3M,
  24. IPUV3H,
  25. };
  26. #define IPU_PIX_FMT_GBR24 v4l2_fourcc('G', 'B', 'R', '3')
  27. /*
  28. * Bitfield of Display Interface signal polarities.
  29. */
  30. struct ipu_di_signal_cfg {
  31. unsigned data_pol:1; /* true = inverted */
  32. unsigned clk_pol:1; /* true = rising edge */
  33. unsigned enable_pol:1;
  34. struct videomode mode;
  35. u32 bus_format;
  36. u32 v_to_h_sync;
  37. #define IPU_DI_CLKMODE_SYNC (1 << 0)
  38. #define IPU_DI_CLKMODE_EXT (1 << 1)
  39. unsigned long clkflags;
  40. u8 hsync_pin;
  41. u8 vsync_pin;
  42. };
  43. /*
  44. * Enumeration of CSI destinations
  45. */
  46. enum ipu_csi_dest {
  47. IPU_CSI_DEST_IDMAC, /* to memory via SMFC */
  48. IPU_CSI_DEST_IC, /* to Image Converter */
  49. IPU_CSI_DEST_VDIC, /* to VDIC */
  50. };
  51. /*
  52. * Enumeration of IPU rotation modes
  53. */
  54. #define IPU_ROT_BIT_VFLIP (1 << 0)
  55. #define IPU_ROT_BIT_HFLIP (1 << 1)
  56. #define IPU_ROT_BIT_90 (1 << 2)
  57. enum ipu_rotate_mode {
  58. IPU_ROTATE_NONE = 0,
  59. IPU_ROTATE_VERT_FLIP = IPU_ROT_BIT_VFLIP,
  60. IPU_ROTATE_HORIZ_FLIP = IPU_ROT_BIT_HFLIP,
  61. IPU_ROTATE_180 = (IPU_ROT_BIT_VFLIP | IPU_ROT_BIT_HFLIP),
  62. IPU_ROTATE_90_RIGHT = IPU_ROT_BIT_90,
  63. IPU_ROTATE_90_RIGHT_VFLIP = (IPU_ROT_BIT_90 | IPU_ROT_BIT_VFLIP),
  64. IPU_ROTATE_90_RIGHT_HFLIP = (IPU_ROT_BIT_90 | IPU_ROT_BIT_HFLIP),
  65. IPU_ROTATE_90_LEFT = (IPU_ROT_BIT_90 |
  66. IPU_ROT_BIT_VFLIP | IPU_ROT_BIT_HFLIP),
  67. };
  68. /* 90-degree rotations require the IRT unit */
  69. #define ipu_rot_mode_is_irt(m) (((m) & IPU_ROT_BIT_90) != 0)
  70. enum ipu_color_space {
  71. IPUV3_COLORSPACE_RGB,
  72. IPUV3_COLORSPACE_YUV,
  73. IPUV3_COLORSPACE_UNKNOWN,
  74. };
  75. /*
  76. * Enumeration of VDI MOTION select
  77. */
  78. enum ipu_motion_sel {
  79. MOTION_NONE = 0,
  80. LOW_MOTION,
  81. MED_MOTION,
  82. HIGH_MOTION,
  83. };
  84. struct ipuv3_channel;
  85. enum ipu_channel_irq {
  86. IPU_IRQ_EOF = 0,
  87. IPU_IRQ_NFACK = 64,
  88. IPU_IRQ_NFB4EOF = 128,
  89. IPU_IRQ_EOS = 192,
  90. };
  91. /*
  92. * Enumeration of IDMAC channels
  93. */
  94. #define IPUV3_CHANNEL_CSI0 0
  95. #define IPUV3_CHANNEL_CSI1 1
  96. #define IPUV3_CHANNEL_CSI2 2
  97. #define IPUV3_CHANNEL_CSI3 3
  98. #define IPUV3_CHANNEL_VDI_MEM_IC_VF 5
  99. /*
  100. * NOTE: channels 6,7 are unused in the IPU and are not IDMAC channels,
  101. * but the direct CSI->VDI linking is handled the same way as IDMAC
  102. * channel linking in the FSU via the IPU_FS_PROC_FLOW registers, so
  103. * these channel names are used to support the direct CSI->VDI link.
  104. */
  105. #define IPUV3_CHANNEL_CSI_DIRECT 6
  106. #define IPUV3_CHANNEL_CSI_VDI_PREV 7
  107. #define IPUV3_CHANNEL_MEM_VDI_PREV 8
  108. #define IPUV3_CHANNEL_MEM_VDI_CUR 9
  109. #define IPUV3_CHANNEL_MEM_VDI_NEXT 10
  110. #define IPUV3_CHANNEL_MEM_IC_PP 11
  111. #define IPUV3_CHANNEL_MEM_IC_PRP_VF 12
  112. #define IPUV3_CHANNEL_VDI_MEM_RECENT 13
  113. #define IPUV3_CHANNEL_G_MEM_IC_PRP_VF 14
  114. #define IPUV3_CHANNEL_G_MEM_IC_PP 15
  115. #define IPUV3_CHANNEL_G_MEM_IC_PRP_VF_ALPHA 17
  116. #define IPUV3_CHANNEL_G_MEM_IC_PP_ALPHA 18
  117. #define IPUV3_CHANNEL_MEM_VDI_PLANE1_COMB_ALPHA 19
  118. #define IPUV3_CHANNEL_IC_PRP_ENC_MEM 20
  119. #define IPUV3_CHANNEL_IC_PRP_VF_MEM 21
  120. #define IPUV3_CHANNEL_IC_PP_MEM 22
  121. #define IPUV3_CHANNEL_MEM_BG_SYNC 23
  122. #define IPUV3_CHANNEL_MEM_BG_ASYNC 24
  123. #define IPUV3_CHANNEL_MEM_VDI_PLANE1_COMB 25
  124. #define IPUV3_CHANNEL_MEM_VDI_PLANE3_COMB 26
  125. #define IPUV3_CHANNEL_MEM_FG_SYNC 27
  126. #define IPUV3_CHANNEL_MEM_DC_SYNC 28
  127. #define IPUV3_CHANNEL_MEM_FG_ASYNC 29
  128. #define IPUV3_CHANNEL_MEM_FG_SYNC_ALPHA 31
  129. #define IPUV3_CHANNEL_MEM_FG_ASYNC_ALPHA 33
  130. #define IPUV3_CHANNEL_DC_MEM_READ 40
  131. #define IPUV3_CHANNEL_MEM_DC_ASYNC 41
  132. #define IPUV3_CHANNEL_MEM_DC_COMMAND 42
  133. #define IPUV3_CHANNEL_MEM_DC_COMMAND2 43
  134. #define IPUV3_CHANNEL_MEM_DC_OUTPUT_MASK 44
  135. #define IPUV3_CHANNEL_MEM_ROT_ENC 45
  136. #define IPUV3_CHANNEL_MEM_ROT_VF 46
  137. #define IPUV3_CHANNEL_MEM_ROT_PP 47
  138. #define IPUV3_CHANNEL_ROT_ENC_MEM 48
  139. #define IPUV3_CHANNEL_ROT_VF_MEM 49
  140. #define IPUV3_CHANNEL_ROT_PP_MEM 50
  141. #define IPUV3_CHANNEL_MEM_BG_SYNC_ALPHA 51
  142. #define IPUV3_CHANNEL_MEM_BG_ASYNC_ALPHA 52
  143. #define IPUV3_NUM_CHANNELS 64
  144. int ipu_map_irq(struct ipu_soc *ipu, int irq);
  145. int ipu_idmac_channel_irq(struct ipu_soc *ipu, struct ipuv3_channel *channel,
  146. enum ipu_channel_irq irq);
  147. #define IPU_IRQ_DP_SF_START (448 + 2)
  148. #define IPU_IRQ_DP_SF_END (448 + 3)
  149. #define IPU_IRQ_BG_SF_END IPU_IRQ_DP_SF_END,
  150. #define IPU_IRQ_DC_FC_0 (448 + 8)
  151. #define IPU_IRQ_DC_FC_1 (448 + 9)
  152. #define IPU_IRQ_DC_FC_2 (448 + 10)
  153. #define IPU_IRQ_DC_FC_3 (448 + 11)
  154. #define IPU_IRQ_DC_FC_4 (448 + 12)
  155. #define IPU_IRQ_DC_FC_6 (448 + 13)
  156. #define IPU_IRQ_VSYNC_PRE_0 (448 + 14)
  157. #define IPU_IRQ_VSYNC_PRE_1 (448 + 15)
  158. /*
  159. * IPU Common functions
  160. */
  161. int ipu_get_num(struct ipu_soc *ipu);
  162. void ipu_set_csi_src_mux(struct ipu_soc *ipu, int csi_id, bool mipi_csi2);
  163. void ipu_set_ic_src_mux(struct ipu_soc *ipu, int csi_id, bool vdi);
  164. void ipu_dump(struct ipu_soc *ipu);
  165. /*
  166. * IPU Image DMA Controller (idmac) functions
  167. */
  168. struct ipuv3_channel *ipu_idmac_get(struct ipu_soc *ipu, unsigned channel);
  169. void ipu_idmac_put(struct ipuv3_channel *);
  170. int ipu_idmac_enable_channel(struct ipuv3_channel *channel);
  171. int ipu_idmac_disable_channel(struct ipuv3_channel *channel);
  172. void ipu_idmac_enable_watermark(struct ipuv3_channel *channel, bool enable);
  173. int ipu_idmac_lock_enable(struct ipuv3_channel *channel, int num_bursts);
  174. int ipu_idmac_wait_busy(struct ipuv3_channel *channel, int ms);
  175. void ipu_idmac_set_double_buffer(struct ipuv3_channel *channel,
  176. bool doublebuffer);
  177. int ipu_idmac_get_current_buffer(struct ipuv3_channel *channel);
  178. bool ipu_idmac_buffer_is_ready(struct ipuv3_channel *channel, u32 buf_num);
  179. void ipu_idmac_select_buffer(struct ipuv3_channel *channel, u32 buf_num);
  180. void ipu_idmac_clear_buffer(struct ipuv3_channel *channel, u32 buf_num);
  181. int ipu_fsu_link(struct ipu_soc *ipu, int src_ch, int sink_ch);
  182. int ipu_fsu_unlink(struct ipu_soc *ipu, int src_ch, int sink_ch);
  183. int ipu_idmac_link(struct ipuv3_channel *src, struct ipuv3_channel *sink);
  184. int ipu_idmac_unlink(struct ipuv3_channel *src, struct ipuv3_channel *sink);
  185. /*
  186. * IPU Channel Parameter Memory (cpmem) functions
  187. */
  188. struct ipu_rgb {
  189. struct fb_bitfield red;
  190. struct fb_bitfield green;
  191. struct fb_bitfield blue;
  192. struct fb_bitfield transp;
  193. int bits_per_pixel;
  194. };
  195. struct ipu_image {
  196. struct v4l2_pix_format pix;
  197. struct v4l2_rect rect;
  198. dma_addr_t phys0;
  199. dma_addr_t phys1;
  200. };
  201. void ipu_cpmem_zero(struct ipuv3_channel *ch);
  202. void ipu_cpmem_set_resolution(struct ipuv3_channel *ch, int xres, int yres);
  203. void ipu_cpmem_set_stride(struct ipuv3_channel *ch, int stride);
  204. void ipu_cpmem_set_high_priority(struct ipuv3_channel *ch);
  205. void ipu_cpmem_set_buffer(struct ipuv3_channel *ch, int bufnum, dma_addr_t buf);
  206. void ipu_cpmem_set_uv_offset(struct ipuv3_channel *ch, u32 u_off, u32 v_off);
  207. void ipu_cpmem_interlaced_scan(struct ipuv3_channel *ch, int stride);
  208. void ipu_cpmem_set_axi_id(struct ipuv3_channel *ch, u32 id);
  209. int ipu_cpmem_get_burstsize(struct ipuv3_channel *ch);
  210. void ipu_cpmem_set_burstsize(struct ipuv3_channel *ch, int burstsize);
  211. void ipu_cpmem_set_block_mode(struct ipuv3_channel *ch);
  212. void ipu_cpmem_set_rotation(struct ipuv3_channel *ch,
  213. enum ipu_rotate_mode rot);
  214. int ipu_cpmem_set_format_rgb(struct ipuv3_channel *ch,
  215. const struct ipu_rgb *rgb);
  216. int ipu_cpmem_set_format_passthrough(struct ipuv3_channel *ch, int width);
  217. void ipu_cpmem_set_yuv_interleaved(struct ipuv3_channel *ch, u32 pixel_format);
  218. void ipu_cpmem_set_yuv_planar_full(struct ipuv3_channel *ch,
  219. unsigned int uv_stride,
  220. unsigned int u_offset,
  221. unsigned int v_offset);
  222. void ipu_cpmem_set_yuv_planar(struct ipuv3_channel *ch,
  223. u32 pixel_format, int stride, int height);
  224. int ipu_cpmem_set_fmt(struct ipuv3_channel *ch, u32 drm_fourcc);
  225. int ipu_cpmem_set_image(struct ipuv3_channel *ch, struct ipu_image *image);
  226. void ipu_cpmem_dump(struct ipuv3_channel *ch);
  227. /*
  228. * IPU Display Controller (dc) functions
  229. */
  230. struct ipu_dc;
  231. struct ipu_di;
  232. struct ipu_dc *ipu_dc_get(struct ipu_soc *ipu, int channel);
  233. void ipu_dc_put(struct ipu_dc *dc);
  234. int ipu_dc_init_sync(struct ipu_dc *dc, struct ipu_di *di, bool interlaced,
  235. u32 pixel_fmt, u32 width);
  236. void ipu_dc_enable(struct ipu_soc *ipu);
  237. void ipu_dc_enable_channel(struct ipu_dc *dc);
  238. void ipu_dc_disable_channel(struct ipu_dc *dc);
  239. void ipu_dc_disable(struct ipu_soc *ipu);
  240. /*
  241. * IPU Display Interface (di) functions
  242. */
  243. struct ipu_di *ipu_di_get(struct ipu_soc *ipu, int disp);
  244. void ipu_di_put(struct ipu_di *);
  245. int ipu_di_disable(struct ipu_di *);
  246. int ipu_di_enable(struct ipu_di *);
  247. int ipu_di_get_num(struct ipu_di *);
  248. int ipu_di_adjust_videomode(struct ipu_di *di, struct videomode *mode);
  249. int ipu_di_init_sync_panel(struct ipu_di *, struct ipu_di_signal_cfg *sig);
  250. /*
  251. * IPU Display Multi FIFO Controller (dmfc) functions
  252. */
  253. struct dmfc_channel;
  254. int ipu_dmfc_enable_channel(struct dmfc_channel *dmfc);
  255. void ipu_dmfc_disable_channel(struct dmfc_channel *dmfc);
  256. void ipu_dmfc_config_wait4eot(struct dmfc_channel *dmfc, int width);
  257. struct dmfc_channel *ipu_dmfc_get(struct ipu_soc *ipu, int ipuv3_channel);
  258. void ipu_dmfc_put(struct dmfc_channel *dmfc);
  259. /*
  260. * IPU Display Processor (dp) functions
  261. */
  262. #define IPU_DP_FLOW_SYNC_BG 0
  263. #define IPU_DP_FLOW_SYNC_FG 1
  264. #define IPU_DP_FLOW_ASYNC0_BG 2
  265. #define IPU_DP_FLOW_ASYNC0_FG 3
  266. #define IPU_DP_FLOW_ASYNC1_BG 4
  267. #define IPU_DP_FLOW_ASYNC1_FG 5
  268. struct ipu_dp *ipu_dp_get(struct ipu_soc *ipu, unsigned int flow);
  269. void ipu_dp_put(struct ipu_dp *);
  270. int ipu_dp_enable(struct ipu_soc *ipu);
  271. int ipu_dp_enable_channel(struct ipu_dp *dp);
  272. void ipu_dp_disable_channel(struct ipu_dp *dp);
  273. void ipu_dp_disable(struct ipu_soc *ipu);
  274. int ipu_dp_setup_channel(struct ipu_dp *dp,
  275. enum ipu_color_space in, enum ipu_color_space out);
  276. int ipu_dp_set_window_pos(struct ipu_dp *, u16 x_pos, u16 y_pos);
  277. int ipu_dp_set_global_alpha(struct ipu_dp *dp, bool enable, u8 alpha,
  278. bool bg_chan);
  279. /*
  280. * IPU CMOS Sensor Interface (csi) functions
  281. */
  282. struct ipu_csi;
  283. int ipu_csi_init_interface(struct ipu_csi *csi,
  284. struct v4l2_mbus_config *mbus_cfg,
  285. struct v4l2_mbus_framefmt *mbus_fmt);
  286. bool ipu_csi_is_interlaced(struct ipu_csi *csi);
  287. void ipu_csi_get_window(struct ipu_csi *csi, struct v4l2_rect *w);
  288. void ipu_csi_set_window(struct ipu_csi *csi, struct v4l2_rect *w);
  289. void ipu_csi_set_test_generator(struct ipu_csi *csi, bool active,
  290. u32 r_value, u32 g_value, u32 b_value,
  291. u32 pix_clk);
  292. int ipu_csi_set_mipi_datatype(struct ipu_csi *csi, u32 vc,
  293. struct v4l2_mbus_framefmt *mbus_fmt);
  294. int ipu_csi_set_skip_smfc(struct ipu_csi *csi, u32 skip,
  295. u32 max_ratio, u32 id);
  296. int ipu_csi_set_dest(struct ipu_csi *csi, enum ipu_csi_dest csi_dest);
  297. int ipu_csi_enable(struct ipu_csi *csi);
  298. int ipu_csi_disable(struct ipu_csi *csi);
  299. struct ipu_csi *ipu_csi_get(struct ipu_soc *ipu, int id);
  300. void ipu_csi_put(struct ipu_csi *csi);
  301. void ipu_csi_dump(struct ipu_csi *csi);
  302. /*
  303. * IPU Image Converter (ic) functions
  304. */
  305. enum ipu_ic_task {
  306. IC_TASK_ENCODER,
  307. IC_TASK_VIEWFINDER,
  308. IC_TASK_POST_PROCESSOR,
  309. IC_NUM_TASKS,
  310. };
  311. struct ipu_ic;
  312. int ipu_ic_task_init(struct ipu_ic *ic,
  313. int in_width, int in_height,
  314. int out_width, int out_height,
  315. enum ipu_color_space in_cs,
  316. enum ipu_color_space out_cs);
  317. int ipu_ic_task_graphics_init(struct ipu_ic *ic,
  318. enum ipu_color_space in_g_cs,
  319. bool galpha_en, u32 galpha,
  320. bool colorkey_en, u32 colorkey);
  321. void ipu_ic_task_enable(struct ipu_ic *ic);
  322. void ipu_ic_task_disable(struct ipu_ic *ic);
  323. int ipu_ic_task_idma_init(struct ipu_ic *ic, struct ipuv3_channel *channel,
  324. u32 width, u32 height, int burst_size,
  325. enum ipu_rotate_mode rot);
  326. int ipu_ic_enable(struct ipu_ic *ic);
  327. int ipu_ic_disable(struct ipu_ic *ic);
  328. struct ipu_ic *ipu_ic_get(struct ipu_soc *ipu, enum ipu_ic_task task);
  329. void ipu_ic_put(struct ipu_ic *ic);
  330. void ipu_ic_dump(struct ipu_ic *ic);
  331. /*
  332. * IPU Video De-Interlacer (vdi) functions
  333. */
  334. struct ipu_vdi;
  335. void ipu_vdi_set_field_order(struct ipu_vdi *vdi, v4l2_std_id std, u32 field);
  336. void ipu_vdi_set_motion(struct ipu_vdi *vdi, enum ipu_motion_sel motion_sel);
  337. void ipu_vdi_setup(struct ipu_vdi *vdi, u32 code, int xres, int yres);
  338. void ipu_vdi_unsetup(struct ipu_vdi *vdi);
  339. int ipu_vdi_enable(struct ipu_vdi *vdi);
  340. int ipu_vdi_disable(struct ipu_vdi *vdi);
  341. struct ipu_vdi *ipu_vdi_get(struct ipu_soc *ipu);
  342. void ipu_vdi_put(struct ipu_vdi *vdi);
  343. /*
  344. * IPU Sensor Multiple FIFO Controller (SMFC) functions
  345. */
  346. struct ipu_smfc *ipu_smfc_get(struct ipu_soc *ipu, unsigned int chno);
  347. void ipu_smfc_put(struct ipu_smfc *smfc);
  348. int ipu_smfc_enable(struct ipu_smfc *smfc);
  349. int ipu_smfc_disable(struct ipu_smfc *smfc);
  350. int ipu_smfc_map_channel(struct ipu_smfc *smfc, int csi_id, int mipi_id);
  351. int ipu_smfc_set_burstsize(struct ipu_smfc *smfc, int burstsize);
  352. int ipu_smfc_set_watermark(struct ipu_smfc *smfc, u32 set_level, u32 clr_level);
  353. enum ipu_color_space ipu_drm_fourcc_to_colorspace(u32 drm_fourcc);
  354. enum ipu_color_space ipu_pixelformat_to_colorspace(u32 pixelformat);
  355. enum ipu_color_space ipu_mbus_code_to_colorspace(u32 mbus_code);
  356. int ipu_stride_to_bytes(u32 pixel_stride, u32 pixelformat);
  357. bool ipu_pixelformat_is_planar(u32 pixelformat);
  358. int ipu_degrees_to_rot_mode(enum ipu_rotate_mode *mode, int degrees,
  359. bool hflip, bool vflip);
  360. int ipu_rot_mode_to_degrees(int *degrees, enum ipu_rotate_mode mode,
  361. bool hflip, bool vflip);
  362. struct ipu_client_platformdata {
  363. int csi;
  364. int di;
  365. int dc;
  366. int dp;
  367. int dma[2];
  368. struct device_node *of_node;
  369. };
  370. #endif /* __DRM_IPU_H__ */