display.h 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Sunxi platform display controller register and constant defines
  4. *
  5. * (C) Copyright 2014 Hans de Goede <hdegoede@redhat.com>
  6. */
  7. #ifndef _SUNXI_DISPLAY_H
  8. #define _SUNXI_DISPLAY_H
  9. struct sunxi_de_fe_reg {
  10. u32 enable; /* 0x000 */
  11. u32 frame_ctrl; /* 0x004 */
  12. u32 bypass; /* 0x008 */
  13. u32 algorithm_sel; /* 0x00c */
  14. u32 line_int_ctrl; /* 0x010 */
  15. u8 res0[0x0c]; /* 0x014 */
  16. u32 ch0_addr; /* 0x020 */
  17. u32 ch1_addr; /* 0x024 */
  18. u32 ch2_addr; /* 0x028 */
  19. u32 field_sequence; /* 0x02c */
  20. u32 ch0_offset; /* 0x030 */
  21. u32 ch1_offset; /* 0x034 */
  22. u32 ch2_offset; /* 0x038 */
  23. u8 res1[0x04]; /* 0x03c */
  24. u32 ch0_stride; /* 0x040 */
  25. u32 ch1_stride; /* 0x044 */
  26. u32 ch2_stride; /* 0x048 */
  27. u32 input_fmt; /* 0x04c */
  28. u32 ch3_addr; /* 0x050 */
  29. u32 ch4_addr; /* 0x054 */
  30. u32 ch5_addr; /* 0x058 */
  31. u32 output_fmt; /* 0x05c */
  32. u32 int_enable; /* 0x060 */
  33. u32 int_status; /* 0x064 */
  34. u32 status; /* 0x068 */
  35. u8 res2[0x04]; /* 0x06c */
  36. u32 csc_coef00; /* 0x070 */
  37. u32 csc_coef01; /* 0x074 */
  38. u32 csc_coef02; /* 0x078 */
  39. u32 csc_coef03; /* 0x07c */
  40. u32 csc_coef10; /* 0x080 */
  41. u32 csc_coef11; /* 0x084 */
  42. u32 csc_coef12; /* 0x088 */
  43. u32 csc_coef13; /* 0x08c */
  44. u32 csc_coef20; /* 0x090 */
  45. u32 csc_coef21; /* 0x094 */
  46. u32 csc_coef22; /* 0x098 */
  47. u32 csc_coef23; /* 0x09c */
  48. u32 deinterlace_ctrl; /* 0x0a0 */
  49. u32 deinterlace_diag; /* 0x0a4 */
  50. u32 deinterlace_tempdiff; /* 0x0a8 */
  51. u32 deinterlace_sawtooth; /* 0x0ac */
  52. u32 deinterlace_spatcomp; /* 0x0b0 */
  53. u32 deinterlace_burstlen; /* 0x0b4 */
  54. u32 deinterlace_preluma; /* 0x0b8 */
  55. u32 deinterlace_tile_addr; /* 0x0bc */
  56. u32 deinterlace_tile_stride; /* 0x0c0 */
  57. u8 res3[0x0c]; /* 0x0c4 */
  58. u32 wb_stride_enable; /* 0x0d0 */
  59. u32 ch3_stride; /* 0x0d4 */
  60. u32 ch4_stride; /* 0x0d8 */
  61. u32 ch5_stride; /* 0x0dc */
  62. u32 fe_3d_ctrl; /* 0x0e0 */
  63. u32 fe_3d_ch0_addr; /* 0x0e4 */
  64. u32 fe_3d_ch1_addr; /* 0x0e8 */
  65. u32 fe_3d_ch2_addr; /* 0x0ec */
  66. u32 fe_3d_ch0_offset; /* 0x0f0 */
  67. u32 fe_3d_ch1_offset; /* 0x0f4 */
  68. u32 fe_3d_ch2_offset; /* 0x0f8 */
  69. u8 res4[0x04]; /* 0x0fc */
  70. u32 ch0_insize; /* 0x100 */
  71. u32 ch0_outsize; /* 0x104 */
  72. u32 ch0_horzfact; /* 0x108 */
  73. u32 ch0_vertfact; /* 0x10c */
  74. u32 ch0_horzphase; /* 0x110 */
  75. u32 ch0_vertphase0; /* 0x114 */
  76. u32 ch0_vertphase1; /* 0x118 */
  77. u8 res5[0x04]; /* 0x11c */
  78. u32 ch0_horztapoffset0; /* 0x120 */
  79. u32 ch0_horztapoffset1; /* 0x124 */
  80. u32 ch0_verttapoffset; /* 0x128 */
  81. u8 res6[0xd4]; /* 0x12c */
  82. u32 ch1_insize; /* 0x200 */
  83. u32 ch1_outsize; /* 0x204 */
  84. u32 ch1_horzfact; /* 0x208 */
  85. u32 ch1_vertfact; /* 0x20c */
  86. u32 ch1_horzphase; /* 0x210 */
  87. u32 ch1_vertphase0; /* 0x214 */
  88. u32 ch1_vertphase1; /* 0x218 */
  89. u8 res7[0x04]; /* 0x21c */
  90. u32 ch1_horztapoffset0; /* 0x220 */
  91. u32 ch1_horztapoffset1; /* 0x224 */
  92. u32 ch1_verttapoffset; /* 0x228 */
  93. u8 res8[0x1d4]; /* 0x22c */
  94. u32 ch0_horzcoef0[32]; /* 0x400 */
  95. u32 ch0_horzcoef1[32]; /* 0x480 */
  96. u32 ch0_vertcoef[32]; /* 0x500 */
  97. u8 res9[0x80]; /* 0x580 */
  98. u32 ch1_horzcoef0[32]; /* 0x600 */
  99. u32 ch1_horzcoef1[32]; /* 0x680 */
  100. u32 ch1_vertcoef[32]; /* 0x700 */
  101. u8 res10[0x280]; /* 0x780 */
  102. u32 vpp_enable; /* 0xa00 */
  103. u32 vpp_dcti; /* 0xa04 */
  104. u32 vpp_lp1; /* 0xa08 */
  105. u32 vpp_lp2; /* 0xa0c */
  106. u32 vpp_wle; /* 0xa10 */
  107. u32 vpp_ble; /* 0xa14 */
  108. };
  109. struct sunxi_de_be_reg {
  110. u8 res0[0x800]; /* 0x000 */
  111. u32 mode; /* 0x800 */
  112. u32 backcolor; /* 0x804 */
  113. u32 disp_size; /* 0x808 */
  114. u8 res1[0x4]; /* 0x80c */
  115. u32 layer0_size; /* 0x810 */
  116. u32 layer1_size; /* 0x814 */
  117. u32 layer2_size; /* 0x818 */
  118. u32 layer3_size; /* 0x81c */
  119. u32 layer0_pos; /* 0x820 */
  120. u32 layer1_pos; /* 0x824 */
  121. u32 layer2_pos; /* 0x828 */
  122. u32 layer3_pos; /* 0x82c */
  123. u8 res2[0x10]; /* 0x830 */
  124. u32 layer0_stride; /* 0x840 */
  125. u32 layer1_stride; /* 0x844 */
  126. u32 layer2_stride; /* 0x848 */
  127. u32 layer3_stride; /* 0x84c */
  128. u32 layer0_addr_low32b; /* 0x850 */
  129. u32 layer1_addr_low32b; /* 0x854 */
  130. u32 layer2_addr_low32b; /* 0x858 */
  131. u32 layer3_addr_low32b; /* 0x85c */
  132. u32 layer0_addr_high4b; /* 0x860 */
  133. u32 layer1_addr_high4b; /* 0x864 */
  134. u32 layer2_addr_high4b; /* 0x868 */
  135. u32 layer3_addr_high4b; /* 0x86c */
  136. u32 reg_ctrl; /* 0x870 */
  137. u8 res3[0xc]; /* 0x874 */
  138. u32 color_key_max; /* 0x880 */
  139. u32 color_key_min; /* 0x884 */
  140. u32 color_key_config; /* 0x888 */
  141. u8 res4[0x4]; /* 0x88c */
  142. u32 layer0_attr0_ctrl; /* 0x890 */
  143. u32 layer1_attr0_ctrl; /* 0x894 */
  144. u32 layer2_attr0_ctrl; /* 0x898 */
  145. u32 layer3_attr0_ctrl; /* 0x89c */
  146. u32 layer0_attr1_ctrl; /* 0x8a0 */
  147. u32 layer1_attr1_ctrl; /* 0x8a4 */
  148. u32 layer2_attr1_ctrl; /* 0x8a8 */
  149. u32 layer3_attr1_ctrl; /* 0x8ac */
  150. u8 res5[0x110]; /* 0x8b0 */
  151. u32 output_color_ctrl; /* 0x9c0 */
  152. u8 res6[0xc]; /* 0x9c4 */
  153. u32 output_color_coef[12]; /* 0x9d0 */
  154. };
  155. struct sunxi_hdmi_reg {
  156. u32 version_id; /* 0x000 */
  157. u32 ctrl; /* 0x004 */
  158. u32 irq; /* 0x008 */
  159. u32 hpd; /* 0x00c */
  160. u32 video_ctrl; /* 0x010 */
  161. u32 video_size; /* 0x014 */
  162. u32 video_bp; /* 0x018 */
  163. u32 video_fp; /* 0x01c */
  164. u32 video_spw; /* 0x020 */
  165. u32 video_polarity; /* 0x024 */
  166. u8 res0[0x58]; /* 0x028 */
  167. u8 avi_info_frame[0x14]; /* 0x080 */
  168. u8 res1[0x4c]; /* 0x094 */
  169. u32 qcp_packet0; /* 0x0e0 */
  170. u32 qcp_packet1; /* 0x0e4 */
  171. u8 res2[0x118]; /* 0x0e8 */
  172. u32 pad_ctrl0; /* 0x200 */
  173. u32 pad_ctrl1; /* 0x204 */
  174. u32 pll_ctrl; /* 0x208 */
  175. u32 pll_dbg0; /* 0x20c */
  176. u32 pll_dbg1; /* 0x210 */
  177. u32 hpd_cec; /* 0x214 */
  178. u8 res3[0x28]; /* 0x218 */
  179. u8 vendor_info_frame[0x14]; /* 0x240 */
  180. u8 res4[0x9c]; /* 0x254 */
  181. u32 pkt_ctrl0; /* 0x2f0 */
  182. u32 pkt_ctrl1; /* 0x2f4 */
  183. u8 res5[0x8]; /* 0x2f8 */
  184. u32 unknown; /* 0x300 */
  185. u8 res6[0xc]; /* 0x304 */
  186. u32 audio_sample_count; /* 0x310 */
  187. u8 res7[0xec]; /* 0x314 */
  188. u32 audio_tx_fifo; /* 0x400 */
  189. u8 res8[0xfc]; /* 0x404 */
  190. #ifndef CONFIG_MACH_SUN6I
  191. u32 ddc_ctrl; /* 0x500 */
  192. u32 ddc_addr; /* 0x504 */
  193. u32 ddc_int_mask; /* 0x508 */
  194. u32 ddc_int_status; /* 0x50c */
  195. u32 ddc_fifo_ctrl; /* 0x510 */
  196. u32 ddc_fifo_status; /* 0x514 */
  197. u32 ddc_fifo_data; /* 0x518 */
  198. u32 ddc_byte_count; /* 0x51c */
  199. u32 ddc_cmnd; /* 0x520 */
  200. u32 ddc_exreg; /* 0x524 */
  201. u32 ddc_clock; /* 0x528 */
  202. u8 res9[0x14]; /* 0x52c */
  203. u32 ddc_line_ctrl; /* 0x540 */
  204. #else
  205. u32 ddc_ctrl; /* 0x500 */
  206. u32 ddc_exreg; /* 0x504 */
  207. u32 ddc_cmnd; /* 0x508 */
  208. u32 ddc_addr; /* 0x50c */
  209. u32 ddc_int_mask; /* 0x510 */
  210. u32 ddc_int_status; /* 0x514 */
  211. u32 ddc_fifo_ctrl; /* 0x518 */
  212. u32 ddc_fifo_status; /* 0x51c */
  213. u32 ddc_clock; /* 0x520 */
  214. u32 ddc_timeout; /* 0x524 */
  215. u8 res9[0x18]; /* 0x528 */
  216. u32 ddc_dbg; /* 0x540 */
  217. u8 res10[0x3c]; /* 0x544 */
  218. u32 ddc_fifo_data; /* 0x580 */
  219. #endif
  220. };
  221. /*
  222. * DE-FE register constants.
  223. */
  224. #define SUNXI_DE_FE_WIDTH(x) (((x) - 1) << 0)
  225. #define SUNXI_DE_FE_HEIGHT(y) (((y) - 1) << 16)
  226. #define SUNXI_DE_FE_FACTOR_INT(n) ((n) << 16)
  227. #define SUNXI_DE_FE_ENABLE_EN (1 << 0)
  228. #define SUNXI_DE_FE_FRAME_CTRL_REG_RDY (1 << 0)
  229. #define SUNXI_DE_FE_FRAME_CTRL_COEF_RDY (1 << 1)
  230. #define SUNXI_DE_FE_FRAME_CTRL_FRM_START (1 << 16)
  231. #define SUNXI_DE_FE_BYPASS_CSC_BYPASS (1 << 1)
  232. #define SUNXI_DE_FE_INPUT_FMT_ARGB8888 0x00000151
  233. #define SUNXI_DE_FE_OUTPUT_FMT_ARGB8888 0x00000002
  234. /*
  235. * DE-BE register constants.
  236. */
  237. #define SUNXI_DE_BE_WIDTH(x) (((x) - 1) << 0)
  238. #define SUNXI_DE_BE_HEIGHT(y) (((y) - 1) << 16)
  239. #define SUNXI_DE_BE_MODE_ENABLE (1 << 0)
  240. #define SUNXI_DE_BE_MODE_START (1 << 1)
  241. #define SUNXI_DE_BE_MODE_DEFLICKER_ENABLE (1 << 4)
  242. #define SUNXI_DE_BE_MODE_LAYER0_ENABLE (1 << 8)
  243. #define SUNXI_DE_BE_MODE_INTERLACE_ENABLE (1 << 28)
  244. #define SUNXI_DE_BE_LAYER_STRIDE(x) ((x) << 5)
  245. #define SUNXI_DE_BE_REG_CTRL_LOAD_REGS (1 << 0)
  246. #define SUNXI_DE_BE_LAYER_ATTR0_SRC_FE0 0x00000002
  247. #define SUNXI_DE_BE_LAYER_ATTR1_FMT_XRGB8888 (0x09 << 8)
  248. #define SUNXI_DE_BE_OUTPUT_COLOR_CTRL_ENABLE 1
  249. /*
  250. * HDMI register constants.
  251. */
  252. #define SUNXI_HDMI_X(x) (((x) - 1) << 0)
  253. #define SUNXI_HDMI_Y(y) (((y) - 1) << 16)
  254. #define SUNXI_HDMI_CTRL_ENABLE (1 << 31)
  255. #define SUNXI_HDMI_IRQ_STATUS_FIFO_UF (1 << 0)
  256. #define SUNXI_HDMI_IRQ_STATUS_FIFO_OF (1 << 1)
  257. #define SUNXI_HDMI_IRQ_STATUS_BITS 0x73
  258. #define SUNXI_HDMI_HPD_DETECT (1 << 0)
  259. #define SUNXI_HDMI_VIDEO_CTRL_ENABLE (1 << 31)
  260. #define SUNXI_HDMI_VIDEO_CTRL_HDMI (1 << 30)
  261. #define SUNXI_HDMI_VIDEO_POL_HOR (1 << 0)
  262. #define SUNXI_HDMI_VIDEO_POL_VER (1 << 1)
  263. #define SUNXI_HDMI_VIDEO_POL_TX_CLK (0x3e0 << 16)
  264. #define SUNXI_HDMI_QCP_PACKET0 3
  265. #define SUNXI_HDMI_QCP_PACKET1 0
  266. #ifdef CONFIG_MACH_SUN6I
  267. #define SUNXI_HDMI_PAD_CTRL0_HDP 0x7e80000f
  268. #define SUNXI_HDMI_PAD_CTRL0_RUN 0x7e8000ff
  269. #else
  270. #define SUNXI_HDMI_PAD_CTRL0_HDP 0xfe800000
  271. #define SUNXI_HDMI_PAD_CTRL0_RUN 0xfe800000
  272. #endif
  273. #ifdef CONFIG_MACH_SUN4I
  274. #define SUNXI_HDMI_PAD_CTRL1 0x00d8c820
  275. #elif defined CONFIG_MACH_SUN6I
  276. #define SUNXI_HDMI_PAD_CTRL1 0x01ded030
  277. #else
  278. #define SUNXI_HDMI_PAD_CTRL1 0x00d8c830
  279. #endif
  280. #define SUNXI_HDMI_PAD_CTRL1_HALVE (1 << 6)
  281. #ifdef CONFIG_MACH_SUN6I
  282. #define SUNXI_HDMI_PLL_CTRL 0xba48a308
  283. #define SUNXI_HDMI_PLL_CTRL_DIV(n) (((n) - 1) << 4)
  284. #else
  285. #define SUNXI_HDMI_PLL_CTRL 0xfa4ef708
  286. #define SUNXI_HDMI_PLL_CTRL_DIV(n) ((n) << 4)
  287. #endif
  288. #define SUNXI_HDMI_PLL_CTRL_DIV_MASK (0xf << 4)
  289. #define SUNXI_HDMI_PLL_DBG0_PLL3 (0 << 21)
  290. #define SUNXI_HDMI_PLL_DBG0_PLL7 (1 << 21)
  291. #define SUNXI_HDMI_PKT_CTRL0 0x00000f21
  292. #define SUNXI_HDMI_PKT_CTRL1 0x0000000f
  293. #define SUNXI_HDMI_UNKNOWN_INPUT_SYNC 0x08000000
  294. #ifdef CONFIG_MACH_SUN6I
  295. #define SUNXI_HMDI_DDC_CTRL_ENABLE (1 << 0)
  296. #define SUNXI_HMDI_DDC_CTRL_SCL_ENABLE (1 << 4)
  297. #define SUNXI_HMDI_DDC_CTRL_SDA_ENABLE (1 << 6)
  298. #define SUNXI_HMDI_DDC_CTRL_START (1 << 27)
  299. #define SUNXI_HMDI_DDC_CTRL_RESET (1 << 31)
  300. #else
  301. #define SUNXI_HMDI_DDC_CTRL_RESET (1 << 0)
  302. /* sun4i / sun5i / sun7i do not have a separate line_ctrl reg */
  303. #define SUNXI_HMDI_DDC_CTRL_SDA_ENABLE 0
  304. #define SUNXI_HMDI_DDC_CTRL_SCL_ENABLE 0
  305. #define SUNXI_HMDI_DDC_CTRL_START (1 << 30)
  306. #define SUNXI_HMDI_DDC_CTRL_ENABLE (1 << 31)
  307. #endif
  308. #ifdef CONFIG_MACH_SUN6I
  309. #define SUNXI_HMDI_DDC_ADDR_SLAVE_ADDR (0xa0 << 0)
  310. #else
  311. #define SUNXI_HMDI_DDC_ADDR_SLAVE_ADDR (0x50 << 0)
  312. #endif
  313. #define SUNXI_HMDI_DDC_ADDR_OFFSET(n) (((n) & 0xff) << 8)
  314. #define SUNXI_HMDI_DDC_ADDR_EDDC_ADDR (0x60 << 16)
  315. #define SUNXI_HMDI_DDC_ADDR_EDDC_SEGMENT(n) ((n) << 24)
  316. #ifdef CONFIG_MACH_SUN6I
  317. #define SUNXI_HDMI_DDC_FIFO_CTRL_CLEAR (1 << 15)
  318. #else
  319. #define SUNXI_HDMI_DDC_FIFO_CTRL_CLEAR (1 << 31)
  320. #endif
  321. #define SUNXI_HDMI_DDC_CMND_EXPLICIT_EDDC_READ 6
  322. #define SUNXI_HDMI_DDC_CMND_IMPLICIT_EDDC_READ 7
  323. #ifdef CONFIG_MACH_SUN6I
  324. #define SUNXI_HDMI_DDC_CLOCK 0x61
  325. #else
  326. /* N = 5,M=1 Fscl= Ftmds/2/10/2^N/(M+1) */
  327. #define SUNXI_HDMI_DDC_CLOCK 0x0d
  328. #endif
  329. #define SUNXI_HMDI_DDC_LINE_CTRL_SCL_ENABLE (1 << 8)
  330. #define SUNXI_HMDI_DDC_LINE_CTRL_SDA_ENABLE (1 << 9)
  331. int sunxi_simplefb_setup(void *blob);
  332. #endif /* _SUNXI_DISPLAY_H */