nouveau_bios.h 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. /*
  2. * Copyright 2007-2008 Nouveau Project
  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
  21. * DEALINGS IN THE SOFTWARE.
  22. */
  23. #ifndef __NOUVEAU_BIOS_H__
  24. #define __NOUVEAU_BIOS_H__
  25. #include "nvreg.h"
  26. #include "nouveau_i2c.h"
  27. #define DCB_MAX_NUM_ENTRIES 16
  28. #define DCB_MAX_NUM_I2C_ENTRIES 16
  29. #define DCB_MAX_NUM_GPIO_ENTRIES 32
  30. #define DCB_MAX_NUM_CONNECTOR_ENTRIES 16
  31. #define DCB_LOC_ON_CHIP 0
  32. #define ROM16(x) le16_to_cpu(*(u16 *)&(x))
  33. #define ROM32(x) le32_to_cpu(*(u32 *)&(x))
  34. #define ROM48(x) ({ u8 *p = &(x); (u64)ROM16(p[4]) << 32 | ROM32(p[0]); })
  35. #define ROM64(x) le64_to_cpu(*(u64 *)&(x))
  36. #define ROMPTR(d,x) ({ \
  37. struct drm_nouveau_private *dev_priv = (d)->dev_private; \
  38. ROM16(x) ? &dev_priv->vbios.data[ROM16(x)] : NULL; \
  39. })
  40. struct bit_entry {
  41. uint8_t id;
  42. uint8_t version;
  43. uint16_t length;
  44. uint16_t offset;
  45. uint8_t *data;
  46. };
  47. int bit_table(struct drm_device *, u8 id, struct bit_entry *);
  48. enum dcb_gpio_tag {
  49. DCB_GPIO_PANEL_POWER = 0x01,
  50. DCB_GPIO_TVDAC0 = 0x0c,
  51. DCB_GPIO_TVDAC1 = 0x2d,
  52. DCB_GPIO_PWM_FAN = 0x09,
  53. DCB_GPIO_FAN_SENSE = 0x3d,
  54. DCB_GPIO_UNUSED = 0xff
  55. };
  56. enum dcb_connector_type {
  57. DCB_CONNECTOR_VGA = 0x00,
  58. DCB_CONNECTOR_TV_0 = 0x10,
  59. DCB_CONNECTOR_TV_1 = 0x11,
  60. DCB_CONNECTOR_TV_3 = 0x13,
  61. DCB_CONNECTOR_DVI_I = 0x30,
  62. DCB_CONNECTOR_DVI_D = 0x31,
  63. DCB_CONNECTOR_DMS59_0 = 0x38,
  64. DCB_CONNECTOR_DMS59_1 = 0x39,
  65. DCB_CONNECTOR_LVDS = 0x40,
  66. DCB_CONNECTOR_LVDS_SPWG = 0x41,
  67. DCB_CONNECTOR_DP = 0x46,
  68. DCB_CONNECTOR_eDP = 0x47,
  69. DCB_CONNECTOR_HDMI_0 = 0x60,
  70. DCB_CONNECTOR_HDMI_1 = 0x61,
  71. DCB_CONNECTOR_DMS59_DP0 = 0x64,
  72. DCB_CONNECTOR_DMS59_DP1 = 0x65,
  73. DCB_CONNECTOR_NONE = 0xff
  74. };
  75. enum dcb_type {
  76. OUTPUT_ANALOG = 0,
  77. OUTPUT_TV = 1,
  78. OUTPUT_TMDS = 2,
  79. OUTPUT_LVDS = 3,
  80. OUTPUT_DP = 6,
  81. OUTPUT_EOL = 14, /* DCB 4.0+, appears to be end-of-list */
  82. OUTPUT_UNUSED = 15,
  83. OUTPUT_ANY = -1
  84. };
  85. struct dcb_entry {
  86. int index; /* may not be raw dcb index if merging has happened */
  87. enum dcb_type type;
  88. uint8_t i2c_index;
  89. uint8_t heads;
  90. uint8_t connector;
  91. uint8_t bus;
  92. uint8_t location;
  93. uint8_t or;
  94. bool duallink_possible;
  95. union {
  96. struct sor_conf {
  97. int link;
  98. } sorconf;
  99. struct {
  100. int maxfreq;
  101. } crtconf;
  102. struct {
  103. struct sor_conf sor;
  104. bool use_straps_for_mode;
  105. bool use_acpi_for_edid;
  106. bool use_power_scripts;
  107. } lvdsconf;
  108. struct {
  109. bool has_component_output;
  110. } tvconf;
  111. struct {
  112. struct sor_conf sor;
  113. int link_nr;
  114. int link_bw;
  115. } dpconf;
  116. struct {
  117. struct sor_conf sor;
  118. int slave_addr;
  119. } tmdsconf;
  120. };
  121. bool i2c_upper_default;
  122. };
  123. struct dcb_table {
  124. uint8_t version;
  125. int entries;
  126. struct dcb_entry entry[DCB_MAX_NUM_ENTRIES];
  127. };
  128. enum nouveau_or {
  129. OUTPUT_A = (1 << 0),
  130. OUTPUT_B = (1 << 1),
  131. OUTPUT_C = (1 << 2)
  132. };
  133. enum LVDS_script {
  134. /* Order *does* matter here */
  135. LVDS_INIT = 1,
  136. LVDS_RESET,
  137. LVDS_BACKLIGHT_ON,
  138. LVDS_BACKLIGHT_OFF,
  139. LVDS_PANEL_ON,
  140. LVDS_PANEL_OFF
  141. };
  142. /* these match types in pll limits table version 0x40,
  143. * nouveau uses them on all chipsets internally where a
  144. * specific pll needs to be referenced, but the exact
  145. * register isn't known.
  146. */
  147. enum pll_types {
  148. PLL_CORE = 0x01,
  149. PLL_SHADER = 0x02,
  150. PLL_UNK03 = 0x03,
  151. PLL_MEMORY = 0x04,
  152. PLL_VDEC = 0x05,
  153. PLL_UNK40 = 0x40,
  154. PLL_UNK41 = 0x41,
  155. PLL_UNK42 = 0x42,
  156. PLL_VPLL0 = 0x80,
  157. PLL_VPLL1 = 0x81,
  158. PLL_MAX = 0xff
  159. };
  160. struct pll_lims {
  161. u32 reg;
  162. struct {
  163. int minfreq;
  164. int maxfreq;
  165. int min_inputfreq;
  166. int max_inputfreq;
  167. uint8_t min_m;
  168. uint8_t max_m;
  169. uint8_t min_n;
  170. uint8_t max_n;
  171. } vco1, vco2;
  172. uint8_t max_log2p;
  173. /*
  174. * for most pre nv50 cards setting a log2P of 7 (the common max_log2p
  175. * value) is no different to 6 (at least for vplls) so allowing the MNP
  176. * calc to use 7 causes the generated clock to be out by a factor of 2.
  177. * however, max_log2p cannot be fixed-up during parsing as the
  178. * unmodified max_log2p value is still needed for setting mplls, hence
  179. * an additional max_usable_log2p member
  180. */
  181. uint8_t max_usable_log2p;
  182. uint8_t log2p_bias;
  183. uint8_t min_p;
  184. uint8_t max_p;
  185. int refclk;
  186. };
  187. struct nvbios {
  188. struct drm_device *dev;
  189. enum {
  190. NVBIOS_BMP,
  191. NVBIOS_BIT
  192. } type;
  193. uint16_t offset;
  194. uint32_t length;
  195. uint8_t *data;
  196. uint8_t chip_version;
  197. uint32_t dactestval;
  198. uint32_t tvdactestval;
  199. uint8_t digital_min_front_porch;
  200. bool fp_no_ddc;
  201. spinlock_t lock;
  202. bool execute;
  203. uint8_t major_version;
  204. uint8_t feature_byte;
  205. bool is_mobile;
  206. uint32_t fmaxvco, fminvco;
  207. bool old_style_init;
  208. uint16_t init_script_tbls_ptr;
  209. uint16_t extra_init_script_tbl_ptr;
  210. uint16_t macro_index_tbl_ptr;
  211. uint16_t macro_tbl_ptr;
  212. uint16_t condition_tbl_ptr;
  213. uint16_t io_condition_tbl_ptr;
  214. uint16_t io_flag_condition_tbl_ptr;
  215. uint16_t init_function_tbl_ptr;
  216. uint16_t pll_limit_tbl_ptr;
  217. uint16_t ram_restrict_tbl_ptr;
  218. uint8_t ram_restrict_group_count;
  219. uint16_t some_script_ptr; /* BIT I + 14 */
  220. uint16_t init96_tbl_ptr; /* BIT I + 16 */
  221. struct dcb_table dcb;
  222. struct {
  223. int crtchead;
  224. } state;
  225. struct {
  226. struct dcb_entry *output;
  227. int crtc;
  228. uint16_t script_table_ptr;
  229. } display;
  230. struct {
  231. uint16_t fptablepointer; /* also used by tmds */
  232. uint16_t fpxlatetableptr;
  233. int xlatwidth;
  234. uint16_t lvdsmanufacturerpointer;
  235. uint16_t fpxlatemanufacturertableptr;
  236. uint16_t mode_ptr;
  237. uint16_t xlated_entry;
  238. bool power_off_for_reset;
  239. bool reset_after_pclk_change;
  240. bool dual_link;
  241. bool link_c_increment;
  242. bool if_is_24bit;
  243. int duallink_transition_clk;
  244. uint8_t strapless_is_24bit;
  245. uint8_t *edid;
  246. /* will need resetting after suspend */
  247. int last_script_invoc;
  248. bool lvds_init_run;
  249. } fp;
  250. struct {
  251. uint16_t output0_script_ptr;
  252. uint16_t output1_script_ptr;
  253. } tmds;
  254. struct {
  255. uint16_t mem_init_tbl_ptr;
  256. uint16_t sdr_seq_tbl_ptr;
  257. uint16_t ddr_seq_tbl_ptr;
  258. struct {
  259. uint8_t crt, tv, panel;
  260. } i2c_indices;
  261. uint16_t lvds_single_a_script_ptr;
  262. } legacy;
  263. };
  264. void *dcb_table(struct drm_device *);
  265. void *dcb_outp(struct drm_device *, u8 idx);
  266. int dcb_outp_foreach(struct drm_device *, void *data,
  267. int (*)(struct drm_device *, void *, int idx, u8 *outp));
  268. u8 *dcb_conntab(struct drm_device *);
  269. u8 *dcb_conn(struct drm_device *, u8 idx);
  270. #endif