mtk-mmsys.h 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. #ifndef __SOC_MEDIATEK_MTK_MMSYS_H
  3. #define __SOC_MEDIATEK_MTK_MMSYS_H
  4. #define DISP_REG_CONFIG_DISP_OVL0_MOUT_EN 0x040
  5. #define DISP_REG_CONFIG_DISP_OVL1_MOUT_EN 0x044
  6. #define DISP_REG_CONFIG_DISP_OD_MOUT_EN 0x048
  7. #define DISP_REG_CONFIG_DISP_GAMMA_MOUT_EN 0x04c
  8. #define DISP_REG_CONFIG_DISP_UFOE_MOUT_EN 0x050
  9. #define DISP_REG_CONFIG_DISP_COLOR0_SEL_IN 0x084
  10. #define DISP_REG_CONFIG_DISP_COLOR1_SEL_IN 0x088
  11. #define DISP_REG_CONFIG_DSIE_SEL_IN 0x0a4
  12. #define DISP_REG_CONFIG_DSIO_SEL_IN 0x0a8
  13. #define DISP_REG_CONFIG_DPI_SEL_IN 0x0ac
  14. #define DISP_REG_CONFIG_DISP_RDMA2_SOUT 0x0b8
  15. #define DISP_REG_CONFIG_DISP_RDMA0_SOUT_EN 0x0c4
  16. #define DISP_REG_CONFIG_DISP_RDMA1_SOUT_EN 0x0c8
  17. #define DISP_REG_CONFIG_MMSYS_CG_CON0 0x100
  18. #define DISP_REG_CONFIG_DISP_OVL_MOUT_EN 0x030
  19. #define DISP_REG_CONFIG_OUT_SEL 0x04c
  20. #define DISP_REG_CONFIG_DSI_SEL 0x050
  21. #define DISP_REG_CONFIG_DPI_SEL 0x064
  22. #define OVL0_MOUT_EN_COLOR0 0x1
  23. #define OD_MOUT_EN_RDMA0 0x1
  24. #define OD1_MOUT_EN_RDMA1 BIT(16)
  25. #define UFOE_MOUT_EN_DSI0 0x1
  26. #define COLOR0_SEL_IN_OVL0 0x1
  27. #define OVL1_MOUT_EN_COLOR1 0x1
  28. #define GAMMA_MOUT_EN_RDMA1 0x1
  29. #define RDMA0_SOUT_DPI0 0x2
  30. #define RDMA0_SOUT_DPI1 0x3
  31. #define RDMA0_SOUT_DSI1 0x1
  32. #define RDMA0_SOUT_DSI2 0x4
  33. #define RDMA0_SOUT_DSI3 0x5
  34. #define RDMA0_SOUT_MASK 0x7
  35. #define RDMA1_SOUT_DPI0 0x2
  36. #define RDMA1_SOUT_DPI1 0x3
  37. #define RDMA1_SOUT_DSI1 0x1
  38. #define RDMA1_SOUT_DSI2 0x4
  39. #define RDMA1_SOUT_DSI3 0x5
  40. #define RDMA1_SOUT_MASK 0x7
  41. #define RDMA2_SOUT_DPI0 0x2
  42. #define RDMA2_SOUT_DPI1 0x3
  43. #define RDMA2_SOUT_DSI1 0x1
  44. #define RDMA2_SOUT_DSI2 0x4
  45. #define RDMA2_SOUT_DSI3 0x5
  46. #define RDMA2_SOUT_MASK 0x7
  47. #define DPI0_SEL_IN_RDMA1 0x1
  48. #define DPI0_SEL_IN_RDMA2 0x3
  49. #define DPI0_SEL_IN_MASK 0x3
  50. #define DPI1_SEL_IN_RDMA1 (0x1 << 8)
  51. #define DPI1_SEL_IN_RDMA2 (0x3 << 8)
  52. #define DPI1_SEL_IN_MASK (0x3 << 8)
  53. #define DSI0_SEL_IN_RDMA1 0x1
  54. #define DSI0_SEL_IN_RDMA2 0x4
  55. #define DSI0_SEL_IN_MASK 0x7
  56. #define DSI1_SEL_IN_RDMA1 0x1
  57. #define DSI1_SEL_IN_RDMA2 0x4
  58. #define DSI1_SEL_IN_MASK 0x7
  59. #define DSI2_SEL_IN_RDMA1 (0x1 << 16)
  60. #define DSI2_SEL_IN_RDMA2 (0x4 << 16)
  61. #define DSI2_SEL_IN_MASK (0x7 << 16)
  62. #define DSI3_SEL_IN_RDMA1 (0x1 << 16)
  63. #define DSI3_SEL_IN_RDMA2 (0x4 << 16)
  64. #define DSI3_SEL_IN_MASK (0x7 << 16)
  65. #define COLOR1_SEL_IN_OVL1 0x1
  66. #define OVL_MOUT_EN_RDMA 0x1
  67. #define BLS_TO_DSI_RDMA1_TO_DPI1 0x8
  68. #define BLS_TO_DPI_RDMA1_TO_DSI 0x2
  69. #define BLS_RDMA1_DSI_DPI_MASK 0xf
  70. #define DSI_SEL_IN_BLS 0x0
  71. #define DPI_SEL_IN_BLS 0x0
  72. #define DPI_SEL_IN_MASK 0x1
  73. #define DSI_SEL_IN_RDMA 0x1
  74. #define DSI_SEL_IN_MASK 0x1
  75. #define MMSYS_RST_NR(bank, bit) (((bank) * 32) + (bit))
  76. /*
  77. * This macro adds a compile time check to make sure that the in/out
  78. * selection bit(s) fit in the register mask, similar to bitfield
  79. * macros, but this does not transform the value.
  80. */
  81. #define MMSYS_ROUTE(from, to, reg_addr, reg_mask, selection) \
  82. { DDP_COMPONENT_##from, DDP_COMPONENT_##to, reg_addr, reg_mask, \
  83. (__BUILD_BUG_ON_ZERO_MSG((reg_mask) == 0, "Invalid mask") + \
  84. __BUILD_BUG_ON_ZERO_MSG(~(reg_mask) & (selection), \
  85. #selection " does not fit in " \
  86. #reg_mask) + \
  87. (selection)) \
  88. }
  89. struct mtk_mmsys_routes {
  90. u32 from_comp;
  91. u32 to_comp;
  92. u32 addr;
  93. u32 mask;
  94. u32 val;
  95. };
  96. /**
  97. * struct mtk_mmsys_driver_data - Settings of the mmsys
  98. * @clk_driver: Clock driver name that the mmsys is using
  99. * (defined in drivers/clk/mediatek/clk-*.c).
  100. * @routes: Routing table of the mmsys.
  101. * It provides mux settings from one module to another.
  102. * @num_routes: Array size of the routes.
  103. * @sw0_rst_offset: Register offset for the reset control.
  104. * @num_resets: Number of reset bits that are defined
  105. * @is_vppsys: Whether the mmsys is VPPSYS (Video Processing Pipe)
  106. * or VDOSYS (Video). Only VDOSYS needs to be added to drm driver.
  107. * @vsync_len: VSYNC length of the MIXER.
  108. * VSYNC is usually triggered by the connector, so its length is a
  109. * fixed value when the frame rate is decided, but ETHDR and
  110. * MIXER generate their own VSYNC due to hardware design, therefore
  111. * MIXER has to sync with ETHDR by adjusting VSYNC length.
  112. * On MT8195, there is no such setting so we use the gap between
  113. * falling edge and rising edge of SOF (Start of Frame) signal to
  114. * do the job, but since MT8188, VSYNC_LEN setting is introduced to
  115. * solve the problem and is given 0x40 (ticks) as the default value.
  116. * Please notice that this value has to be set to 1 (minimum) if
  117. * ETHDR is bypassed, otherwise MIXER could wait too long and causing
  118. * underflow.
  119. *
  120. * Each MMSYS (multi-media system) may have different settings, they may use
  121. * different clock sources, mux settings, reset control ...etc., and these
  122. * differences are all stored here.
  123. */
  124. struct mtk_mmsys_driver_data {
  125. const char *clk_driver;
  126. const struct mtk_mmsys_routes *routes;
  127. const unsigned int num_routes;
  128. const u16 sw0_rst_offset;
  129. const u8 *rst_tb;
  130. const u32 num_resets;
  131. const bool is_vppsys;
  132. const u8 vsync_len;
  133. };
  134. /*
  135. * Routes in mt2701 and mt2712 are different. That means
  136. * in the same register address, it controls different input/output
  137. * selection for each SoC. But, right now, they use the same table as
  138. * default routes meet their requirements. But we don't have the complete
  139. * route information for these three SoC, so just keep them in the same
  140. * table. After we've more information, we could separate mt2701, mt2712
  141. * to an independent table.
  142. */
  143. static const struct mtk_mmsys_routes mmsys_default_routing_table[] = {
  144. {
  145. DDP_COMPONENT_BLS, DDP_COMPONENT_DSI0,
  146. DISP_REG_CONFIG_OUT_SEL, BLS_RDMA1_DSI_DPI_MASK,
  147. BLS_TO_DSI_RDMA1_TO_DPI1
  148. }, {
  149. DDP_COMPONENT_BLS, DDP_COMPONENT_DSI0,
  150. DISP_REG_CONFIG_DSI_SEL, DSI_SEL_IN_MASK,
  151. DSI_SEL_IN_BLS
  152. }, {
  153. DDP_COMPONENT_BLS, DDP_COMPONENT_DPI0,
  154. DISP_REG_CONFIG_OUT_SEL, BLS_RDMA1_DSI_DPI_MASK,
  155. BLS_TO_DPI_RDMA1_TO_DSI
  156. }, {
  157. DDP_COMPONENT_BLS, DDP_COMPONENT_DPI0,
  158. DISP_REG_CONFIG_DSI_SEL, DSI_SEL_IN_MASK,
  159. DSI_SEL_IN_RDMA
  160. }, {
  161. DDP_COMPONENT_BLS, DDP_COMPONENT_DPI0,
  162. DISP_REG_CONFIG_DPI_SEL, DPI_SEL_IN_MASK,
  163. DPI_SEL_IN_BLS
  164. }, {
  165. DDP_COMPONENT_GAMMA, DDP_COMPONENT_RDMA1,
  166. DISP_REG_CONFIG_DISP_GAMMA_MOUT_EN, GAMMA_MOUT_EN_RDMA1,
  167. GAMMA_MOUT_EN_RDMA1
  168. }, {
  169. DDP_COMPONENT_OD0, DDP_COMPONENT_RDMA0,
  170. DISP_REG_CONFIG_DISP_OD_MOUT_EN, OD_MOUT_EN_RDMA0,
  171. OD_MOUT_EN_RDMA0
  172. }, {
  173. DDP_COMPONENT_OD1, DDP_COMPONENT_RDMA1,
  174. DISP_REG_CONFIG_DISP_OD_MOUT_EN, OD1_MOUT_EN_RDMA1,
  175. OD1_MOUT_EN_RDMA1
  176. }, {
  177. DDP_COMPONENT_OVL0, DDP_COMPONENT_COLOR0,
  178. DISP_REG_CONFIG_DISP_OVL0_MOUT_EN, OVL0_MOUT_EN_COLOR0,
  179. OVL0_MOUT_EN_COLOR0
  180. }, {
  181. DDP_COMPONENT_OVL0, DDP_COMPONENT_COLOR0,
  182. DISP_REG_CONFIG_DISP_COLOR0_SEL_IN, COLOR0_SEL_IN_OVL0,
  183. COLOR0_SEL_IN_OVL0
  184. }, {
  185. DDP_COMPONENT_OVL0, DDP_COMPONENT_RDMA0,
  186. DISP_REG_CONFIG_DISP_OVL_MOUT_EN, OVL_MOUT_EN_RDMA,
  187. OVL_MOUT_EN_RDMA
  188. }, {
  189. DDP_COMPONENT_OVL1, DDP_COMPONENT_COLOR1,
  190. DISP_REG_CONFIG_DISP_OVL1_MOUT_EN, OVL1_MOUT_EN_COLOR1,
  191. OVL1_MOUT_EN_COLOR1
  192. }, {
  193. DDP_COMPONENT_OVL1, DDP_COMPONENT_COLOR1,
  194. DISP_REG_CONFIG_DISP_COLOR1_SEL_IN, COLOR1_SEL_IN_OVL1,
  195. COLOR1_SEL_IN_OVL1
  196. }, {
  197. DDP_COMPONENT_RDMA0, DDP_COMPONENT_DPI0,
  198. DISP_REG_CONFIG_DISP_RDMA0_SOUT_EN, RDMA0_SOUT_MASK,
  199. RDMA0_SOUT_DPI0
  200. }, {
  201. DDP_COMPONENT_RDMA0, DDP_COMPONENT_DPI1,
  202. DISP_REG_CONFIG_DISP_RDMA0_SOUT_EN, RDMA0_SOUT_MASK,
  203. RDMA0_SOUT_DPI1
  204. }, {
  205. DDP_COMPONENT_RDMA0, DDP_COMPONENT_DSI1,
  206. DISP_REG_CONFIG_DISP_RDMA0_SOUT_EN, RDMA0_SOUT_MASK,
  207. RDMA0_SOUT_DSI1
  208. }, {
  209. DDP_COMPONENT_RDMA0, DDP_COMPONENT_DSI2,
  210. DISP_REG_CONFIG_DISP_RDMA0_SOUT_EN, RDMA0_SOUT_MASK,
  211. RDMA0_SOUT_DSI2
  212. }, {
  213. DDP_COMPONENT_RDMA0, DDP_COMPONENT_DSI3,
  214. DISP_REG_CONFIG_DISP_RDMA0_SOUT_EN, RDMA0_SOUT_MASK,
  215. RDMA0_SOUT_DSI3
  216. }, {
  217. DDP_COMPONENT_RDMA1, DDP_COMPONENT_DPI0,
  218. DISP_REG_CONFIG_DISP_RDMA1_SOUT_EN, RDMA1_SOUT_MASK,
  219. RDMA1_SOUT_DPI0
  220. }, {
  221. DDP_COMPONENT_RDMA1, DDP_COMPONENT_DPI0,
  222. DISP_REG_CONFIG_DPI_SEL_IN, DPI0_SEL_IN_MASK,
  223. DPI0_SEL_IN_RDMA1
  224. }, {
  225. DDP_COMPONENT_RDMA1, DDP_COMPONENT_DPI1,
  226. DISP_REG_CONFIG_DISP_RDMA1_SOUT_EN, RDMA1_SOUT_MASK,
  227. RDMA1_SOUT_DPI1
  228. }, {
  229. DDP_COMPONENT_RDMA1, DDP_COMPONENT_DPI1,
  230. DISP_REG_CONFIG_DPI_SEL_IN, DPI1_SEL_IN_MASK,
  231. DPI1_SEL_IN_RDMA1
  232. }, {
  233. DDP_COMPONENT_RDMA1, DDP_COMPONENT_DSI0,
  234. DISP_REG_CONFIG_DSIE_SEL_IN, DSI0_SEL_IN_MASK,
  235. DSI0_SEL_IN_RDMA1
  236. }, {
  237. DDP_COMPONENT_RDMA1, DDP_COMPONENT_DSI1,
  238. DISP_REG_CONFIG_DISP_RDMA1_SOUT_EN, RDMA1_SOUT_MASK,
  239. RDMA1_SOUT_DSI1
  240. }, {
  241. DDP_COMPONENT_RDMA1, DDP_COMPONENT_DSI1,
  242. DISP_REG_CONFIG_DSIO_SEL_IN, DSI1_SEL_IN_MASK,
  243. DSI1_SEL_IN_RDMA1
  244. }, {
  245. DDP_COMPONENT_RDMA1, DDP_COMPONENT_DSI2,
  246. DISP_REG_CONFIG_DISP_RDMA1_SOUT_EN, RDMA1_SOUT_MASK,
  247. RDMA1_SOUT_DSI2
  248. }, {
  249. DDP_COMPONENT_RDMA1, DDP_COMPONENT_DSI2,
  250. DISP_REG_CONFIG_DSIE_SEL_IN, DSI2_SEL_IN_MASK,
  251. DSI2_SEL_IN_RDMA1
  252. }, {
  253. DDP_COMPONENT_RDMA1, DDP_COMPONENT_DSI3,
  254. DISP_REG_CONFIG_DISP_RDMA1_SOUT_EN, RDMA1_SOUT_MASK,
  255. RDMA1_SOUT_DSI3
  256. }, {
  257. DDP_COMPONENT_RDMA1, DDP_COMPONENT_DSI3,
  258. DISP_REG_CONFIG_DSIO_SEL_IN, DSI3_SEL_IN_MASK,
  259. DSI3_SEL_IN_RDMA1
  260. }, {
  261. DDP_COMPONENT_RDMA2, DDP_COMPONENT_DPI0,
  262. DISP_REG_CONFIG_DISP_RDMA2_SOUT, RDMA2_SOUT_MASK,
  263. RDMA2_SOUT_DPI0
  264. }, {
  265. DDP_COMPONENT_RDMA2, DDP_COMPONENT_DPI0,
  266. DISP_REG_CONFIG_DPI_SEL_IN, DPI0_SEL_IN_MASK,
  267. DPI0_SEL_IN_RDMA2
  268. }, {
  269. DDP_COMPONENT_RDMA2, DDP_COMPONENT_DPI1,
  270. DISP_REG_CONFIG_DISP_RDMA2_SOUT, RDMA2_SOUT_MASK,
  271. RDMA2_SOUT_DPI1
  272. }, {
  273. DDP_COMPONENT_RDMA2, DDP_COMPONENT_DPI1,
  274. DISP_REG_CONFIG_DPI_SEL_IN, DPI1_SEL_IN_MASK,
  275. DPI1_SEL_IN_RDMA2
  276. }, {
  277. DDP_COMPONENT_RDMA2, DDP_COMPONENT_DSI0,
  278. DISP_REG_CONFIG_DSIE_SEL_IN, DSI0_SEL_IN_MASK,
  279. DSI0_SEL_IN_RDMA2
  280. }, {
  281. DDP_COMPONENT_RDMA2, DDP_COMPONENT_DSI1,
  282. DISP_REG_CONFIG_DISP_RDMA2_SOUT, RDMA2_SOUT_MASK,
  283. RDMA2_SOUT_DSI1
  284. }, {
  285. DDP_COMPONENT_RDMA2, DDP_COMPONENT_DSI1,
  286. DISP_REG_CONFIG_DSIO_SEL_IN, DSI1_SEL_IN_MASK,
  287. DSI1_SEL_IN_RDMA2
  288. }, {
  289. DDP_COMPONENT_RDMA2, DDP_COMPONENT_DSI2,
  290. DISP_REG_CONFIG_DISP_RDMA2_SOUT, RDMA2_SOUT_MASK,
  291. RDMA2_SOUT_DSI2
  292. }, {
  293. DDP_COMPONENT_RDMA2, DDP_COMPONENT_DSI2,
  294. DISP_REG_CONFIG_DSIE_SEL_IN, DSI2_SEL_IN_MASK,
  295. DSI2_SEL_IN_RDMA2
  296. }, {
  297. DDP_COMPONENT_RDMA2, DDP_COMPONENT_DSI3,
  298. DISP_REG_CONFIG_DISP_RDMA2_SOUT, RDMA2_SOUT_MASK,
  299. RDMA2_SOUT_DSI3
  300. }, {
  301. DDP_COMPONENT_RDMA2, DDP_COMPONENT_DSI3,
  302. DISP_REG_CONFIG_DSIO_SEL_IN, DSI3_SEL_IN_MASK,
  303. DSI3_SEL_IN_RDMA2
  304. }, {
  305. DDP_COMPONENT_UFOE, DDP_COMPONENT_DSI0,
  306. DISP_REG_CONFIG_DISP_UFOE_MOUT_EN, UFOE_MOUT_EN_DSI0,
  307. UFOE_MOUT_EN_DSI0
  308. }
  309. };
  310. #endif /* __SOC_MEDIATEK_MTK_MMSYS_H */