intel_dpll_mgr.h 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. /*
  2. * Copyright © 2012-2016 Intel Corporation
  3. *
  4. * Permission is hereby granted, free of charge, to any person obtaining a
  5. * copy of this software and associated documentation files (the "Software"),
  6. * to deal in the Software without restriction, including without limitation
  7. * the rights to use, copy, modify, merge, publish, distribute, sublicense,
  8. * and/or sell copies of the Software, and to permit persons to whom the
  9. * Software is furnished to do so, subject to the following conditions:
  10. *
  11. * The above copyright notice and this permission notice (including the next
  12. * paragraph) shall be included in all copies or substantial portions of the
  13. * Software.
  14. *
  15. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  16. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  17. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  18. * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  19. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  20. * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  21. * IN THE SOFTWARE.
  22. *
  23. */
  24. #ifndef _INTEL_DPLL_MGR_H_
  25. #define _INTEL_DPLL_MGR_H_
  26. /*FIXME: Move this to a more appropriate place. */
  27. #define abs_diff(a, b) ({ \
  28. typeof(a) __a = (a); \
  29. typeof(b) __b = (b); \
  30. (void) (&__a == &__b); \
  31. __a > __b ? (__a - __b) : (__b - __a); })
  32. struct drm_i915_private;
  33. struct intel_crtc;
  34. struct intel_crtc_state;
  35. struct intel_encoder;
  36. struct intel_shared_dpll;
  37. struct intel_dpll_mgr;
  38. /**
  39. * enum intel_dpll_id - possible DPLL ids
  40. *
  41. * Enumeration of possible IDs for a DPLL. Real shared dpll ids must be >= 0.
  42. */
  43. enum intel_dpll_id {
  44. /**
  45. * @DPLL_ID_PRIVATE: non-shared dpll in use
  46. */
  47. DPLL_ID_PRIVATE = -1,
  48. /**
  49. * @DPLL_ID_PCH_PLL_A: DPLL A in ILK, SNB and IVB
  50. */
  51. DPLL_ID_PCH_PLL_A = 0,
  52. /**
  53. * @DPLL_ID_PCH_PLL_B: DPLL B in ILK, SNB and IVB
  54. */
  55. DPLL_ID_PCH_PLL_B = 1,
  56. /**
  57. * @DPLL_ID_WRPLL1: HSW and BDW WRPLL1
  58. */
  59. DPLL_ID_WRPLL1 = 0,
  60. /**
  61. * @DPLL_ID_WRPLL2: HSW and BDW WRPLL2
  62. */
  63. DPLL_ID_WRPLL2 = 1,
  64. /**
  65. * @DPLL_ID_SPLL: HSW and BDW SPLL
  66. */
  67. DPLL_ID_SPLL = 2,
  68. /**
  69. * @DPLL_ID_LCPLL_810: HSW and BDW 0.81 GHz LCPLL
  70. */
  71. DPLL_ID_LCPLL_810 = 3,
  72. /**
  73. * @DPLL_ID_LCPLL_1350: HSW and BDW 1.35 GHz LCPLL
  74. */
  75. DPLL_ID_LCPLL_1350 = 4,
  76. /**
  77. * @DPLL_ID_LCPLL_2700: HSW and BDW 2.7 GHz LCPLL
  78. */
  79. DPLL_ID_LCPLL_2700 = 5,
  80. /**
  81. * @DPLL_ID_SKL_DPLL0: SKL and later DPLL0
  82. */
  83. DPLL_ID_SKL_DPLL0 = 0,
  84. /**
  85. * @DPLL_ID_SKL_DPLL1: SKL and later DPLL1
  86. */
  87. DPLL_ID_SKL_DPLL1 = 1,
  88. /**
  89. * @DPLL_ID_SKL_DPLL2: SKL and later DPLL2
  90. */
  91. DPLL_ID_SKL_DPLL2 = 2,
  92. /**
  93. * @DPLL_ID_SKL_DPLL3: SKL and later DPLL3
  94. */
  95. DPLL_ID_SKL_DPLL3 = 3,
  96. /**
  97. * @DPLL_ID_ICL_DPLL0: ICL combo PHY DPLL0
  98. */
  99. DPLL_ID_ICL_DPLL0 = 0,
  100. /**
  101. * @DPLL_ID_ICL_DPLL1: ICL combo PHY DPLL1
  102. */
  103. DPLL_ID_ICL_DPLL1 = 1,
  104. /**
  105. * @DPLL_ID_ICL_TBTPLL: ICL TBT PLL
  106. */
  107. DPLL_ID_ICL_TBTPLL = 2,
  108. /**
  109. * @DPLL_ID_ICL_MGPLL1: ICL MG PLL 1 port 1 (C)
  110. */
  111. DPLL_ID_ICL_MGPLL1 = 3,
  112. /**
  113. * @DPLL_ID_ICL_MGPLL2: ICL MG PLL 1 port 2 (D)
  114. */
  115. DPLL_ID_ICL_MGPLL2 = 4,
  116. /**
  117. * @DPLL_ID_ICL_MGPLL3: ICL MG PLL 1 port 3 (E)
  118. */
  119. DPLL_ID_ICL_MGPLL3 = 5,
  120. /**
  121. * @DPLL_ID_ICL_MGPLL4: ICL MG PLL 1 port 4 (F)
  122. */
  123. DPLL_ID_ICL_MGPLL4 = 6,
  124. };
  125. #define I915_NUM_PLLS 7
  126. struct intel_dpll_hw_state {
  127. /* i9xx, pch plls */
  128. uint32_t dpll;
  129. uint32_t dpll_md;
  130. uint32_t fp0;
  131. uint32_t fp1;
  132. /* hsw, bdw */
  133. uint32_t wrpll;
  134. uint32_t spll;
  135. /* skl */
  136. /*
  137. * DPLL_CTRL1 has 6 bits for each each this DPLL. We store those in
  138. * lower part of ctrl1 and they get shifted into position when writing
  139. * the register. This allows us to easily compare the state to share
  140. * the DPLL.
  141. */
  142. uint32_t ctrl1;
  143. /* HDMI only, 0 when used for DP */
  144. uint32_t cfgcr1, cfgcr2;
  145. /* cnl */
  146. uint32_t cfgcr0;
  147. /* CNL also uses cfgcr1 */
  148. /* bxt */
  149. uint32_t ebb0, ebb4, pll0, pll1, pll2, pll3, pll6, pll8, pll9, pll10,
  150. pcsdw12;
  151. /*
  152. * ICL uses the following, already defined:
  153. * uint32_t cfgcr0, cfgcr1;
  154. */
  155. uint32_t mg_refclkin_ctl;
  156. uint32_t mg_clktop2_coreclkctl1;
  157. uint32_t mg_clktop2_hsclkctl;
  158. uint32_t mg_pll_div0;
  159. uint32_t mg_pll_div1;
  160. uint32_t mg_pll_lf;
  161. uint32_t mg_pll_frac_lock;
  162. uint32_t mg_pll_ssc;
  163. uint32_t mg_pll_bias;
  164. uint32_t mg_pll_tdc_coldst_bias;
  165. uint32_t mg_pll_bias_mask;
  166. uint32_t mg_pll_tdc_coldst_bias_mask;
  167. };
  168. /**
  169. * struct intel_shared_dpll_state - hold the DPLL atomic state
  170. *
  171. * This structure holds an atomic state for the DPLL, that can represent
  172. * either its current state (in struct &intel_shared_dpll) or a desired
  173. * future state which would be applied by an atomic mode set (stored in
  174. * a struct &intel_atomic_state).
  175. *
  176. * See also intel_get_shared_dpll() and intel_release_shared_dpll().
  177. */
  178. struct intel_shared_dpll_state {
  179. /**
  180. * @crtc_mask: mask of CRTC using this DPLL, active or not
  181. */
  182. unsigned crtc_mask;
  183. /**
  184. * @hw_state: hardware configuration for the DPLL stored in
  185. * struct &intel_dpll_hw_state.
  186. */
  187. struct intel_dpll_hw_state hw_state;
  188. };
  189. /**
  190. * struct intel_shared_dpll_funcs - platform specific hooks for managing DPLLs
  191. */
  192. struct intel_shared_dpll_funcs {
  193. /**
  194. * @prepare:
  195. *
  196. * Optional hook to perform operations prior to enabling the PLL.
  197. * Called from intel_prepare_shared_dpll() function unless the PLL
  198. * is already enabled.
  199. */
  200. void (*prepare)(struct drm_i915_private *dev_priv,
  201. struct intel_shared_dpll *pll);
  202. /**
  203. * @enable:
  204. *
  205. * Hook for enabling the pll, called from intel_enable_shared_dpll()
  206. * if the pll is not already enabled.
  207. */
  208. void (*enable)(struct drm_i915_private *dev_priv,
  209. struct intel_shared_dpll *pll);
  210. /**
  211. * @disable:
  212. *
  213. * Hook for disabling the pll, called from intel_disable_shared_dpll()
  214. * only when it is safe to disable the pll, i.e., there are no more
  215. * tracked users for it.
  216. */
  217. void (*disable)(struct drm_i915_private *dev_priv,
  218. struct intel_shared_dpll *pll);
  219. /**
  220. * @get_hw_state:
  221. *
  222. * Hook for reading the values currently programmed to the DPLL
  223. * registers. This is used for initial hw state readout and state
  224. * verification after a mode set.
  225. */
  226. bool (*get_hw_state)(struct drm_i915_private *dev_priv,
  227. struct intel_shared_dpll *pll,
  228. struct intel_dpll_hw_state *hw_state);
  229. };
  230. /**
  231. * struct dpll_info - display PLL platform specific info
  232. */
  233. struct dpll_info {
  234. /**
  235. * @name: DPLL name; used for logging
  236. */
  237. const char *name;
  238. /**
  239. * @funcs: platform specific hooks
  240. */
  241. const struct intel_shared_dpll_funcs *funcs;
  242. /**
  243. * @id: unique indentifier for this DPLL; should match the index in the
  244. * dev_priv->shared_dplls array
  245. */
  246. enum intel_dpll_id id;
  247. #define INTEL_DPLL_ALWAYS_ON (1 << 0)
  248. /**
  249. * @flags:
  250. *
  251. * INTEL_DPLL_ALWAYS_ON
  252. * Inform the state checker that the DPLL is kept enabled even if
  253. * not in use by any CRTC.
  254. */
  255. uint32_t flags;
  256. };
  257. /**
  258. * struct intel_shared_dpll - display PLL with tracked state and users
  259. */
  260. struct intel_shared_dpll {
  261. /**
  262. * @state:
  263. *
  264. * Store the state for the pll, including the its hw state
  265. * and CRTCs using it.
  266. */
  267. struct intel_shared_dpll_state state;
  268. /**
  269. * @active_mask: mask of active CRTCs (i.e. DPMS on) using this DPLL
  270. */
  271. unsigned active_mask;
  272. /**
  273. * @on: is the PLL actually active? Disabled during modeset
  274. */
  275. bool on;
  276. /**
  277. * @info: platform specific info
  278. */
  279. const struct dpll_info *info;
  280. };
  281. #define SKL_DPLL0 0
  282. #define SKL_DPLL1 1
  283. #define SKL_DPLL2 2
  284. #define SKL_DPLL3 3
  285. /* shared dpll functions */
  286. struct intel_shared_dpll *
  287. intel_get_shared_dpll_by_id(struct drm_i915_private *dev_priv,
  288. enum intel_dpll_id id);
  289. enum intel_dpll_id
  290. intel_get_shared_dpll_id(struct drm_i915_private *dev_priv,
  291. struct intel_shared_dpll *pll);
  292. void assert_shared_dpll(struct drm_i915_private *dev_priv,
  293. struct intel_shared_dpll *pll,
  294. bool state);
  295. #define assert_shared_dpll_enabled(d, p) assert_shared_dpll(d, p, true)
  296. #define assert_shared_dpll_disabled(d, p) assert_shared_dpll(d, p, false)
  297. struct intel_shared_dpll *intel_get_shared_dpll(struct intel_crtc *crtc,
  298. struct intel_crtc_state *state,
  299. struct intel_encoder *encoder);
  300. void intel_release_shared_dpll(struct intel_shared_dpll *dpll,
  301. struct intel_crtc *crtc,
  302. struct drm_atomic_state *state);
  303. void intel_prepare_shared_dpll(struct intel_crtc *crtc);
  304. void intel_enable_shared_dpll(struct intel_crtc *crtc);
  305. void intel_disable_shared_dpll(struct intel_crtc *crtc);
  306. void intel_shared_dpll_swap_state(struct drm_atomic_state *state);
  307. void intel_shared_dpll_init(struct drm_device *dev);
  308. void intel_dpll_dump_hw_state(struct drm_i915_private *dev_priv,
  309. struct intel_dpll_hw_state *hw_state);
  310. int icl_calc_dp_combo_pll_link(struct drm_i915_private *dev_priv,
  311. uint32_t pll_id);
  312. int cnl_hdmi_pll_ref_clock(struct drm_i915_private *dev_priv);
  313. #endif /* _INTEL_DPLL_MGR_H_ */