drm/nouveau: reorganise bios header, add dcb connector type enums
[safe/jmp/linux-2.6] / drivers / gpu / drm / nouveau / nouveau_bios.h
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
24 #ifndef __NOUVEAU_BIOS_H__
25 #define __NOUVEAU_BIOS_H__
26
27 #include "nvreg.h"
28 #include "nouveau_i2c.h"
29
30 #define DCB_MAX_NUM_ENTRIES 16
31 #define DCB_MAX_NUM_I2C_ENTRIES 16
32 #define DCB_MAX_NUM_GPIO_ENTRIES 32
33 #define DCB_MAX_NUM_CONNECTOR_ENTRIES 16
34
35 #define DCB_LOC_ON_CHIP 0
36
37 struct dcb_i2c_entry {
38         uint8_t port_type;
39         uint8_t read, write;
40         struct nouveau_i2c_chan *chan;
41 };
42
43 enum dcb_gpio_tag {
44         DCB_GPIO_TVDAC0 = 0xc,
45         DCB_GPIO_TVDAC1 = 0x2d,
46 };
47
48 struct dcb_gpio_entry {
49         enum dcb_gpio_tag tag;
50         int line;
51         bool invert;
52 };
53
54 struct dcb_gpio_table {
55         int entries;
56         struct dcb_gpio_entry entry[DCB_MAX_NUM_GPIO_ENTRIES];
57 };
58
59 enum dcb_connector_type {
60         DCB_CONNECTOR_VGA = 0x00,
61         DCB_CONNECTOR_TV_0 = 0x10,
62         DCB_CONNECTOR_TV_1 = 0x11,
63         DCB_CONNECTOR_TV_3 = 0x13,
64         DCB_CONNECTOR_DVI_I = 0x30,
65         DCB_CONNECTOR_DVI_D = 0x31,
66         DCB_CONNECTOR_LVDS = 0x40,
67         DCB_CONNECTOR_DP = 0x46,
68         DCB_CONNECTOR_eDP = 0x47,
69         DCB_CONNECTOR_HDMI_0 = 0x60,
70         DCB_CONNECTOR_HDMI_1 = 0x61,
71 };
72
73 struct dcb_connector_table_entry {
74         uint32_t entry;
75         enum dcb_connector_type type;
76         uint8_t index;
77         uint8_t gpio_tag;
78 };
79
80 struct dcb_connector_table {
81         int entries;
82         struct dcb_connector_table_entry entry[DCB_MAX_NUM_CONNECTOR_ENTRIES];
83 };
84
85 enum dcb_type {
86         OUTPUT_ANALOG = 0,
87         OUTPUT_TV = 1,
88         OUTPUT_TMDS = 2,
89         OUTPUT_LVDS = 3,
90         OUTPUT_DP = 6,
91         OUTPUT_ANY = -1
92 };
93
94 struct dcb_entry {
95         int index;      /* may not be raw dcb index if merging has happened */
96         enum dcb_type type;
97         uint8_t i2c_index;
98         uint8_t heads;
99         uint8_t connector;
100         uint8_t bus;
101         uint8_t location;
102         uint8_t or;
103         bool duallink_possible;
104         union {
105                 struct sor_conf {
106                         int link;
107                 } sorconf;
108                 struct {
109                         int maxfreq;
110                 } crtconf;
111                 struct {
112                         struct sor_conf sor;
113                         bool use_straps_for_mode;
114                         bool use_power_scripts;
115                 } lvdsconf;
116                 struct {
117                         bool has_component_output;
118                 } tvconf;
119                 struct {
120                         struct sor_conf sor;
121                         int link_nr;
122                         int link_bw;
123                 } dpconf;
124                 struct {
125                         struct sor_conf sor;
126                 } tmdsconf;
127         };
128         bool i2c_upper_default;
129 };
130
131 struct dcb_table {
132         uint8_t version;
133
134         int entries;
135         struct dcb_entry entry[DCB_MAX_NUM_ENTRIES];
136
137         uint8_t *i2c_table;
138         uint8_t i2c_default_indices;
139         struct dcb_i2c_entry i2c[DCB_MAX_NUM_I2C_ENTRIES];
140
141         uint16_t gpio_table_ptr;
142         struct dcb_gpio_table gpio;
143         uint16_t connector_table_ptr;
144         struct dcb_connector_table connector;
145 };
146
147 enum nouveau_or {
148         OUTPUT_A = (1 << 0),
149         OUTPUT_B = (1 << 1),
150         OUTPUT_C = (1 << 2)
151 };
152
153 enum LVDS_script {
154         /* Order *does* matter here */
155         LVDS_INIT = 1,
156         LVDS_RESET,
157         LVDS_BACKLIGHT_ON,
158         LVDS_BACKLIGHT_OFF,
159         LVDS_PANEL_ON,
160         LVDS_PANEL_OFF
161 };
162
163 /* changing these requires matching changes to reg tables in nv_get_clock */
164 #define MAX_PLL_TYPES   4
165 enum pll_types {
166         NVPLL,
167         MPLL,
168         VPLL1,
169         VPLL2
170 };
171
172 struct pll_lims {
173         struct {
174                 int minfreq;
175                 int maxfreq;
176                 int min_inputfreq;
177                 int max_inputfreq;
178
179                 uint8_t min_m;
180                 uint8_t max_m;
181                 uint8_t min_n;
182                 uint8_t max_n;
183         } vco1, vco2;
184
185         uint8_t max_log2p;
186         /*
187          * for most pre nv50 cards setting a log2P of 7 (the common max_log2p
188          * value) is no different to 6 (at least for vplls) so allowing the MNP
189          * calc to use 7 causes the generated clock to be out by a factor of 2.
190          * however, max_log2p cannot be fixed-up during parsing as the
191          * unmodified max_log2p value is still needed for setting mplls, hence
192          * an additional max_usable_log2p member
193          */
194         uint8_t max_usable_log2p;
195         uint8_t log2p_bias;
196
197         uint8_t min_p;
198         uint8_t max_p;
199
200         int refclk;
201 };
202
203 struct nvbios {
204         struct drm_device *dev;
205
206         uint8_t chip_version;
207
208         uint32_t dactestval;
209         uint32_t tvdactestval;
210         uint8_t digital_min_front_porch;
211         bool fp_no_ddc;
212
213         struct mutex lock;
214
215         uint8_t data[NV_PROM_SIZE];
216         unsigned int length;
217         bool execute;
218
219         uint8_t major_version;
220         uint8_t feature_byte;
221         bool is_mobile;
222
223         uint32_t fmaxvco, fminvco;
224
225         bool old_style_init;
226         uint16_t init_script_tbls_ptr;
227         uint16_t extra_init_script_tbl_ptr;
228         uint16_t macro_index_tbl_ptr;
229         uint16_t macro_tbl_ptr;
230         uint16_t condition_tbl_ptr;
231         uint16_t io_condition_tbl_ptr;
232         uint16_t io_flag_condition_tbl_ptr;
233         uint16_t init_function_tbl_ptr;
234
235         uint16_t pll_limit_tbl_ptr;
236         uint16_t ram_restrict_tbl_ptr;
237         uint8_t ram_restrict_group_count;
238
239         uint16_t some_script_ptr; /* BIT I + 14 */
240         uint16_t init96_tbl_ptr; /* BIT I + 16 */
241
242         struct dcb_table dcb;
243
244         struct {
245                 int crtchead;
246                 /* these need remembering across suspend */
247                 uint32_t saved_nv_pfb_cfg0;
248         } state;
249
250         struct {
251                 struct dcb_entry *output;
252                 uint16_t script_table_ptr;
253                 uint16_t dp_table_ptr;
254         } display;
255
256         struct {
257                 uint16_t fptablepointer;        /* also used by tmds */
258                 uint16_t fpxlatetableptr;
259                 int xlatwidth;
260                 uint16_t lvdsmanufacturerpointer;
261                 uint16_t fpxlatemanufacturertableptr;
262                 uint16_t mode_ptr;
263                 uint16_t xlated_entry;
264                 bool power_off_for_reset;
265                 bool reset_after_pclk_change;
266                 bool dual_link;
267                 bool link_c_increment;
268                 bool BITbit1;
269                 bool if_is_24bit;
270                 int duallink_transition_clk;
271                 uint8_t strapless_is_24bit;
272                 uint8_t *edid;
273
274                 /* will need resetting after suspend */
275                 int last_script_invoc;
276                 bool lvds_init_run;
277         } fp;
278
279         struct {
280                 uint16_t output0_script_ptr;
281                 uint16_t output1_script_ptr;
282         } tmds;
283
284         struct {
285                 uint16_t mem_init_tbl_ptr;
286                 uint16_t sdr_seq_tbl_ptr;
287                 uint16_t ddr_seq_tbl_ptr;
288
289                 struct {
290                         uint8_t crt, tv, panel;
291                 } i2c_indices;
292
293                 uint16_t lvds_single_a_script_ptr;
294         } legacy;
295 };
296
297 #endif