blob: 3e403bdda58fc8eb69b3583d647770f2b9b41210 [file] [log] [blame]
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001/*
2 * Copyright 2004 ATI Technologies Inc., Markham, Ontario
3 * Copyright 2007-8 Advanced Micro Devices, Inc.
4 * Copyright 2008 Red Hat Inc.
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"),
8 * to deal in the Software without restriction, including without limitation
9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
10 * and/or sell copies of the Software, and to permit persons to whom the
11 * Software is furnished to do so, subject to the following conditions:
12 *
13 * The above copyright notice and this permission notice shall be included in
14 * all copies or substantial portions of the Software.
15 *
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
20 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22 * OTHER DEALINGS IN THE SOFTWARE.
23 *
24 * Authors: Dave Airlie
25 * Alex Deucher
26 */
David Howells760285e2012-10-02 18:01:07 +010027#include <drm/drmP.h>
28#include <drm/radeon_drm.h>
Jerome Glisse771fe6b2009-06-05 14:42:42 +020029#include "radeon.h"
30#include "atom.h"
31
32#ifdef CONFIG_PPC_PMAC
33/* not sure which of these are needed */
34#include <asm/machdep.h>
35#include <asm/pmac_feature.h>
36#include <asm/prom.h>
37#include <asm/pci-bridge.h>
38#endif /* CONFIG_PPC_PMAC */
39
40/* from radeon_encoder.c */
41extern uint32_t
Alex Deucher5137ee92010-08-12 18:58:47 -040042radeon_get_encoder_enum(struct drm_device *dev, uint32_t supported_device,
43 uint8_t dac);
Jerome Glisse771fe6b2009-06-05 14:42:42 +020044extern void radeon_link_encoder_connector(struct drm_device *dev);
45
46/* from radeon_connector.c */
47extern void
48radeon_add_legacy_connector(struct drm_device *dev,
49 uint32_t connector_id,
50 uint32_t supported_device,
51 int connector_type,
Alex Deucherb75fad02009-11-05 13:16:01 -050052 struct radeon_i2c_bus_rec *i2c_bus,
Alex Deuchereed45b32009-12-04 14:45:27 -050053 uint16_t connector_object_id,
54 struct radeon_hpd *hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +020055
56/* from radeon_legacy_encoder.c */
57extern void
Alex Deucher5137ee92010-08-12 18:58:47 -040058radeon_add_legacy_encoder(struct drm_device *dev, uint32_t encoder_enum,
Jerome Glisse771fe6b2009-06-05 14:42:42 +020059 uint32_t supported_device);
60
61/* old legacy ATI BIOS routines */
62
63/* COMBIOS table offsets */
64enum radeon_combios_table_offset {
65 /* absolute offset tables */
66 COMBIOS_ASIC_INIT_1_TABLE,
67 COMBIOS_BIOS_SUPPORT_TABLE,
68 COMBIOS_DAC_PROGRAMMING_TABLE,
69 COMBIOS_MAX_COLOR_DEPTH_TABLE,
70 COMBIOS_CRTC_INFO_TABLE,
71 COMBIOS_PLL_INFO_TABLE,
72 COMBIOS_TV_INFO_TABLE,
73 COMBIOS_DFP_INFO_TABLE,
74 COMBIOS_HW_CONFIG_INFO_TABLE,
75 COMBIOS_MULTIMEDIA_INFO_TABLE,
76 COMBIOS_TV_STD_PATCH_TABLE,
77 COMBIOS_LCD_INFO_TABLE,
78 COMBIOS_MOBILE_INFO_TABLE,
79 COMBIOS_PLL_INIT_TABLE,
80 COMBIOS_MEM_CONFIG_TABLE,
81 COMBIOS_SAVE_MASK_TABLE,
82 COMBIOS_HARDCODED_EDID_TABLE,
83 COMBIOS_ASIC_INIT_2_TABLE,
84 COMBIOS_CONNECTOR_INFO_TABLE,
85 COMBIOS_DYN_CLK_1_TABLE,
86 COMBIOS_RESERVED_MEM_TABLE,
87 COMBIOS_EXT_TMDS_INFO_TABLE,
88 COMBIOS_MEM_CLK_INFO_TABLE,
89 COMBIOS_EXT_DAC_INFO_TABLE,
90 COMBIOS_MISC_INFO_TABLE,
91 COMBIOS_CRT_INFO_TABLE,
92 COMBIOS_INTEGRATED_SYSTEM_INFO_TABLE,
93 COMBIOS_COMPONENT_VIDEO_INFO_TABLE,
94 COMBIOS_FAN_SPEED_INFO_TABLE,
95 COMBIOS_OVERDRIVE_INFO_TABLE,
96 COMBIOS_OEM_INFO_TABLE,
97 COMBIOS_DYN_CLK_2_TABLE,
98 COMBIOS_POWER_CONNECTOR_INFO_TABLE,
99 COMBIOS_I2C_INFO_TABLE,
100 /* relative offset tables */
101 COMBIOS_ASIC_INIT_3_TABLE, /* offset from misc info */
102 COMBIOS_ASIC_INIT_4_TABLE, /* offset from misc info */
103 COMBIOS_DETECTED_MEM_TABLE, /* offset from misc info */
104 COMBIOS_ASIC_INIT_5_TABLE, /* offset from misc info */
105 COMBIOS_RAM_RESET_TABLE, /* offset from mem config */
106 COMBIOS_POWERPLAY_INFO_TABLE, /* offset from mobile info */
107 COMBIOS_GPIO_INFO_TABLE, /* offset from mobile info */
108 COMBIOS_LCD_DDC_INFO_TABLE, /* offset from mobile info */
109 COMBIOS_TMDS_POWER_TABLE, /* offset from mobile info */
110 COMBIOS_TMDS_POWER_ON_TABLE, /* offset from tmds power */
111 COMBIOS_TMDS_POWER_OFF_TABLE, /* offset from tmds power */
112};
113
114enum radeon_combios_ddc {
115 DDC_NONE_DETECTED,
116 DDC_MONID,
117 DDC_DVI,
118 DDC_VGA,
119 DDC_CRT2,
120 DDC_LCD,
121 DDC_GPIO,
122};
123
124enum radeon_combios_connector {
125 CONNECTOR_NONE_LEGACY,
126 CONNECTOR_PROPRIETARY_LEGACY,
127 CONNECTOR_CRT_LEGACY,
128 CONNECTOR_DVI_I_LEGACY,
129 CONNECTOR_DVI_D_LEGACY,
130 CONNECTOR_CTV_LEGACY,
131 CONNECTOR_STV_LEGACY,
132 CONNECTOR_UNSUPPORTED_LEGACY
133};
134
135const int legacy_connector_convert[] = {
136 DRM_MODE_CONNECTOR_Unknown,
137 DRM_MODE_CONNECTOR_DVID,
138 DRM_MODE_CONNECTOR_VGA,
139 DRM_MODE_CONNECTOR_DVII,
140 DRM_MODE_CONNECTOR_DVID,
141 DRM_MODE_CONNECTOR_Composite,
142 DRM_MODE_CONNECTOR_SVIDEO,
143 DRM_MODE_CONNECTOR_Unknown,
144};
145
146static uint16_t combios_get_table_offset(struct drm_device *dev,
147 enum radeon_combios_table_offset table)
148{
149 struct radeon_device *rdev = dev->dev_private;
150 int rev;
151 uint16_t offset = 0, check_offset;
152
Michel Dänzer03047cd2010-02-10 11:05:11 +0100153 if (!rdev->bios)
154 return 0;
155
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200156 switch (table) {
157 /* absolute offset tables */
158 case COMBIOS_ASIC_INIT_1_TABLE:
159 check_offset = RBIOS16(rdev->bios_header_start + 0xc);
160 if (check_offset)
161 offset = check_offset;
162 break;
163 case COMBIOS_BIOS_SUPPORT_TABLE:
164 check_offset = RBIOS16(rdev->bios_header_start + 0x14);
165 if (check_offset)
166 offset = check_offset;
167 break;
168 case COMBIOS_DAC_PROGRAMMING_TABLE:
169 check_offset = RBIOS16(rdev->bios_header_start + 0x2a);
170 if (check_offset)
171 offset = check_offset;
172 break;
173 case COMBIOS_MAX_COLOR_DEPTH_TABLE:
174 check_offset = RBIOS16(rdev->bios_header_start + 0x2c);
175 if (check_offset)
176 offset = check_offset;
177 break;
178 case COMBIOS_CRTC_INFO_TABLE:
179 check_offset = RBIOS16(rdev->bios_header_start + 0x2e);
180 if (check_offset)
181 offset = check_offset;
182 break;
183 case COMBIOS_PLL_INFO_TABLE:
184 check_offset = RBIOS16(rdev->bios_header_start + 0x30);
185 if (check_offset)
186 offset = check_offset;
187 break;
188 case COMBIOS_TV_INFO_TABLE:
189 check_offset = RBIOS16(rdev->bios_header_start + 0x32);
190 if (check_offset)
191 offset = check_offset;
192 break;
193 case COMBIOS_DFP_INFO_TABLE:
194 check_offset = RBIOS16(rdev->bios_header_start + 0x34);
195 if (check_offset)
196 offset = check_offset;
197 break;
198 case COMBIOS_HW_CONFIG_INFO_TABLE:
199 check_offset = RBIOS16(rdev->bios_header_start + 0x36);
200 if (check_offset)
201 offset = check_offset;
202 break;
203 case COMBIOS_MULTIMEDIA_INFO_TABLE:
204 check_offset = RBIOS16(rdev->bios_header_start + 0x38);
205 if (check_offset)
206 offset = check_offset;
207 break;
208 case COMBIOS_TV_STD_PATCH_TABLE:
209 check_offset = RBIOS16(rdev->bios_header_start + 0x3e);
210 if (check_offset)
211 offset = check_offset;
212 break;
213 case COMBIOS_LCD_INFO_TABLE:
214 check_offset = RBIOS16(rdev->bios_header_start + 0x40);
215 if (check_offset)
216 offset = check_offset;
217 break;
218 case COMBIOS_MOBILE_INFO_TABLE:
219 check_offset = RBIOS16(rdev->bios_header_start + 0x42);
220 if (check_offset)
221 offset = check_offset;
222 break;
223 case COMBIOS_PLL_INIT_TABLE:
224 check_offset = RBIOS16(rdev->bios_header_start + 0x46);
225 if (check_offset)
226 offset = check_offset;
227 break;
228 case COMBIOS_MEM_CONFIG_TABLE:
229 check_offset = RBIOS16(rdev->bios_header_start + 0x48);
230 if (check_offset)
231 offset = check_offset;
232 break;
233 case COMBIOS_SAVE_MASK_TABLE:
234 check_offset = RBIOS16(rdev->bios_header_start + 0x4a);
235 if (check_offset)
236 offset = check_offset;
237 break;
238 case COMBIOS_HARDCODED_EDID_TABLE:
239 check_offset = RBIOS16(rdev->bios_header_start + 0x4c);
240 if (check_offset)
241 offset = check_offset;
242 break;
243 case COMBIOS_ASIC_INIT_2_TABLE:
244 check_offset = RBIOS16(rdev->bios_header_start + 0x4e);
245 if (check_offset)
246 offset = check_offset;
247 break;
248 case COMBIOS_CONNECTOR_INFO_TABLE:
249 check_offset = RBIOS16(rdev->bios_header_start + 0x50);
250 if (check_offset)
251 offset = check_offset;
252 break;
253 case COMBIOS_DYN_CLK_1_TABLE:
254 check_offset = RBIOS16(rdev->bios_header_start + 0x52);
255 if (check_offset)
256 offset = check_offset;
257 break;
258 case COMBIOS_RESERVED_MEM_TABLE:
259 check_offset = RBIOS16(rdev->bios_header_start + 0x54);
260 if (check_offset)
261 offset = check_offset;
262 break;
263 case COMBIOS_EXT_TMDS_INFO_TABLE:
264 check_offset = RBIOS16(rdev->bios_header_start + 0x58);
265 if (check_offset)
266 offset = check_offset;
267 break;
268 case COMBIOS_MEM_CLK_INFO_TABLE:
269 check_offset = RBIOS16(rdev->bios_header_start + 0x5a);
270 if (check_offset)
271 offset = check_offset;
272 break;
273 case COMBIOS_EXT_DAC_INFO_TABLE:
274 check_offset = RBIOS16(rdev->bios_header_start + 0x5c);
275 if (check_offset)
276 offset = check_offset;
277 break;
278 case COMBIOS_MISC_INFO_TABLE:
279 check_offset = RBIOS16(rdev->bios_header_start + 0x5e);
280 if (check_offset)
281 offset = check_offset;
282 break;
283 case COMBIOS_CRT_INFO_TABLE:
284 check_offset = RBIOS16(rdev->bios_header_start + 0x60);
285 if (check_offset)
286 offset = check_offset;
287 break;
288 case COMBIOS_INTEGRATED_SYSTEM_INFO_TABLE:
289 check_offset = RBIOS16(rdev->bios_header_start + 0x62);
290 if (check_offset)
291 offset = check_offset;
292 break;
293 case COMBIOS_COMPONENT_VIDEO_INFO_TABLE:
294 check_offset = RBIOS16(rdev->bios_header_start + 0x64);
295 if (check_offset)
296 offset = check_offset;
297 break;
298 case COMBIOS_FAN_SPEED_INFO_TABLE:
299 check_offset = RBIOS16(rdev->bios_header_start + 0x66);
300 if (check_offset)
301 offset = check_offset;
302 break;
303 case COMBIOS_OVERDRIVE_INFO_TABLE:
304 check_offset = RBIOS16(rdev->bios_header_start + 0x68);
305 if (check_offset)
306 offset = check_offset;
307 break;
308 case COMBIOS_OEM_INFO_TABLE:
309 check_offset = RBIOS16(rdev->bios_header_start + 0x6a);
310 if (check_offset)
311 offset = check_offset;
312 break;
313 case COMBIOS_DYN_CLK_2_TABLE:
314 check_offset = RBIOS16(rdev->bios_header_start + 0x6c);
315 if (check_offset)
316 offset = check_offset;
317 break;
318 case COMBIOS_POWER_CONNECTOR_INFO_TABLE:
319 check_offset = RBIOS16(rdev->bios_header_start + 0x6e);
320 if (check_offset)
321 offset = check_offset;
322 break;
323 case COMBIOS_I2C_INFO_TABLE:
324 check_offset = RBIOS16(rdev->bios_header_start + 0x70);
325 if (check_offset)
326 offset = check_offset;
327 break;
328 /* relative offset tables */
329 case COMBIOS_ASIC_INIT_3_TABLE: /* offset from misc info */
330 check_offset =
331 combios_get_table_offset(dev, COMBIOS_MISC_INFO_TABLE);
332 if (check_offset) {
333 rev = RBIOS8(check_offset);
334 if (rev > 0) {
335 check_offset = RBIOS16(check_offset + 0x3);
336 if (check_offset)
337 offset = check_offset;
338 }
339 }
340 break;
341 case COMBIOS_ASIC_INIT_4_TABLE: /* offset from misc info */
342 check_offset =
343 combios_get_table_offset(dev, COMBIOS_MISC_INFO_TABLE);
344 if (check_offset) {
345 rev = RBIOS8(check_offset);
346 if (rev > 0) {
347 check_offset = RBIOS16(check_offset + 0x5);
348 if (check_offset)
349 offset = check_offset;
350 }
351 }
352 break;
353 case COMBIOS_DETECTED_MEM_TABLE: /* offset from misc info */
354 check_offset =
355 combios_get_table_offset(dev, COMBIOS_MISC_INFO_TABLE);
356 if (check_offset) {
357 rev = RBIOS8(check_offset);
358 if (rev > 0) {
359 check_offset = RBIOS16(check_offset + 0x7);
360 if (check_offset)
361 offset = check_offset;
362 }
363 }
364 break;
365 case COMBIOS_ASIC_INIT_5_TABLE: /* offset from misc info */
366 check_offset =
367 combios_get_table_offset(dev, COMBIOS_MISC_INFO_TABLE);
368 if (check_offset) {
369 rev = RBIOS8(check_offset);
370 if (rev == 2) {
371 check_offset = RBIOS16(check_offset + 0x9);
372 if (check_offset)
373 offset = check_offset;
374 }
375 }
376 break;
377 case COMBIOS_RAM_RESET_TABLE: /* offset from mem config */
378 check_offset =
379 combios_get_table_offset(dev, COMBIOS_MEM_CONFIG_TABLE);
380 if (check_offset) {
381 while (RBIOS8(check_offset++));
382 check_offset += 2;
383 if (check_offset)
384 offset = check_offset;
385 }
386 break;
387 case COMBIOS_POWERPLAY_INFO_TABLE: /* offset from mobile info */
388 check_offset =
389 combios_get_table_offset(dev, COMBIOS_MOBILE_INFO_TABLE);
390 if (check_offset) {
391 check_offset = RBIOS16(check_offset + 0x11);
392 if (check_offset)
393 offset = check_offset;
394 }
395 break;
396 case COMBIOS_GPIO_INFO_TABLE: /* offset from mobile info */
397 check_offset =
398 combios_get_table_offset(dev, COMBIOS_MOBILE_INFO_TABLE);
399 if (check_offset) {
400 check_offset = RBIOS16(check_offset + 0x13);
401 if (check_offset)
402 offset = check_offset;
403 }
404 break;
405 case COMBIOS_LCD_DDC_INFO_TABLE: /* offset from mobile info */
406 check_offset =
407 combios_get_table_offset(dev, COMBIOS_MOBILE_INFO_TABLE);
408 if (check_offset) {
409 check_offset = RBIOS16(check_offset + 0x15);
410 if (check_offset)
411 offset = check_offset;
412 }
413 break;
414 case COMBIOS_TMDS_POWER_TABLE: /* offset from mobile info */
415 check_offset =
416 combios_get_table_offset(dev, COMBIOS_MOBILE_INFO_TABLE);
417 if (check_offset) {
418 check_offset = RBIOS16(check_offset + 0x17);
419 if (check_offset)
420 offset = check_offset;
421 }
422 break;
423 case COMBIOS_TMDS_POWER_ON_TABLE: /* offset from tmds power */
424 check_offset =
425 combios_get_table_offset(dev, COMBIOS_TMDS_POWER_TABLE);
426 if (check_offset) {
427 check_offset = RBIOS16(check_offset + 0x2);
428 if (check_offset)
429 offset = check_offset;
430 }
431 break;
432 case COMBIOS_TMDS_POWER_OFF_TABLE: /* offset from tmds power */
433 check_offset =
434 combios_get_table_offset(dev, COMBIOS_TMDS_POWER_TABLE);
435 if (check_offset) {
436 check_offset = RBIOS16(check_offset + 0x4);
437 if (check_offset)
438 offset = check_offset;
439 }
440 break;
441 default:
442 break;
443 }
444
445 return offset;
446
447}
448
Alex Deucher3c537882010-02-05 04:21:19 -0500449bool radeon_combios_check_hardcoded_edid(struct radeon_device *rdev)
450{
Alex Deucherfafcf942011-03-23 08:10:10 +0000451 int edid_info, size;
Alex Deucher3c537882010-02-05 04:21:19 -0500452 struct edid *edid;
Adam Jackson7466f4c2010-03-29 21:43:23 +0000453 unsigned char *raw;
Alex Deucher3c537882010-02-05 04:21:19 -0500454 edid_info = combios_get_table_offset(rdev->ddev, COMBIOS_HARDCODED_EDID_TABLE);
455 if (!edid_info)
456 return false;
457
Adam Jackson7466f4c2010-03-29 21:43:23 +0000458 raw = rdev->bios + edid_info;
Alex Deucherfafcf942011-03-23 08:10:10 +0000459 size = EDID_LENGTH * (raw[0x7e] + 1);
460 edid = kmalloc(size, GFP_KERNEL);
Alex Deucher3c537882010-02-05 04:21:19 -0500461 if (edid == NULL)
462 return false;
463
Alex Deucherfafcf942011-03-23 08:10:10 +0000464 memcpy((unsigned char *)edid, raw, size);
Alex Deucher3c537882010-02-05 04:21:19 -0500465
466 if (!drm_edid_is_valid(edid)) {
467 kfree(edid);
468 return false;
469 }
470
471 rdev->mode_info.bios_hardcoded_edid = edid;
Alex Deucherfafcf942011-03-23 08:10:10 +0000472 rdev->mode_info.bios_hardcoded_edid_size = size;
Alex Deucher3c537882010-02-05 04:21:19 -0500473 return true;
474}
475
Alex Deucherc324acd2010-12-08 22:13:06 -0500476/* this is used for atom LCDs as well */
Alex Deucher3c537882010-02-05 04:21:19 -0500477struct edid *
Alex Deucherc324acd2010-12-08 22:13:06 -0500478radeon_bios_get_hardcoded_edid(struct radeon_device *rdev)
Alex Deucher3c537882010-02-05 04:21:19 -0500479{
Alex Deucherfafcf942011-03-23 08:10:10 +0000480 struct edid *edid;
481
482 if (rdev->mode_info.bios_hardcoded_edid) {
483 edid = kmalloc(rdev->mode_info.bios_hardcoded_edid_size, GFP_KERNEL);
484 if (edid) {
485 memcpy((unsigned char *)edid,
486 (unsigned char *)rdev->mode_info.bios_hardcoded_edid,
487 rdev->mode_info.bios_hardcoded_edid_size);
488 return edid;
489 }
490 }
Alex Deucher3c537882010-02-05 04:21:19 -0500491 return NULL;
492}
493
Alex Deucher6a93cb22009-11-23 17:39:28 -0500494static struct radeon_i2c_bus_rec combios_setup_i2c_bus(struct radeon_device *rdev,
Alex Deucher179e8072010-08-05 21:21:17 -0400495 enum radeon_combios_ddc ddc,
496 u32 clk_mask,
497 u32 data_mask)
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200498{
499 struct radeon_i2c_bus_rec i2c;
Alex Deucher179e8072010-08-05 21:21:17 -0400500 int ddc_line = 0;
501
502 /* ddc id = mask reg
503 * DDC_NONE_DETECTED = none
504 * DDC_DVI = RADEON_GPIO_DVI_DDC
505 * DDC_VGA = RADEON_GPIO_VGA_DDC
506 * DDC_LCD = RADEON_GPIOPAD_MASK
507 * DDC_GPIO = RADEON_MDGPIO_MASK
Alex Deucher508c8d62011-05-03 19:47:44 -0400508 * r1xx
Alex Deucher179e8072010-08-05 21:21:17 -0400509 * DDC_MONID = RADEON_GPIO_MONID
510 * DDC_CRT2 = RADEON_GPIO_CRT2_DDC
Alex Deucher508c8d62011-05-03 19:47:44 -0400511 * r200
Alex Deucher179e8072010-08-05 21:21:17 -0400512 * DDC_MONID = RADEON_GPIO_MONID
513 * DDC_CRT2 = RADEON_GPIO_DVI_DDC
Alex Deucher508c8d62011-05-03 19:47:44 -0400514 * r300/r350
515 * DDC_MONID = RADEON_GPIO_DVI_DDC
516 * DDC_CRT2 = RADEON_GPIO_DVI_DDC
517 * rv2xx/rv3xx
518 * DDC_MONID = RADEON_GPIO_MONID
519 * DDC_CRT2 = RADEON_GPIO_MONID
Alex Deucher179e8072010-08-05 21:21:17 -0400520 * rs3xx/rs4xx
521 * DDC_MONID = RADEON_GPIOPAD_MASK
522 * DDC_CRT2 = RADEON_GPIO_MONID
523 */
524 switch (ddc) {
525 case DDC_NONE_DETECTED:
526 default:
527 ddc_line = 0;
528 break;
529 case DDC_DVI:
530 ddc_line = RADEON_GPIO_DVI_DDC;
531 break;
532 case DDC_VGA:
533 ddc_line = RADEON_GPIO_VGA_DDC;
534 break;
535 case DDC_LCD:
536 ddc_line = RADEON_GPIOPAD_MASK;
537 break;
538 case DDC_GPIO:
539 ddc_line = RADEON_MDGPIO_MASK;
540 break;
541 case DDC_MONID:
542 if (rdev->family == CHIP_RS300 ||
543 rdev->family == CHIP_RS400 ||
544 rdev->family == CHIP_RS480)
545 ddc_line = RADEON_GPIOPAD_MASK;
Alex Deucher508c8d62011-05-03 19:47:44 -0400546 else if (rdev->family == CHIP_R300 ||
Alex Deucher776f2b72011-05-04 15:14:44 +0000547 rdev->family == CHIP_R350) {
Alex Deucher508c8d62011-05-03 19:47:44 -0400548 ddc_line = RADEON_GPIO_DVI_DDC;
Alex Deucher776f2b72011-05-04 15:14:44 +0000549 ddc = DDC_DVI;
550 } else
Alex Deucher179e8072010-08-05 21:21:17 -0400551 ddc_line = RADEON_GPIO_MONID;
552 break;
553 case DDC_CRT2:
Alex Deucher508c8d62011-05-03 19:47:44 -0400554 if (rdev->family == CHIP_R200 ||
555 rdev->family == CHIP_R300 ||
Alex Deucher776f2b72011-05-04 15:14:44 +0000556 rdev->family == CHIP_R350) {
Alex Deucher179e8072010-08-05 21:21:17 -0400557 ddc_line = RADEON_GPIO_DVI_DDC;
Alex Deucher776f2b72011-05-04 15:14:44 +0000558 ddc = DDC_DVI;
559 } else if (rdev->family == CHIP_RS300 ||
560 rdev->family == CHIP_RS400 ||
561 rdev->family == CHIP_RS480)
Alex Deucher508c8d62011-05-03 19:47:44 -0400562 ddc_line = RADEON_GPIO_MONID;
Alex Deucher776f2b72011-05-04 15:14:44 +0000563 else if (rdev->family >= CHIP_RV350) {
564 ddc_line = RADEON_GPIO_MONID;
565 ddc = DDC_MONID;
566 } else
Alex Deucher179e8072010-08-05 21:21:17 -0400567 ddc_line = RADEON_GPIO_CRT2_DDC;
568 break;
569 }
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200570
Alex Deucher6a93cb22009-11-23 17:39:28 -0500571 if (ddc_line == RADEON_GPIOPAD_MASK) {
572 i2c.mask_clk_reg = RADEON_GPIOPAD_MASK;
573 i2c.mask_data_reg = RADEON_GPIOPAD_MASK;
574 i2c.a_clk_reg = RADEON_GPIOPAD_A;
575 i2c.a_data_reg = RADEON_GPIOPAD_A;
576 i2c.en_clk_reg = RADEON_GPIOPAD_EN;
577 i2c.en_data_reg = RADEON_GPIOPAD_EN;
578 i2c.y_clk_reg = RADEON_GPIOPAD_Y;
579 i2c.y_data_reg = RADEON_GPIOPAD_Y;
580 } else if (ddc_line == RADEON_MDGPIO_MASK) {
581 i2c.mask_clk_reg = RADEON_MDGPIO_MASK;
582 i2c.mask_data_reg = RADEON_MDGPIO_MASK;
583 i2c.a_clk_reg = RADEON_MDGPIO_A;
584 i2c.a_data_reg = RADEON_MDGPIO_A;
585 i2c.en_clk_reg = RADEON_MDGPIO_EN;
586 i2c.en_data_reg = RADEON_MDGPIO_EN;
587 i2c.y_clk_reg = RADEON_MDGPIO_Y;
588 i2c.y_data_reg = RADEON_MDGPIO_Y;
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200589 } else {
590 i2c.mask_clk_reg = ddc_line;
591 i2c.mask_data_reg = ddc_line;
592 i2c.a_clk_reg = ddc_line;
593 i2c.a_data_reg = ddc_line;
Alex Deucher9b9fe722009-11-10 15:59:44 -0500594 i2c.en_clk_reg = ddc_line;
595 i2c.en_data_reg = ddc_line;
596 i2c.y_clk_reg = ddc_line;
597 i2c.y_data_reg = ddc_line;
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200598 }
599
Alex Deucher179e8072010-08-05 21:21:17 -0400600 if (clk_mask && data_mask) {
Alex Deucherbe663052010-11-18 17:18:08 -0500601 /* system specific masks */
Alex Deucher179e8072010-08-05 21:21:17 -0400602 i2c.mask_clk_mask = clk_mask;
603 i2c.mask_data_mask = data_mask;
604 i2c.a_clk_mask = clk_mask;
605 i2c.a_data_mask = data_mask;
606 i2c.en_clk_mask = clk_mask;
607 i2c.en_data_mask = data_mask;
608 i2c.y_clk_mask = clk_mask;
609 i2c.y_data_mask = data_mask;
Alex Deucherbe663052010-11-18 17:18:08 -0500610 } else if ((ddc_line == RADEON_GPIOPAD_MASK) ||
611 (ddc_line == RADEON_MDGPIO_MASK)) {
612 /* default gpiopad masks */
613 i2c.mask_clk_mask = (0x20 << 8);
614 i2c.mask_data_mask = 0x80;
615 i2c.a_clk_mask = (0x20 << 8);
616 i2c.a_data_mask = 0x80;
617 i2c.en_clk_mask = (0x20 << 8);
618 i2c.en_data_mask = 0x80;
619 i2c.y_clk_mask = (0x20 << 8);
620 i2c.y_data_mask = 0x80;
Alex Deucher179e8072010-08-05 21:21:17 -0400621 } else {
Alex Deucherbe663052010-11-18 17:18:08 -0500622 /* default masks for ddc pads */
Jean Delvare286e0c92011-10-06 18:16:24 +0200623 i2c.mask_clk_mask = RADEON_GPIO_MASK_1;
624 i2c.mask_data_mask = RADEON_GPIO_MASK_0;
Alex Deucher179e8072010-08-05 21:21:17 -0400625 i2c.a_clk_mask = RADEON_GPIO_A_1;
626 i2c.a_data_mask = RADEON_GPIO_A_0;
627 i2c.en_clk_mask = RADEON_GPIO_EN_1;
628 i2c.en_data_mask = RADEON_GPIO_EN_0;
629 i2c.y_clk_mask = RADEON_GPIO_Y_1;
630 i2c.y_data_mask = RADEON_GPIO_Y_0;
631 }
632
Alex Deucher40bacf12009-12-23 03:23:21 -0500633 switch (rdev->family) {
634 case CHIP_R100:
635 case CHIP_RV100:
636 case CHIP_RS100:
637 case CHIP_RV200:
638 case CHIP_RS200:
639 case CHIP_RS300:
640 switch (ddc_line) {
641 case RADEON_GPIO_DVI_DDC:
Alex Deucherb28ea412010-03-12 13:30:49 -0500642 i2c.hw_capable = true;
Alex Deucher40bacf12009-12-23 03:23:21 -0500643 break;
644 default:
645 i2c.hw_capable = false;
646 break;
647 }
648 break;
649 case CHIP_R200:
650 switch (ddc_line) {
651 case RADEON_GPIO_DVI_DDC:
652 case RADEON_GPIO_MONID:
653 i2c.hw_capable = true;
654 break;
655 default:
656 i2c.hw_capable = false;
657 break;
658 }
659 break;
660 case CHIP_RV250:
661 case CHIP_RV280:
662 switch (ddc_line) {
663 case RADEON_GPIO_VGA_DDC:
664 case RADEON_GPIO_DVI_DDC:
665 case RADEON_GPIO_CRT2_DDC:
666 i2c.hw_capable = true;
667 break;
668 default:
669 i2c.hw_capable = false;
670 break;
671 }
672 break;
673 case CHIP_R300:
674 case CHIP_R350:
675 switch (ddc_line) {
676 case RADEON_GPIO_VGA_DDC:
677 case RADEON_GPIO_DVI_DDC:
678 i2c.hw_capable = true;
679 break;
680 default:
681 i2c.hw_capable = false;
682 break;
683 }
684 break;
685 case CHIP_RV350:
686 case CHIP_RV380:
687 case CHIP_RS400:
688 case CHIP_RS480:
Alex Deucher6a93cb22009-11-23 17:39:28 -0500689 switch (ddc_line) {
690 case RADEON_GPIO_VGA_DDC:
691 case RADEON_GPIO_DVI_DDC:
692 i2c.hw_capable = true;
693 break;
694 case RADEON_GPIO_MONID:
695 /* hw i2c on RADEON_GPIO_MONID doesn't seem to work
696 * reliably on some pre-r4xx hardware; not sure why.
697 */
698 i2c.hw_capable = false;
699 break;
700 default:
701 i2c.hw_capable = false;
702 break;
703 }
Alex Deucher40bacf12009-12-23 03:23:21 -0500704 break;
705 default:
706 i2c.hw_capable = false;
707 break;
Alex Deucher6a93cb22009-11-23 17:39:28 -0500708 }
709 i2c.mm_i2c = false;
Alex Deucherf376b942010-08-05 21:21:16 -0400710
Alex Deucher179e8072010-08-05 21:21:17 -0400711 i2c.i2c_id = ddc;
Alex Deucher8e36ed02010-05-18 19:26:47 -0400712 i2c.hpd = RADEON_HPD_NONE;
Alex Deucher6a93cb22009-11-23 17:39:28 -0500713
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200714 if (ddc_line)
715 i2c.valid = true;
716 else
717 i2c.valid = false;
718
719 return i2c;
720}
721
Alex Deucher3d61bd42012-07-19 20:11:44 -0400722static struct radeon_i2c_bus_rec radeon_combios_get_i2c_info_from_table(struct radeon_device *rdev)
723{
724 struct drm_device *dev = rdev->ddev;
725 struct radeon_i2c_bus_rec i2c;
726 u16 offset;
727 u8 id, blocks, clk, data;
728 int i;
729
730 i2c.valid = false;
731
732 offset = combios_get_table_offset(dev, COMBIOS_I2C_INFO_TABLE);
733 if (offset) {
734 blocks = RBIOS8(offset + 2);
735 for (i = 0; i < blocks; i++) {
736 id = RBIOS8(offset + 3 + (i * 5) + 0);
737 if (id == 136) {
738 clk = RBIOS8(offset + 3 + (i * 5) + 3);
739 data = RBIOS8(offset + 3 + (i * 5) + 4);
740 /* gpiopad */
741 i2c = combios_setup_i2c_bus(rdev, DDC_MONID,
742 (1 << clk), (1 << data));
743 break;
744 }
745 }
746 }
747 return i2c;
748}
749
Alex Deucherf376b942010-08-05 21:21:16 -0400750void radeon_combios_i2c_init(struct radeon_device *rdev)
751{
752 struct drm_device *dev = rdev->ddev;
753 struct radeon_i2c_bus_rec i2c;
754
Alex Deucher508c8d62011-05-03 19:47:44 -0400755 /* actual hw pads
756 * r1xx/rs2xx/rs3xx
757 * 0x60, 0x64, 0x68, 0x6c, gpiopads, mm
758 * r200
759 * 0x60, 0x64, 0x68, mm
760 * r300/r350
761 * 0x60, 0x64, mm
762 * rv2xx/rv3xx/rs4xx
763 * 0x60, 0x64, 0x68, gpiopads, mm
764 */
Alex Deucherf376b942010-08-05 21:21:16 -0400765
Alex Deucher508c8d62011-05-03 19:47:44 -0400766 /* 0x60 */
Alex Deucher179e8072010-08-05 21:21:17 -0400767 i2c = combios_setup_i2c_bus(rdev, DDC_DVI, 0, 0);
768 rdev->i2c_bus[0] = radeon_i2c_create(dev, &i2c, "DVI_DDC");
Alex Deucher508c8d62011-05-03 19:47:44 -0400769 /* 0x64 */
Alex Deucher179e8072010-08-05 21:21:17 -0400770 i2c = combios_setup_i2c_bus(rdev, DDC_VGA, 0, 0);
771 rdev->i2c_bus[1] = radeon_i2c_create(dev, &i2c, "VGA_DDC");
Alex Deucherf376b942010-08-05 21:21:16 -0400772
Alex Deucher508c8d62011-05-03 19:47:44 -0400773 /* mm i2c */
Alex Deucherf376b942010-08-05 21:21:16 -0400774 i2c.valid = true;
775 i2c.hw_capable = true;
776 i2c.mm_i2c = true;
Alex Deucher179e8072010-08-05 21:21:17 -0400777 i2c.i2c_id = 0xa0;
778 rdev->i2c_bus[2] = radeon_i2c_create(dev, &i2c, "MM_I2C");
779
Alex Deucher508c8d62011-05-03 19:47:44 -0400780 if (rdev->family == CHIP_R300 ||
781 rdev->family == CHIP_R350) {
782 /* only 2 sw i2c pads */
783 } else if (rdev->family == CHIP_RS300 ||
784 rdev->family == CHIP_RS400 ||
785 rdev->family == CHIP_RS480) {
Alex Deucher508c8d62011-05-03 19:47:44 -0400786 /* 0x68 */
Alex Deucher179e8072010-08-05 21:21:17 -0400787 i2c = combios_setup_i2c_bus(rdev, DDC_CRT2, 0, 0);
788 rdev->i2c_bus[3] = radeon_i2c_create(dev, &i2c, "MONID");
789
Alex Deucher3d61bd42012-07-19 20:11:44 -0400790 /* gpiopad */
791 i2c = radeon_combios_get_i2c_info_from_table(rdev);
792 if (i2c.valid)
793 rdev->i2c_bus[4] = radeon_i2c_create(dev, &i2c, "GPIOPAD_MASK");
Alex Deucher6dd66632011-07-23 18:02:04 +0000794 } else if ((rdev->family == CHIP_R200) ||
795 (rdev->family >= CHIP_R300)) {
Alex Deucher508c8d62011-05-03 19:47:44 -0400796 /* 0x68 */
Alex Deucher179e8072010-08-05 21:21:17 -0400797 i2c = combios_setup_i2c_bus(rdev, DDC_MONID, 0, 0);
798 rdev->i2c_bus[3] = radeon_i2c_create(dev, &i2c, "MONID");
799 } else {
Alex Deucher508c8d62011-05-03 19:47:44 -0400800 /* 0x68 */
Alex Deucher179e8072010-08-05 21:21:17 -0400801 i2c = combios_setup_i2c_bus(rdev, DDC_MONID, 0, 0);
802 rdev->i2c_bus[3] = radeon_i2c_create(dev, &i2c, "MONID");
Alex Deucher508c8d62011-05-03 19:47:44 -0400803 /* 0x6c */
Alex Deucher179e8072010-08-05 21:21:17 -0400804 i2c = combios_setup_i2c_bus(rdev, DDC_CRT2, 0, 0);
805 rdev->i2c_bus[4] = radeon_i2c_create(dev, &i2c, "CRT2_DDC");
806 }
Alex Deucherf376b942010-08-05 21:21:16 -0400807}
808
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200809bool radeon_combios_get_clock_info(struct drm_device *dev)
810{
811 struct radeon_device *rdev = dev->dev_private;
812 uint16_t pll_info;
813 struct radeon_pll *p1pll = &rdev->clock.p1pll;
814 struct radeon_pll *p2pll = &rdev->clock.p2pll;
815 struct radeon_pll *spll = &rdev->clock.spll;
816 struct radeon_pll *mpll = &rdev->clock.mpll;
817 int8_t rev;
818 uint16_t sclk, mclk;
819
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200820 pll_info = combios_get_table_offset(dev, COMBIOS_PLL_INFO_TABLE);
821 if (pll_info) {
822 rev = RBIOS8(pll_info);
823
824 /* pixel clocks */
825 p1pll->reference_freq = RBIOS16(pll_info + 0xe);
826 p1pll->reference_div = RBIOS16(pll_info + 0x10);
827 p1pll->pll_out_min = RBIOS32(pll_info + 0x12);
828 p1pll->pll_out_max = RBIOS32(pll_info + 0x16);
Alex Deucher86cb2bb2010-03-08 12:55:16 -0500829 p1pll->lcd_pll_out_min = p1pll->pll_out_min;
830 p1pll->lcd_pll_out_max = p1pll->pll_out_max;
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200831
832 if (rev > 9) {
833 p1pll->pll_in_min = RBIOS32(pll_info + 0x36);
834 p1pll->pll_in_max = RBIOS32(pll_info + 0x3a);
835 } else {
836 p1pll->pll_in_min = 40;
837 p1pll->pll_in_max = 500;
838 }
839 *p2pll = *p1pll;
840
841 /* system clock */
842 spll->reference_freq = RBIOS16(pll_info + 0x1a);
843 spll->reference_div = RBIOS16(pll_info + 0x1c);
844 spll->pll_out_min = RBIOS32(pll_info + 0x1e);
845 spll->pll_out_max = RBIOS32(pll_info + 0x22);
846
847 if (rev > 10) {
848 spll->pll_in_min = RBIOS32(pll_info + 0x48);
849 spll->pll_in_max = RBIOS32(pll_info + 0x4c);
850 } else {
851 /* ??? */
852 spll->pll_in_min = 40;
853 spll->pll_in_max = 500;
854 }
855
856 /* memory clock */
857 mpll->reference_freq = RBIOS16(pll_info + 0x26);
858 mpll->reference_div = RBIOS16(pll_info + 0x28);
859 mpll->pll_out_min = RBIOS32(pll_info + 0x2a);
860 mpll->pll_out_max = RBIOS32(pll_info + 0x2e);
861
862 if (rev > 10) {
863 mpll->pll_in_min = RBIOS32(pll_info + 0x5a);
864 mpll->pll_in_max = RBIOS32(pll_info + 0x5e);
865 } else {
866 /* ??? */
867 mpll->pll_in_min = 40;
868 mpll->pll_in_max = 500;
869 }
870
871 /* default sclk/mclk */
872 sclk = RBIOS16(pll_info + 0xa);
873 mclk = RBIOS16(pll_info + 0x8);
874 if (sclk == 0)
875 sclk = 200 * 100;
876 if (mclk == 0)
877 mclk = 200 * 100;
878
879 rdev->clock.default_sclk = sclk;
880 rdev->clock.default_mclk = mclk;
881
Alex Deucherb20f9be2011-06-08 13:01:11 -0400882 if (RBIOS32(pll_info + 0x16))
883 rdev->clock.max_pixel_clock = RBIOS32(pll_info + 0x16);
884 else
885 rdev->clock.max_pixel_clock = 35000; /* might need something asic specific */
886
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200887 return true;
888 }
889 return false;
890}
891
Alex Deucher06b64762010-01-05 11:27:29 -0500892bool radeon_combios_sideport_present(struct radeon_device *rdev)
893{
894 struct drm_device *dev = rdev->ddev;
895 u16 igp_info;
896
Alex Deucher4c70b2e2010-08-02 19:39:15 -0400897 /* sideport is AMD only */
898 if (rdev->family == CHIP_RS400)
899 return false;
900
Alex Deucher06b64762010-01-05 11:27:29 -0500901 igp_info = combios_get_table_offset(dev, COMBIOS_INTEGRATED_SYSTEM_INFO_TABLE);
902
903 if (igp_info) {
904 if (RBIOS16(igp_info + 0x4))
905 return true;
906 }
907 return false;
908}
909
Alex Deucher246263c2009-12-29 12:09:17 -0500910static const uint32_t default_primarydac_adj[CHIP_LAST] = {
911 0x00000808, /* r100 */
912 0x00000808, /* rv100 */
913 0x00000808, /* rs100 */
914 0x00000808, /* rv200 */
915 0x00000808, /* rs200 */
916 0x00000808, /* r200 */
917 0x00000808, /* rv250 */
918 0x00000000, /* rs300 */
919 0x00000808, /* rv280 */
920 0x00000808, /* r300 */
921 0x00000808, /* r350 */
922 0x00000808, /* rv350 */
923 0x00000808, /* rv380 */
924 0x00000808, /* r420 */
925 0x00000808, /* r423 */
926 0x00000808, /* rv410 */
927 0x00000000, /* rs400 */
928 0x00000000, /* rs480 */
929};
930
931static void radeon_legacy_get_primary_dac_info_from_table(struct radeon_device *rdev,
932 struct radeon_encoder_primary_dac *p_dac)
933{
934 p_dac->ps2_pdac_adj = default_primarydac_adj[rdev->family];
935 return;
936}
937
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200938struct radeon_encoder_primary_dac *radeon_combios_get_primary_dac_info(struct
939 radeon_encoder
940 *encoder)
941{
942 struct drm_device *dev = encoder->base.dev;
943 struct radeon_device *rdev = dev->dev_private;
944 uint16_t dac_info;
945 uint8_t rev, bg, dac;
946 struct radeon_encoder_primary_dac *p_dac = NULL;
Alex Deucher246263c2009-12-29 12:09:17 -0500947 int found = 0;
948
949 p_dac = kzalloc(sizeof(struct radeon_encoder_primary_dac),
950 GFP_KERNEL);
951
952 if (!p_dac)
953 return NULL;
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200954
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200955 /* check CRT table */
956 dac_info = combios_get_table_offset(dev, COMBIOS_CRT_INFO_TABLE);
957 if (dac_info) {
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200958 rev = RBIOS8(dac_info) & 0x3;
959 if (rev < 2) {
960 bg = RBIOS8(dac_info + 0x2) & 0xf;
961 dac = (RBIOS8(dac_info + 0x2) >> 4) & 0xf;
962 p_dac->ps2_pdac_adj = (bg << 8) | (dac);
963 } else {
964 bg = RBIOS8(dac_info + 0x2) & 0xf;
965 dac = RBIOS8(dac_info + 0x3) & 0xf;
966 p_dac->ps2_pdac_adj = (bg << 8) | (dac);
967 }
Alex Deucher3a89b4a2010-04-06 12:35:26 -0400968 /* if the values are all zeros, use the table */
969 if (p_dac->ps2_pdac_adj)
970 found = 1;
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200971 }
972
Alex Deucher246263c2009-12-29 12:09:17 -0500973 if (!found) /* fallback to defaults */
974 radeon_legacy_get_primary_dac_info_from_table(rdev, p_dac);
975
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200976 return p_dac;
977}
978
Alex Deucherd79766f2009-12-17 19:00:29 -0500979enum radeon_tv_std
980radeon_combios_get_tv_info(struct radeon_device *rdev)
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200981{
Alex Deucherd79766f2009-12-17 19:00:29 -0500982 struct drm_device *dev = rdev->ddev;
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200983 uint16_t tv_info;
984 enum radeon_tv_std tv_std = TV_STD_NTSC;
985
986 tv_info = combios_get_table_offset(dev, COMBIOS_TV_INFO_TABLE);
987 if (tv_info) {
988 if (RBIOS8(tv_info + 6) == 'T') {
989 switch (RBIOS8(tv_info + 7) & 0xf) {
990 case 1:
991 tv_std = TV_STD_NTSC;
Alex Deucher40f76d82010-10-07 22:38:42 -0400992 DRM_DEBUG_KMS("Default TV standard: NTSC\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200993 break;
994 case 2:
995 tv_std = TV_STD_PAL;
Alex Deucher40f76d82010-10-07 22:38:42 -0400996 DRM_DEBUG_KMS("Default TV standard: PAL\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +0200997 break;
998 case 3:
999 tv_std = TV_STD_PAL_M;
Alex Deucher40f76d82010-10-07 22:38:42 -04001000 DRM_DEBUG_KMS("Default TV standard: PAL-M\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001001 break;
1002 case 4:
1003 tv_std = TV_STD_PAL_60;
Alex Deucher40f76d82010-10-07 22:38:42 -04001004 DRM_DEBUG_KMS("Default TV standard: PAL-60\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001005 break;
1006 case 5:
1007 tv_std = TV_STD_NTSC_J;
Alex Deucher40f76d82010-10-07 22:38:42 -04001008 DRM_DEBUG_KMS("Default TV standard: NTSC-J\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001009 break;
1010 case 6:
1011 tv_std = TV_STD_SCART_PAL;
Alex Deucher40f76d82010-10-07 22:38:42 -04001012 DRM_DEBUG_KMS("Default TV standard: SCART-PAL\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001013 break;
1014 default:
1015 tv_std = TV_STD_NTSC;
Alex Deucher40f76d82010-10-07 22:38:42 -04001016 DRM_DEBUG_KMS
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001017 ("Unknown TV standard; defaulting to NTSC\n");
1018 break;
1019 }
1020
1021 switch ((RBIOS8(tv_info + 9) >> 2) & 0x3) {
1022 case 0:
Alex Deucher40f76d82010-10-07 22:38:42 -04001023 DRM_DEBUG_KMS("29.498928713 MHz TV ref clk\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001024 break;
1025 case 1:
Alex Deucher40f76d82010-10-07 22:38:42 -04001026 DRM_DEBUG_KMS("28.636360000 MHz TV ref clk\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001027 break;
1028 case 2:
Alex Deucher40f76d82010-10-07 22:38:42 -04001029 DRM_DEBUG_KMS("14.318180000 MHz TV ref clk\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001030 break;
1031 case 3:
Alex Deucher40f76d82010-10-07 22:38:42 -04001032 DRM_DEBUG_KMS("27.000000000 MHz TV ref clk\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001033 break;
1034 default:
1035 break;
1036 }
1037 }
1038 }
1039 return tv_std;
1040}
1041
1042static const uint32_t default_tvdac_adj[CHIP_LAST] = {
1043 0x00000000, /* r100 */
1044 0x00280000, /* rv100 */
1045 0x00000000, /* rs100 */
1046 0x00880000, /* rv200 */
1047 0x00000000, /* rs200 */
1048 0x00000000, /* r200 */
1049 0x00770000, /* rv250 */
1050 0x00290000, /* rs300 */
1051 0x00560000, /* rv280 */
1052 0x00780000, /* r300 */
1053 0x00770000, /* r350 */
1054 0x00780000, /* rv350 */
1055 0x00780000, /* rv380 */
1056 0x01080000, /* r420 */
1057 0x01080000, /* r423 */
1058 0x01080000, /* rv410 */
1059 0x00780000, /* rs400 */
1060 0x00780000, /* rs480 */
1061};
1062
Dave Airlie6a719e02009-08-17 10:19:51 +10001063static void radeon_legacy_get_tv_dac_info_from_table(struct radeon_device *rdev,
1064 struct radeon_encoder_tv_dac *tv_dac)
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001065{
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001066 tv_dac->ps2_tvdac_adj = default_tvdac_adj[rdev->family];
1067 if ((rdev->flags & RADEON_IS_MOBILITY) && (rdev->family == CHIP_RV250))
1068 tv_dac->ps2_tvdac_adj = 0x00880000;
1069 tv_dac->pal_tvdac_adj = tv_dac->ps2_tvdac_adj;
1070 tv_dac->ntsc_tvdac_adj = tv_dac->ps2_tvdac_adj;
Dave Airlie6a719e02009-08-17 10:19:51 +10001071 return;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001072}
1073
1074struct radeon_encoder_tv_dac *radeon_combios_get_tv_dac_info(struct
1075 radeon_encoder
1076 *encoder)
1077{
1078 struct drm_device *dev = encoder->base.dev;
1079 struct radeon_device *rdev = dev->dev_private;
1080 uint16_t dac_info;
1081 uint8_t rev, bg, dac;
1082 struct radeon_encoder_tv_dac *tv_dac = NULL;
Dave Airlie6a719e02009-08-17 10:19:51 +10001083 int found = 0;
1084
1085 tv_dac = kzalloc(sizeof(struct radeon_encoder_tv_dac), GFP_KERNEL);
1086 if (!tv_dac)
1087 return NULL;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001088
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001089 /* first check TV table */
1090 dac_info = combios_get_table_offset(dev, COMBIOS_TV_INFO_TABLE);
1091 if (dac_info) {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001092 rev = RBIOS8(dac_info + 0x3);
1093 if (rev > 4) {
1094 bg = RBIOS8(dac_info + 0xc) & 0xf;
1095 dac = RBIOS8(dac_info + 0xd) & 0xf;
1096 tv_dac->ps2_tvdac_adj = (bg << 16) | (dac << 20);
1097
1098 bg = RBIOS8(dac_info + 0xe) & 0xf;
1099 dac = RBIOS8(dac_info + 0xf) & 0xf;
1100 tv_dac->pal_tvdac_adj = (bg << 16) | (dac << 20);
1101
1102 bg = RBIOS8(dac_info + 0x10) & 0xf;
1103 dac = RBIOS8(dac_info + 0x11) & 0xf;
1104 tv_dac->ntsc_tvdac_adj = (bg << 16) | (dac << 20);
Alex Deucher3a89b4a2010-04-06 12:35:26 -04001105 /* if the values are all zeros, use the table */
1106 if (tv_dac->ps2_tvdac_adj)
1107 found = 1;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001108 } else if (rev > 1) {
1109 bg = RBIOS8(dac_info + 0xc) & 0xf;
1110 dac = (RBIOS8(dac_info + 0xc) >> 4) & 0xf;
1111 tv_dac->ps2_tvdac_adj = (bg << 16) | (dac << 20);
1112
1113 bg = RBIOS8(dac_info + 0xd) & 0xf;
1114 dac = (RBIOS8(dac_info + 0xd) >> 4) & 0xf;
1115 tv_dac->pal_tvdac_adj = (bg << 16) | (dac << 20);
1116
1117 bg = RBIOS8(dac_info + 0xe) & 0xf;
1118 dac = (RBIOS8(dac_info + 0xe) >> 4) & 0xf;
1119 tv_dac->ntsc_tvdac_adj = (bg << 16) | (dac << 20);
Alex Deucher3a89b4a2010-04-06 12:35:26 -04001120 /* if the values are all zeros, use the table */
1121 if (tv_dac->ps2_tvdac_adj)
1122 found = 1;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001123 }
Alex Deucherd79766f2009-12-17 19:00:29 -05001124 tv_dac->tv_std = radeon_combios_get_tv_info(rdev);
Dave Airlie6a719e02009-08-17 10:19:51 +10001125 }
1126 if (!found) {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001127 /* then check CRT table */
1128 dac_info =
1129 combios_get_table_offset(dev, COMBIOS_CRT_INFO_TABLE);
1130 if (dac_info) {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001131 rev = RBIOS8(dac_info) & 0x3;
1132 if (rev < 2) {
1133 bg = RBIOS8(dac_info + 0x3) & 0xf;
1134 dac = (RBIOS8(dac_info + 0x3) >> 4) & 0xf;
1135 tv_dac->ps2_tvdac_adj =
1136 (bg << 16) | (dac << 20);
1137 tv_dac->pal_tvdac_adj = tv_dac->ps2_tvdac_adj;
1138 tv_dac->ntsc_tvdac_adj = tv_dac->ps2_tvdac_adj;
Alex Deucher3a89b4a2010-04-06 12:35:26 -04001139 /* if the values are all zeros, use the table */
1140 if (tv_dac->ps2_tvdac_adj)
1141 found = 1;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001142 } else {
1143 bg = RBIOS8(dac_info + 0x4) & 0xf;
1144 dac = RBIOS8(dac_info + 0x5) & 0xf;
1145 tv_dac->ps2_tvdac_adj =
1146 (bg << 16) | (dac << 20);
1147 tv_dac->pal_tvdac_adj = tv_dac->ps2_tvdac_adj;
1148 tv_dac->ntsc_tvdac_adj = tv_dac->ps2_tvdac_adj;
Alex Deucher3a89b4a2010-04-06 12:35:26 -04001149 /* if the values are all zeros, use the table */
1150 if (tv_dac->ps2_tvdac_adj)
1151 found = 1;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001152 }
Alex Deucher6fe7ac32009-06-12 17:26:08 +00001153 } else {
1154 DRM_INFO("No TV DAC info found in BIOS\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001155 }
1156 }
1157
Dave Airlie6a719e02009-08-17 10:19:51 +10001158 if (!found) /* fallback to defaults */
1159 radeon_legacy_get_tv_dac_info_from_table(rdev, tv_dac);
1160
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001161 return tv_dac;
1162}
1163
1164static struct radeon_encoder_lvds *radeon_legacy_get_lvds_info_from_regs(struct
1165 radeon_device
1166 *rdev)
1167{
1168 struct radeon_encoder_lvds *lvds = NULL;
1169 uint32_t fp_vert_stretch, fp_horz_stretch;
1170 uint32_t ppll_div_sel, ppll_val;
Michel Dänzer8b5c7442009-06-17 18:28:38 +02001171 uint32_t lvds_ss_gen_cntl = RREG32(RADEON_LVDS_SS_GEN_CNTL);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001172
1173 lvds = kzalloc(sizeof(struct radeon_encoder_lvds), GFP_KERNEL);
1174
1175 if (!lvds)
1176 return NULL;
1177
1178 fp_vert_stretch = RREG32(RADEON_FP_VERT_STRETCH);
1179 fp_horz_stretch = RREG32(RADEON_FP_HORZ_STRETCH);
1180
Michel Dänzer8b5c7442009-06-17 18:28:38 +02001181 /* These should be fail-safe defaults, fingers crossed */
1182 lvds->panel_pwr_delay = 200;
1183 lvds->panel_vcc_delay = 2000;
1184
1185 lvds->lvds_gen_cntl = RREG32(RADEON_LVDS_GEN_CNTL);
1186 lvds->panel_digon_delay = (lvds_ss_gen_cntl >> RADEON_LVDS_PWRSEQ_DELAY1_SHIFT) & 0xf;
1187 lvds->panel_blon_delay = (lvds_ss_gen_cntl >> RADEON_LVDS_PWRSEQ_DELAY2_SHIFT) & 0xf;
1188
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001189 if (fp_vert_stretch & RADEON_VERT_STRETCH_ENABLE)
Alex Deucherde2103e2009-10-09 15:14:30 -04001190 lvds->native_mode.vdisplay =
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001191 ((fp_vert_stretch & RADEON_VERT_PANEL_SIZE) >>
1192 RADEON_VERT_PANEL_SHIFT) + 1;
1193 else
Alex Deucherde2103e2009-10-09 15:14:30 -04001194 lvds->native_mode.vdisplay =
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001195 (RREG32(RADEON_CRTC_V_TOTAL_DISP) >> 16) + 1;
1196
1197 if (fp_horz_stretch & RADEON_HORZ_STRETCH_ENABLE)
Alex Deucherde2103e2009-10-09 15:14:30 -04001198 lvds->native_mode.hdisplay =
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001199 (((fp_horz_stretch & RADEON_HORZ_PANEL_SIZE) >>
1200 RADEON_HORZ_PANEL_SHIFT) + 1) * 8;
1201 else
Alex Deucherde2103e2009-10-09 15:14:30 -04001202 lvds->native_mode.hdisplay =
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001203 ((RREG32(RADEON_CRTC_H_TOTAL_DISP) >> 16) + 1) * 8;
1204
Alex Deucherde2103e2009-10-09 15:14:30 -04001205 if ((lvds->native_mode.hdisplay < 640) ||
1206 (lvds->native_mode.vdisplay < 480)) {
1207 lvds->native_mode.hdisplay = 640;
1208 lvds->native_mode.vdisplay = 480;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001209 }
1210
1211 ppll_div_sel = RREG8(RADEON_CLOCK_CNTL_INDEX + 1) & 0x3;
1212 ppll_val = RREG32_PLL(RADEON_PPLL_DIV_0 + ppll_div_sel);
1213 if ((ppll_val & 0x000707ff) == 0x1bb)
1214 lvds->use_bios_dividers = false;
1215 else {
1216 lvds->panel_ref_divider =
1217 RREG32_PLL(RADEON_PPLL_REF_DIV) & 0x3ff;
1218 lvds->panel_post_divider = (ppll_val >> 16) & 0x7;
1219 lvds->panel_fb_divider = ppll_val & 0x7ff;
1220
1221 if ((lvds->panel_ref_divider != 0) &&
1222 (lvds->panel_fb_divider > 3))
1223 lvds->use_bios_dividers = true;
1224 }
1225 lvds->panel_vcc_delay = 200;
1226
1227 DRM_INFO("Panel info derived from registers\n");
Alex Deucherde2103e2009-10-09 15:14:30 -04001228 DRM_INFO("Panel Size %dx%d\n", lvds->native_mode.hdisplay,
1229 lvds->native_mode.vdisplay);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001230
1231 return lvds;
1232}
1233
1234struct radeon_encoder_lvds *radeon_combios_get_lvds_info(struct radeon_encoder
1235 *encoder)
1236{
1237 struct drm_device *dev = encoder->base.dev;
1238 struct radeon_device *rdev = dev->dev_private;
1239 uint16_t lcd_info;
1240 uint32_t panel_setup;
1241 char stmp[30];
1242 int tmp, i;
1243 struct radeon_encoder_lvds *lvds = NULL;
1244
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001245 lcd_info = combios_get_table_offset(dev, COMBIOS_LCD_INFO_TABLE);
1246
1247 if (lcd_info) {
1248 lvds = kzalloc(sizeof(struct radeon_encoder_lvds), GFP_KERNEL);
1249
1250 if (!lvds)
1251 return NULL;
1252
1253 for (i = 0; i < 24; i++)
1254 stmp[i] = RBIOS8(lcd_info + i + 1);
1255 stmp[24] = 0;
1256
1257 DRM_INFO("Panel ID String: %s\n", stmp);
1258
Alex Deucherde2103e2009-10-09 15:14:30 -04001259 lvds->native_mode.hdisplay = RBIOS16(lcd_info + 0x19);
1260 lvds->native_mode.vdisplay = RBIOS16(lcd_info + 0x1b);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001261
Alex Deucherde2103e2009-10-09 15:14:30 -04001262 DRM_INFO("Panel Size %dx%d\n", lvds->native_mode.hdisplay,
1263 lvds->native_mode.vdisplay);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001264
1265 lvds->panel_vcc_delay = RBIOS16(lcd_info + 0x2c);
Andrew Morton94cf6432010-02-02 14:40:29 -08001266 lvds->panel_vcc_delay = min_t(u16, lvds->panel_vcc_delay, 2000);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001267
1268 lvds->panel_pwr_delay = RBIOS8(lcd_info + 0x24);
1269 lvds->panel_digon_delay = RBIOS16(lcd_info + 0x38) & 0xf;
1270 lvds->panel_blon_delay = (RBIOS16(lcd_info + 0x38) >> 4) & 0xf;
1271
1272 lvds->panel_ref_divider = RBIOS16(lcd_info + 0x2e);
1273 lvds->panel_post_divider = RBIOS8(lcd_info + 0x30);
1274 lvds->panel_fb_divider = RBIOS16(lcd_info + 0x31);
1275 if ((lvds->panel_ref_divider != 0) &&
1276 (lvds->panel_fb_divider > 3))
1277 lvds->use_bios_dividers = true;
1278
1279 panel_setup = RBIOS32(lcd_info + 0x39);
1280 lvds->lvds_gen_cntl = 0xff00;
1281 if (panel_setup & 0x1)
1282 lvds->lvds_gen_cntl |= RADEON_LVDS_PANEL_FORMAT;
1283
1284 if ((panel_setup >> 4) & 0x1)
1285 lvds->lvds_gen_cntl |= RADEON_LVDS_PANEL_TYPE;
1286
1287 switch ((panel_setup >> 8) & 0x7) {
1288 case 0:
1289 lvds->lvds_gen_cntl |= RADEON_LVDS_NO_FM;
1290 break;
1291 case 1:
1292 lvds->lvds_gen_cntl |= RADEON_LVDS_2_GREY;
1293 break;
1294 case 2:
1295 lvds->lvds_gen_cntl |= RADEON_LVDS_4_GREY;
1296 break;
1297 default:
1298 break;
1299 }
1300
1301 if ((panel_setup >> 16) & 0x1)
1302 lvds->lvds_gen_cntl |= RADEON_LVDS_FP_POL_LOW;
1303
1304 if ((panel_setup >> 17) & 0x1)
1305 lvds->lvds_gen_cntl |= RADEON_LVDS_LP_POL_LOW;
1306
1307 if ((panel_setup >> 18) & 0x1)
1308 lvds->lvds_gen_cntl |= RADEON_LVDS_DTM_POL_LOW;
1309
1310 if ((panel_setup >> 23) & 0x1)
1311 lvds->lvds_gen_cntl |= RADEON_LVDS_BL_CLK_SEL;
1312
1313 lvds->lvds_gen_cntl |= (panel_setup & 0xf0000000);
1314
1315 for (i = 0; i < 32; i++) {
1316 tmp = RBIOS16(lcd_info + 64 + i * 2);
1317 if (tmp == 0)
1318 break;
1319
Alex Deucherde2103e2009-10-09 15:14:30 -04001320 if ((RBIOS16(tmp) == lvds->native_mode.hdisplay) &&
Alex Deucher68b61a72010-05-18 00:30:05 -04001321 (RBIOS16(tmp + 2) == lvds->native_mode.vdisplay)) {
1322 lvds->native_mode.htotal = lvds->native_mode.hdisplay +
1323 (RBIOS16(tmp + 17) - RBIOS16(tmp + 19)) * 8;
1324 lvds->native_mode.hsync_start = lvds->native_mode.hdisplay +
1325 (RBIOS16(tmp + 21) - RBIOS16(tmp + 19) - 1) * 8;
1326 lvds->native_mode.hsync_end = lvds->native_mode.hsync_start +
1327 (RBIOS8(tmp + 23) * 8);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001328
Alex Deucher68b61a72010-05-18 00:30:05 -04001329 lvds->native_mode.vtotal = lvds->native_mode.vdisplay +
1330 (RBIOS16(tmp + 24) - RBIOS16(tmp + 26));
1331 lvds->native_mode.vsync_start = lvds->native_mode.vdisplay +
1332 ((RBIOS16(tmp + 28) & 0x7ff) - RBIOS16(tmp + 26));
1333 lvds->native_mode.vsync_end = lvds->native_mode.vsync_start +
1334 ((RBIOS16(tmp + 28) & 0xf800) >> 11);
Alex Deucherde2103e2009-10-09 15:14:30 -04001335
1336 lvds->native_mode.clock = RBIOS16(tmp + 9) * 10;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001337 lvds->native_mode.flags = 0;
Alex Deucherde2103e2009-10-09 15:14:30 -04001338 /* set crtc values */
1339 drm_mode_set_crtcinfo(&lvds->native_mode, CRTC_INTERLACE_HALVE_V);
1340
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001341 }
1342 }
Alex Deucher6fe7ac32009-06-12 17:26:08 +00001343 } else {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001344 DRM_INFO("No panel info found in BIOS\n");
Michel Dänzer8dfaa8a2009-09-15 17:09:27 +02001345 lvds = radeon_legacy_get_lvds_info_from_regs(rdev);
Alex Deucher6fe7ac32009-06-12 17:26:08 +00001346 }
Michel Dänzer03047cd2010-02-10 11:05:11 +01001347
Michel Dänzer8dfaa8a2009-09-15 17:09:27 +02001348 if (lvds)
1349 encoder->native_mode = lvds->native_mode;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001350 return lvds;
1351}
1352
1353static const struct radeon_tmds_pll default_tmds_pll[CHIP_LAST][4] = {
1354 {{12000, 0xa1b}, {0xffffffff, 0xa3f}, {0, 0}, {0, 0}}, /* CHIP_R100 */
1355 {{12000, 0xa1b}, {0xffffffff, 0xa3f}, {0, 0}, {0, 0}}, /* CHIP_RV100 */
1356 {{0, 0}, {0, 0}, {0, 0}, {0, 0}}, /* CHIP_RS100 */
1357 {{15000, 0xa1b}, {0xffffffff, 0xa3f}, {0, 0}, {0, 0}}, /* CHIP_RV200 */
1358 {{12000, 0xa1b}, {0xffffffff, 0xa3f}, {0, 0}, {0, 0}}, /* CHIP_RS200 */
1359 {{15000, 0xa1b}, {0xffffffff, 0xa3f}, {0, 0}, {0, 0}}, /* CHIP_R200 */
1360 {{15500, 0x81b}, {0xffffffff, 0x83f}, {0, 0}, {0, 0}}, /* CHIP_RV250 */
1361 {{0, 0}, {0, 0}, {0, 0}, {0, 0}}, /* CHIP_RS300 */
1362 {{13000, 0x400f4}, {15000, 0x400f7}, {0xffffffff, 0x40111}, {0, 0}}, /* CHIP_RV280 */
1363 {{0xffffffff, 0xb01cb}, {0, 0}, {0, 0}, {0, 0}}, /* CHIP_R300 */
1364 {{0xffffffff, 0xb01cb}, {0, 0}, {0, 0}, {0, 0}}, /* CHIP_R350 */
1365 {{15000, 0xb0155}, {0xffffffff, 0xb01cb}, {0, 0}, {0, 0}}, /* CHIP_RV350 */
1366 {{15000, 0xb0155}, {0xffffffff, 0xb01cb}, {0, 0}, {0, 0}}, /* CHIP_RV380 */
1367 {{0xffffffff, 0xb01cb}, {0, 0}, {0, 0}, {0, 0}}, /* CHIP_R420 */
1368 {{0xffffffff, 0xb01cb}, {0, 0}, {0, 0}, {0, 0}}, /* CHIP_R423 */
1369 {{0xffffffff, 0xb01cb}, {0, 0}, {0, 0}, {0, 0}}, /* CHIP_RV410 */
Alex Deucherfcec5702009-11-10 21:25:07 -05001370 { {0, 0}, {0, 0}, {0, 0}, {0, 0} }, /* CHIP_RS400 */
1371 { {0, 0}, {0, 0}, {0, 0}, {0, 0} }, /* CHIP_RS480 */
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001372};
1373
Dave Airlie445282d2009-09-09 17:40:54 +10001374bool radeon_legacy_get_tmds_info_from_table(struct radeon_encoder *encoder,
1375 struct radeon_encoder_int_tmds *tmds)
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001376{
Dave Airlie445282d2009-09-09 17:40:54 +10001377 struct drm_device *dev = encoder->base.dev;
1378 struct radeon_device *rdev = dev->dev_private;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001379 int i;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001380
1381 for (i = 0; i < 4; i++) {
1382 tmds->tmds_pll[i].value =
Dave Airlie445282d2009-09-09 17:40:54 +10001383 default_tmds_pll[rdev->family][i].value;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001384 tmds->tmds_pll[i].freq = default_tmds_pll[rdev->family][i].freq;
1385 }
1386
Dave Airlie445282d2009-09-09 17:40:54 +10001387 return true;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001388}
1389
Dave Airlie445282d2009-09-09 17:40:54 +10001390bool radeon_legacy_get_tmds_info_from_combios(struct radeon_encoder *encoder,
1391 struct radeon_encoder_int_tmds *tmds)
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001392{
1393 struct drm_device *dev = encoder->base.dev;
1394 struct radeon_device *rdev = dev->dev_private;
1395 uint16_t tmds_info;
1396 int i, n;
1397 uint8_t ver;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001398
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001399 tmds_info = combios_get_table_offset(dev, COMBIOS_DFP_INFO_TABLE);
1400
1401 if (tmds_info) {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001402 ver = RBIOS8(tmds_info);
Alex Deucher40f76d82010-10-07 22:38:42 -04001403 DRM_DEBUG_KMS("DFP table revision: %d\n", ver);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001404 if (ver == 3) {
1405 n = RBIOS8(tmds_info + 5) + 1;
1406 if (n > 4)
1407 n = 4;
1408 for (i = 0; i < n; i++) {
1409 tmds->tmds_pll[i].value =
1410 RBIOS32(tmds_info + i * 10 + 0x08);
1411 tmds->tmds_pll[i].freq =
1412 RBIOS16(tmds_info + i * 10 + 0x10);
Dave Airlied9fdaaf2010-08-02 10:42:55 +10001413 DRM_DEBUG_KMS("TMDS PLL From COMBIOS %u %x\n",
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001414 tmds->tmds_pll[i].freq,
1415 tmds->tmds_pll[i].value);
1416 }
1417 } else if (ver == 4) {
1418 int stride = 0;
1419 n = RBIOS8(tmds_info + 5) + 1;
1420 if (n > 4)
1421 n = 4;
1422 for (i = 0; i < n; i++) {
1423 tmds->tmds_pll[i].value =
1424 RBIOS32(tmds_info + stride + 0x08);
1425 tmds->tmds_pll[i].freq =
1426 RBIOS16(tmds_info + stride + 0x10);
1427 if (i == 0)
1428 stride += 10;
1429 else
1430 stride += 6;
Dave Airlied9fdaaf2010-08-02 10:42:55 +10001431 DRM_DEBUG_KMS("TMDS PLL From COMBIOS %u %x\n",
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001432 tmds->tmds_pll[i].freq,
1433 tmds->tmds_pll[i].value);
1434 }
1435 }
Alex Deucherfcec5702009-11-10 21:25:07 -05001436 } else {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001437 DRM_INFO("No TMDS info found in BIOS\n");
Alex Deucherfcec5702009-11-10 21:25:07 -05001438 return false;
1439 }
Dave Airlie445282d2009-09-09 17:40:54 +10001440 return true;
1441}
1442
Alex Deucherfcec5702009-11-10 21:25:07 -05001443bool radeon_legacy_get_ext_tmds_info_from_table(struct radeon_encoder *encoder,
1444 struct radeon_encoder_ext_tmds *tmds)
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001445{
1446 struct drm_device *dev = encoder->base.dev;
1447 struct radeon_device *rdev = dev->dev_private;
Alex Deucherfcec5702009-11-10 21:25:07 -05001448 struct radeon_i2c_bus_rec i2c_bus;
1449
1450 /* default for macs */
Alex Deucher179e8072010-08-05 21:21:17 -04001451 i2c_bus = combios_setup_i2c_bus(rdev, DDC_MONID, 0, 0);
Alex Deucherf376b942010-08-05 21:21:16 -04001452 tmds->i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus);
Alex Deucherfcec5702009-11-10 21:25:07 -05001453
1454 /* XXX some macs have duallink chips */
1455 switch (rdev->mode_info.connector_table) {
1456 case CT_POWERBOOK_EXTERNAL:
1457 case CT_MINI_EXTERNAL:
1458 default:
1459 tmds->dvo_chip = DVO_SIL164;
1460 tmds->slave_addr = 0x70 >> 1; /* 7 bit addressing */
1461 break;
1462 }
1463
1464 return true;
1465}
1466
1467bool radeon_legacy_get_ext_tmds_info_from_combios(struct radeon_encoder *encoder,
1468 struct radeon_encoder_ext_tmds *tmds)
1469{
1470 struct drm_device *dev = encoder->base.dev;
1471 struct radeon_device *rdev = dev->dev_private;
1472 uint16_t offset;
Alex Deucher179e8072010-08-05 21:21:17 -04001473 uint8_t ver;
Alex Deucherfcec5702009-11-10 21:25:07 -05001474 enum radeon_combios_ddc gpio;
1475 struct radeon_i2c_bus_rec i2c_bus;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001476
Alex Deucherfcec5702009-11-10 21:25:07 -05001477 tmds->i2c_bus = NULL;
1478 if (rdev->flags & RADEON_IS_IGP) {
Alex Deucher179e8072010-08-05 21:21:17 -04001479 i2c_bus = combios_setup_i2c_bus(rdev, DDC_MONID, 0, 0);
1480 tmds->i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus);
1481 tmds->dvo_chip = DVO_SIL164;
1482 tmds->slave_addr = 0x70 >> 1; /* 7 bit addressing */
Alex Deucherfcec5702009-11-10 21:25:07 -05001483 } else {
1484 offset = combios_get_table_offset(dev, COMBIOS_EXT_TMDS_INFO_TABLE);
1485 if (offset) {
1486 ver = RBIOS8(offset);
Alex Deucher40f76d82010-10-07 22:38:42 -04001487 DRM_DEBUG_KMS("External TMDS Table revision: %d\n", ver);
Alex Deucherfcec5702009-11-10 21:25:07 -05001488 tmds->slave_addr = RBIOS8(offset + 4 + 2);
1489 tmds->slave_addr >>= 1; /* 7 bit addressing */
1490 gpio = RBIOS8(offset + 4 + 3);
Alex Deucher179e8072010-08-05 21:21:17 -04001491 if (gpio == DDC_LCD) {
1492 /* MM i2c */
Alex Deucher40bacf12009-12-23 03:23:21 -05001493 i2c_bus.valid = true;
1494 i2c_bus.hw_capable = true;
1495 i2c_bus.mm_i2c = true;
Alex Deucher179e8072010-08-05 21:21:17 -04001496 i2c_bus.i2c_id = 0xa0;
1497 } else
1498 i2c_bus = combios_setup_i2c_bus(rdev, gpio, 0, 0);
1499 tmds->i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus);
Alex Deucherfcec5702009-11-10 21:25:07 -05001500 }
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001501 }
Alex Deucherfcec5702009-11-10 21:25:07 -05001502
1503 if (!tmds->i2c_bus) {
1504 DRM_INFO("No valid Ext TMDS info found in BIOS\n");
1505 return false;
1506 }
1507
1508 return true;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001509}
1510
1511bool radeon_get_legacy_connector_info_from_table(struct drm_device *dev)
1512{
1513 struct radeon_device *rdev = dev->dev_private;
1514 struct radeon_i2c_bus_rec ddc_i2c;
Alex Deuchereed45b32009-12-04 14:45:27 -05001515 struct radeon_hpd hpd;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001516
1517 rdev->mode_info.connector_table = radeon_connector_table;
1518 if (rdev->mode_info.connector_table == CT_NONE) {
1519#ifdef CONFIG_PPC_PMAC
Grant Likely71a157e2010-02-01 21:34:14 -07001520 if (of_machine_is_compatible("PowerBook3,3")) {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001521 /* powerbook with VGA */
1522 rdev->mode_info.connector_table = CT_POWERBOOK_VGA;
Grant Likely71a157e2010-02-01 21:34:14 -07001523 } else if (of_machine_is_compatible("PowerBook3,4") ||
1524 of_machine_is_compatible("PowerBook3,5")) {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001525 /* powerbook with internal tmds */
1526 rdev->mode_info.connector_table = CT_POWERBOOK_INTERNAL;
Grant Likely71a157e2010-02-01 21:34:14 -07001527 } else if (of_machine_is_compatible("PowerBook5,1") ||
1528 of_machine_is_compatible("PowerBook5,2") ||
1529 of_machine_is_compatible("PowerBook5,3") ||
1530 of_machine_is_compatible("PowerBook5,4") ||
1531 of_machine_is_compatible("PowerBook5,5")) {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001532 /* powerbook with external single link tmds (sil164) */
1533 rdev->mode_info.connector_table = CT_POWERBOOK_EXTERNAL;
Grant Likely71a157e2010-02-01 21:34:14 -07001534 } else if (of_machine_is_compatible("PowerBook5,6")) {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001535 /* powerbook with external dual or single link tmds */
1536 rdev->mode_info.connector_table = CT_POWERBOOK_EXTERNAL;
Grant Likely71a157e2010-02-01 21:34:14 -07001537 } else if (of_machine_is_compatible("PowerBook5,7") ||
1538 of_machine_is_compatible("PowerBook5,8") ||
1539 of_machine_is_compatible("PowerBook5,9")) {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001540 /* PowerBook6,2 ? */
1541 /* powerbook with external dual link tmds (sil1178?) */
1542 rdev->mode_info.connector_table = CT_POWERBOOK_EXTERNAL;
Grant Likely71a157e2010-02-01 21:34:14 -07001543 } else if (of_machine_is_compatible("PowerBook4,1") ||
1544 of_machine_is_compatible("PowerBook4,2") ||
1545 of_machine_is_compatible("PowerBook4,3") ||
1546 of_machine_is_compatible("PowerBook6,3") ||
1547 of_machine_is_compatible("PowerBook6,5") ||
1548 of_machine_is_compatible("PowerBook6,7")) {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001549 /* ibook */
1550 rdev->mode_info.connector_table = CT_IBOOK;
Alex Deuchercafa59b2012-12-20 16:35:47 -05001551 } else if (of_machine_is_compatible("PowerMac3,5")) {
1552 /* PowerMac G4 Silver radeon 7500 */
1553 rdev->mode_info.connector_table = CT_MAC_G4_SILVER;
Grant Likely71a157e2010-02-01 21:34:14 -07001554 } else if (of_machine_is_compatible("PowerMac4,4")) {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001555 /* emac */
1556 rdev->mode_info.connector_table = CT_EMAC;
Grant Likely71a157e2010-02-01 21:34:14 -07001557 } else if (of_machine_is_compatible("PowerMac10,1")) {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001558 /* mini with internal tmds */
1559 rdev->mode_info.connector_table = CT_MINI_INTERNAL;
Grant Likely71a157e2010-02-01 21:34:14 -07001560 } else if (of_machine_is_compatible("PowerMac10,2")) {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001561 /* mini with external tmds */
1562 rdev->mode_info.connector_table = CT_MINI_EXTERNAL;
Grant Likely71a157e2010-02-01 21:34:14 -07001563 } else if (of_machine_is_compatible("PowerMac12,1")) {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001564 /* PowerMac8,1 ? */
1565 /* imac g5 isight */
1566 rdev->mode_info.connector_table = CT_IMAC_G5_ISIGHT;
Alex Deucheraa74fbb2010-09-07 14:41:30 -04001567 } else if ((rdev->pdev->device == 0x4a48) &&
1568 (rdev->pdev->subsystem_vendor == 0x1002) &&
1569 (rdev->pdev->subsystem_device == 0x4a48)) {
1570 /* Mac X800 */
1571 rdev->mode_info.connector_table = CT_MAC_X800;
Alex Deucher7c88d2b2011-06-14 15:27:38 +00001572 } else if ((of_machine_is_compatible("PowerMac7,2") ||
1573 of_machine_is_compatible("PowerMac7,3")) &&
1574 (rdev->pdev->device == 0x4150) &&
1575 (rdev->pdev->subsystem_vendor == 0x1002) &&
1576 (rdev->pdev->subsystem_device == 0x4150)) {
1577 /* Mac G5 tower 9600 */
Alex Deucher9fad3212011-02-07 13:15:28 -05001578 rdev->mode_info.connector_table = CT_MAC_G5_9600;
Alex Deucher6a556032012-05-02 12:10:21 -04001579 } else if ((rdev->pdev->device == 0x4c66) &&
1580 (rdev->pdev->subsystem_vendor == 0x1002) &&
1581 (rdev->pdev->subsystem_device == 0x4c66)) {
1582 /* SAM440ep RV250 embedded board */
1583 rdev->mode_info.connector_table = CT_SAM440EP;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001584 } else
1585#endif /* CONFIG_PPC_PMAC */
Dave Airlie76a71422010-06-11 01:09:05 -04001586#ifdef CONFIG_PPC64
1587 if (ASIC_IS_RN50(rdev))
1588 rdev->mode_info.connector_table = CT_RN50_POWER;
1589 else
1590#endif
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001591 rdev->mode_info.connector_table = CT_GENERIC;
1592 }
1593
1594 switch (rdev->mode_info.connector_table) {
1595 case CT_GENERIC:
1596 DRM_INFO("Connector Table: %d (generic)\n",
1597 rdev->mode_info.connector_table);
1598 /* these are the most common settings */
1599 if (rdev->flags & RADEON_SINGLE_CRTC) {
1600 /* VGA - primary dac */
Alex Deucher179e8072010-08-05 21:21:17 -04001601 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_VGA, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05001602 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001603 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001604 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001605 ATOM_DEVICE_CRT1_SUPPORT,
1606 1),
1607 ATOM_DEVICE_CRT1_SUPPORT);
1608 radeon_add_legacy_connector(dev, 0,
1609 ATOM_DEVICE_CRT1_SUPPORT,
1610 DRM_MODE_CONNECTOR_VGA,
Alex Deucherb75fad02009-11-05 13:16:01 -05001611 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001612 CONNECTOR_OBJECT_ID_VGA,
1613 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001614 } else if (rdev->flags & RADEON_IS_MOBILITY) {
1615 /* LVDS */
Alex Deucher179e8072010-08-05 21:21:17 -04001616 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_NONE_DETECTED, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05001617 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001618 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001619 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001620 ATOM_DEVICE_LCD1_SUPPORT,
1621 0),
1622 ATOM_DEVICE_LCD1_SUPPORT);
1623 radeon_add_legacy_connector(dev, 0,
1624 ATOM_DEVICE_LCD1_SUPPORT,
1625 DRM_MODE_CONNECTOR_LVDS,
Alex Deucherb75fad02009-11-05 13:16:01 -05001626 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001627 CONNECTOR_OBJECT_ID_LVDS,
1628 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001629
1630 /* VGA - primary dac */
Alex Deucher179e8072010-08-05 21:21:17 -04001631 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_VGA, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05001632 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001633 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001634 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001635 ATOM_DEVICE_CRT1_SUPPORT,
1636 1),
1637 ATOM_DEVICE_CRT1_SUPPORT);
1638 radeon_add_legacy_connector(dev, 1,
1639 ATOM_DEVICE_CRT1_SUPPORT,
1640 DRM_MODE_CONNECTOR_VGA,
Alex Deucherb75fad02009-11-05 13:16:01 -05001641 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001642 CONNECTOR_OBJECT_ID_VGA,
1643 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001644 } else {
1645 /* DVI-I - tv dac, int tmds */
Alex Deucher179e8072010-08-05 21:21:17 -04001646 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_DVI, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05001647 hpd.hpd = RADEON_HPD_1;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001648 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001649 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001650 ATOM_DEVICE_DFP1_SUPPORT,
1651 0),
1652 ATOM_DEVICE_DFP1_SUPPORT);
1653 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001654 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001655 ATOM_DEVICE_CRT2_SUPPORT,
1656 2),
1657 ATOM_DEVICE_CRT2_SUPPORT);
1658 radeon_add_legacy_connector(dev, 0,
1659 ATOM_DEVICE_DFP1_SUPPORT |
1660 ATOM_DEVICE_CRT2_SUPPORT,
1661 DRM_MODE_CONNECTOR_DVII,
Alex Deucherb75fad02009-11-05 13:16:01 -05001662 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001663 CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_I,
1664 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001665
1666 /* VGA - primary dac */
Alex Deucher179e8072010-08-05 21:21:17 -04001667 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_VGA, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05001668 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001669 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001670 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001671 ATOM_DEVICE_CRT1_SUPPORT,
1672 1),
1673 ATOM_DEVICE_CRT1_SUPPORT);
1674 radeon_add_legacy_connector(dev, 1,
1675 ATOM_DEVICE_CRT1_SUPPORT,
1676 DRM_MODE_CONNECTOR_VGA,
Alex Deucherb75fad02009-11-05 13:16:01 -05001677 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001678 CONNECTOR_OBJECT_ID_VGA,
1679 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001680 }
1681
1682 if (rdev->family != CHIP_R100 && rdev->family != CHIP_R200) {
1683 /* TV - tv dac */
Alex Deuchereed45b32009-12-04 14:45:27 -05001684 ddc_i2c.valid = false;
1685 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001686 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001687 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001688 ATOM_DEVICE_TV1_SUPPORT,
1689 2),
1690 ATOM_DEVICE_TV1_SUPPORT);
1691 radeon_add_legacy_connector(dev, 2,
1692 ATOM_DEVICE_TV1_SUPPORT,
1693 DRM_MODE_CONNECTOR_SVIDEO,
Alex Deucherb75fad02009-11-05 13:16:01 -05001694 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001695 CONNECTOR_OBJECT_ID_SVIDEO,
1696 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001697 }
1698 break;
1699 case CT_IBOOK:
1700 DRM_INFO("Connector Table: %d (ibook)\n",
1701 rdev->mode_info.connector_table);
1702 /* LVDS */
Alex Deucher179e8072010-08-05 21:21:17 -04001703 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_DVI, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05001704 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001705 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001706 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001707 ATOM_DEVICE_LCD1_SUPPORT,
1708 0),
1709 ATOM_DEVICE_LCD1_SUPPORT);
1710 radeon_add_legacy_connector(dev, 0, ATOM_DEVICE_LCD1_SUPPORT,
Alex Deucherb75fad02009-11-05 13:16:01 -05001711 DRM_MODE_CONNECTOR_LVDS, &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001712 CONNECTOR_OBJECT_ID_LVDS,
1713 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001714 /* VGA - TV DAC */
Alex Deucher179e8072010-08-05 21:21:17 -04001715 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_VGA, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05001716 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001717 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001718 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001719 ATOM_DEVICE_CRT2_SUPPORT,
1720 2),
1721 ATOM_DEVICE_CRT2_SUPPORT);
1722 radeon_add_legacy_connector(dev, 1, ATOM_DEVICE_CRT2_SUPPORT,
Alex Deucherb75fad02009-11-05 13:16:01 -05001723 DRM_MODE_CONNECTOR_VGA, &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001724 CONNECTOR_OBJECT_ID_VGA,
1725 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001726 /* TV - TV DAC */
Alex Deuchereed45b32009-12-04 14:45:27 -05001727 ddc_i2c.valid = false;
1728 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001729 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001730 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001731 ATOM_DEVICE_TV1_SUPPORT,
1732 2),
1733 ATOM_DEVICE_TV1_SUPPORT);
1734 radeon_add_legacy_connector(dev, 2, ATOM_DEVICE_TV1_SUPPORT,
1735 DRM_MODE_CONNECTOR_SVIDEO,
Alex Deucherb75fad02009-11-05 13:16:01 -05001736 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001737 CONNECTOR_OBJECT_ID_SVIDEO,
1738 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001739 break;
1740 case CT_POWERBOOK_EXTERNAL:
1741 DRM_INFO("Connector Table: %d (powerbook external tmds)\n",
1742 rdev->mode_info.connector_table);
1743 /* LVDS */
Alex Deucher179e8072010-08-05 21:21:17 -04001744 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_DVI, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05001745 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001746 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001747 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001748 ATOM_DEVICE_LCD1_SUPPORT,
1749 0),
1750 ATOM_DEVICE_LCD1_SUPPORT);
1751 radeon_add_legacy_connector(dev, 0, ATOM_DEVICE_LCD1_SUPPORT,
Alex Deucherb75fad02009-11-05 13:16:01 -05001752 DRM_MODE_CONNECTOR_LVDS, &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001753 CONNECTOR_OBJECT_ID_LVDS,
1754 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001755 /* DVI-I - primary dac, ext tmds */
Alex Deucher179e8072010-08-05 21:21:17 -04001756 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_VGA, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05001757 hpd.hpd = RADEON_HPD_2; /* ??? */
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001758 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001759 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001760 ATOM_DEVICE_DFP2_SUPPORT,
1761 0),
1762 ATOM_DEVICE_DFP2_SUPPORT);
1763 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001764 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001765 ATOM_DEVICE_CRT1_SUPPORT,
1766 1),
1767 ATOM_DEVICE_CRT1_SUPPORT);
Alex Deucherb75fad02009-11-05 13:16:01 -05001768 /* XXX some are SL */
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001769 radeon_add_legacy_connector(dev, 1,
1770 ATOM_DEVICE_DFP2_SUPPORT |
1771 ATOM_DEVICE_CRT1_SUPPORT,
Alex Deucherb75fad02009-11-05 13:16:01 -05001772 DRM_MODE_CONNECTOR_DVII, &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001773 CONNECTOR_OBJECT_ID_DUAL_LINK_DVI_I,
1774 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001775 /* TV - TV DAC */
Alex Deuchereed45b32009-12-04 14:45:27 -05001776 ddc_i2c.valid = false;
1777 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001778 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001779 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001780 ATOM_DEVICE_TV1_SUPPORT,
1781 2),
1782 ATOM_DEVICE_TV1_SUPPORT);
1783 radeon_add_legacy_connector(dev, 2, ATOM_DEVICE_TV1_SUPPORT,
1784 DRM_MODE_CONNECTOR_SVIDEO,
Alex Deucherb75fad02009-11-05 13:16:01 -05001785 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001786 CONNECTOR_OBJECT_ID_SVIDEO,
1787 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001788 break;
1789 case CT_POWERBOOK_INTERNAL:
1790 DRM_INFO("Connector Table: %d (powerbook internal tmds)\n",
1791 rdev->mode_info.connector_table);
1792 /* LVDS */
Alex Deucher179e8072010-08-05 21:21:17 -04001793 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_DVI, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05001794 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001795 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001796 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001797 ATOM_DEVICE_LCD1_SUPPORT,
1798 0),
1799 ATOM_DEVICE_LCD1_SUPPORT);
1800 radeon_add_legacy_connector(dev, 0, ATOM_DEVICE_LCD1_SUPPORT,
Alex Deucherb75fad02009-11-05 13:16:01 -05001801 DRM_MODE_CONNECTOR_LVDS, &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001802 CONNECTOR_OBJECT_ID_LVDS,
1803 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001804 /* DVI-I - primary dac, int tmds */
Alex Deucher179e8072010-08-05 21:21:17 -04001805 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_VGA, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05001806 hpd.hpd = RADEON_HPD_1; /* ??? */
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001807 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001808 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001809 ATOM_DEVICE_DFP1_SUPPORT,
1810 0),
1811 ATOM_DEVICE_DFP1_SUPPORT);
1812 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001813 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001814 ATOM_DEVICE_CRT1_SUPPORT,
1815 1),
1816 ATOM_DEVICE_CRT1_SUPPORT);
1817 radeon_add_legacy_connector(dev, 1,
1818 ATOM_DEVICE_DFP1_SUPPORT |
1819 ATOM_DEVICE_CRT1_SUPPORT,
Alex Deucherb75fad02009-11-05 13:16:01 -05001820 DRM_MODE_CONNECTOR_DVII, &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001821 CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_I,
1822 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001823 /* TV - TV DAC */
Alex Deuchereed45b32009-12-04 14:45:27 -05001824 ddc_i2c.valid = false;
1825 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001826 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001827 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001828 ATOM_DEVICE_TV1_SUPPORT,
1829 2),
1830 ATOM_DEVICE_TV1_SUPPORT);
1831 radeon_add_legacy_connector(dev, 2, ATOM_DEVICE_TV1_SUPPORT,
1832 DRM_MODE_CONNECTOR_SVIDEO,
Alex Deucherb75fad02009-11-05 13:16:01 -05001833 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001834 CONNECTOR_OBJECT_ID_SVIDEO,
1835 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001836 break;
1837 case CT_POWERBOOK_VGA:
1838 DRM_INFO("Connector Table: %d (powerbook vga)\n",
1839 rdev->mode_info.connector_table);
1840 /* LVDS */
Alex Deucher179e8072010-08-05 21:21:17 -04001841 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_DVI, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05001842 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001843 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001844 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001845 ATOM_DEVICE_LCD1_SUPPORT,
1846 0),
1847 ATOM_DEVICE_LCD1_SUPPORT);
1848 radeon_add_legacy_connector(dev, 0, ATOM_DEVICE_LCD1_SUPPORT,
Alex Deucherb75fad02009-11-05 13:16:01 -05001849 DRM_MODE_CONNECTOR_LVDS, &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001850 CONNECTOR_OBJECT_ID_LVDS,
1851 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001852 /* VGA - primary dac */
Alex Deucher179e8072010-08-05 21:21:17 -04001853 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_VGA, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05001854 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001855 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001856 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001857 ATOM_DEVICE_CRT1_SUPPORT,
1858 1),
1859 ATOM_DEVICE_CRT1_SUPPORT);
1860 radeon_add_legacy_connector(dev, 1, ATOM_DEVICE_CRT1_SUPPORT,
Alex Deucherb75fad02009-11-05 13:16:01 -05001861 DRM_MODE_CONNECTOR_VGA, &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001862 CONNECTOR_OBJECT_ID_VGA,
1863 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001864 /* TV - TV DAC */
Alex Deuchereed45b32009-12-04 14:45:27 -05001865 ddc_i2c.valid = false;
1866 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001867 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001868 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001869 ATOM_DEVICE_TV1_SUPPORT,
1870 2),
1871 ATOM_DEVICE_TV1_SUPPORT);
1872 radeon_add_legacy_connector(dev, 2, ATOM_DEVICE_TV1_SUPPORT,
1873 DRM_MODE_CONNECTOR_SVIDEO,
Alex Deucherb75fad02009-11-05 13:16:01 -05001874 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001875 CONNECTOR_OBJECT_ID_SVIDEO,
1876 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001877 break;
1878 case CT_MINI_EXTERNAL:
1879 DRM_INFO("Connector Table: %d (mini external tmds)\n",
1880 rdev->mode_info.connector_table);
1881 /* DVI-I - tv dac, ext tmds */
Alex Deucher179e8072010-08-05 21:21:17 -04001882 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_CRT2, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05001883 hpd.hpd = RADEON_HPD_2; /* ??? */
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001884 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001885 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001886 ATOM_DEVICE_DFP2_SUPPORT,
1887 0),
1888 ATOM_DEVICE_DFP2_SUPPORT);
1889 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001890 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001891 ATOM_DEVICE_CRT2_SUPPORT,
1892 2),
1893 ATOM_DEVICE_CRT2_SUPPORT);
Alex Deucherb75fad02009-11-05 13:16:01 -05001894 /* XXX are any DL? */
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001895 radeon_add_legacy_connector(dev, 0,
1896 ATOM_DEVICE_DFP2_SUPPORT |
1897 ATOM_DEVICE_CRT2_SUPPORT,
Alex Deucherb75fad02009-11-05 13:16:01 -05001898 DRM_MODE_CONNECTOR_DVII, &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001899 CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_I,
1900 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001901 /* TV - TV DAC */
Alex Deuchereed45b32009-12-04 14:45:27 -05001902 ddc_i2c.valid = false;
1903 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001904 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001905 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001906 ATOM_DEVICE_TV1_SUPPORT,
1907 2),
1908 ATOM_DEVICE_TV1_SUPPORT);
1909 radeon_add_legacy_connector(dev, 1, ATOM_DEVICE_TV1_SUPPORT,
1910 DRM_MODE_CONNECTOR_SVIDEO,
Alex Deucherb75fad02009-11-05 13:16:01 -05001911 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001912 CONNECTOR_OBJECT_ID_SVIDEO,
1913 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001914 break;
1915 case CT_MINI_INTERNAL:
1916 DRM_INFO("Connector Table: %d (mini internal tmds)\n",
1917 rdev->mode_info.connector_table);
1918 /* DVI-I - tv dac, int tmds */
Alex Deucher179e8072010-08-05 21:21:17 -04001919 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_CRT2, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05001920 hpd.hpd = RADEON_HPD_1; /* ??? */
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001921 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001922 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001923 ATOM_DEVICE_DFP1_SUPPORT,
1924 0),
1925 ATOM_DEVICE_DFP1_SUPPORT);
1926 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001927 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001928 ATOM_DEVICE_CRT2_SUPPORT,
1929 2),
1930 ATOM_DEVICE_CRT2_SUPPORT);
1931 radeon_add_legacy_connector(dev, 0,
1932 ATOM_DEVICE_DFP1_SUPPORT |
1933 ATOM_DEVICE_CRT2_SUPPORT,
Alex Deucherb75fad02009-11-05 13:16:01 -05001934 DRM_MODE_CONNECTOR_DVII, &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001935 CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_I,
1936 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001937 /* TV - TV DAC */
Alex Deuchereed45b32009-12-04 14:45:27 -05001938 ddc_i2c.valid = false;
1939 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001940 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001941 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001942 ATOM_DEVICE_TV1_SUPPORT,
1943 2),
1944 ATOM_DEVICE_TV1_SUPPORT);
1945 radeon_add_legacy_connector(dev, 1, ATOM_DEVICE_TV1_SUPPORT,
1946 DRM_MODE_CONNECTOR_SVIDEO,
Alex Deucherb75fad02009-11-05 13:16:01 -05001947 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001948 CONNECTOR_OBJECT_ID_SVIDEO,
1949 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001950 break;
1951 case CT_IMAC_G5_ISIGHT:
1952 DRM_INFO("Connector Table: %d (imac g5 isight)\n",
1953 rdev->mode_info.connector_table);
1954 /* DVI-D - int tmds */
Alex Deucher179e8072010-08-05 21:21:17 -04001955 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_MONID, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05001956 hpd.hpd = RADEON_HPD_1; /* ??? */
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001957 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001958 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001959 ATOM_DEVICE_DFP1_SUPPORT,
1960 0),
1961 ATOM_DEVICE_DFP1_SUPPORT);
1962 radeon_add_legacy_connector(dev, 0, ATOM_DEVICE_DFP1_SUPPORT,
Alex Deucherb75fad02009-11-05 13:16:01 -05001963 DRM_MODE_CONNECTOR_DVID, &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001964 CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_D,
1965 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001966 /* VGA - tv dac */
Alex Deucher179e8072010-08-05 21:21:17 -04001967 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_DVI, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05001968 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001969 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001970 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001971 ATOM_DEVICE_CRT2_SUPPORT,
1972 2),
1973 ATOM_DEVICE_CRT2_SUPPORT);
1974 radeon_add_legacy_connector(dev, 1, ATOM_DEVICE_CRT2_SUPPORT,
Alex Deucherb75fad02009-11-05 13:16:01 -05001975 DRM_MODE_CONNECTOR_VGA, &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001976 CONNECTOR_OBJECT_ID_VGA,
1977 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001978 /* TV - TV DAC */
Alex Deuchereed45b32009-12-04 14:45:27 -05001979 ddc_i2c.valid = false;
1980 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001981 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001982 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001983 ATOM_DEVICE_TV1_SUPPORT,
1984 2),
1985 ATOM_DEVICE_TV1_SUPPORT);
1986 radeon_add_legacy_connector(dev, 2, ATOM_DEVICE_TV1_SUPPORT,
1987 DRM_MODE_CONNECTOR_SVIDEO,
Alex Deucherb75fad02009-11-05 13:16:01 -05001988 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05001989 CONNECTOR_OBJECT_ID_SVIDEO,
1990 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001991 break;
1992 case CT_EMAC:
1993 DRM_INFO("Connector Table: %d (emac)\n",
1994 rdev->mode_info.connector_table);
1995 /* VGA - primary dac */
Alex Deucher179e8072010-08-05 21:21:17 -04001996 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_VGA, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05001997 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02001998 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04001999 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002000 ATOM_DEVICE_CRT1_SUPPORT,
2001 1),
2002 ATOM_DEVICE_CRT1_SUPPORT);
2003 radeon_add_legacy_connector(dev, 0, ATOM_DEVICE_CRT1_SUPPORT,
Alex Deucherb75fad02009-11-05 13:16:01 -05002004 DRM_MODE_CONNECTOR_VGA, &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05002005 CONNECTOR_OBJECT_ID_VGA,
2006 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002007 /* VGA - tv dac */
Alex Deucher179e8072010-08-05 21:21:17 -04002008 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_CRT2, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05002009 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002010 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04002011 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002012 ATOM_DEVICE_CRT2_SUPPORT,
2013 2),
2014 ATOM_DEVICE_CRT2_SUPPORT);
2015 radeon_add_legacy_connector(dev, 1, ATOM_DEVICE_CRT2_SUPPORT,
Alex Deucherb75fad02009-11-05 13:16:01 -05002016 DRM_MODE_CONNECTOR_VGA, &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05002017 CONNECTOR_OBJECT_ID_VGA,
2018 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002019 /* TV - TV DAC */
Alex Deuchereed45b32009-12-04 14:45:27 -05002020 ddc_i2c.valid = false;
2021 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002022 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04002023 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002024 ATOM_DEVICE_TV1_SUPPORT,
2025 2),
2026 ATOM_DEVICE_TV1_SUPPORT);
2027 radeon_add_legacy_connector(dev, 2, ATOM_DEVICE_TV1_SUPPORT,
2028 DRM_MODE_CONNECTOR_SVIDEO,
Alex Deucherb75fad02009-11-05 13:16:01 -05002029 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05002030 CONNECTOR_OBJECT_ID_SVIDEO,
2031 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002032 break;
Dave Airlie76a71422010-06-11 01:09:05 -04002033 case CT_RN50_POWER:
2034 DRM_INFO("Connector Table: %d (rn50-power)\n",
2035 rdev->mode_info.connector_table);
2036 /* VGA - primary dac */
Alex Deucher179e8072010-08-05 21:21:17 -04002037 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_VGA, 0, 0);
Dave Airlie76a71422010-06-11 01:09:05 -04002038 hpd.hpd = RADEON_HPD_NONE;
2039 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04002040 radeon_get_encoder_enum(dev,
Dave Airlie76a71422010-06-11 01:09:05 -04002041 ATOM_DEVICE_CRT1_SUPPORT,
2042 1),
2043 ATOM_DEVICE_CRT1_SUPPORT);
2044 radeon_add_legacy_connector(dev, 0, ATOM_DEVICE_CRT1_SUPPORT,
2045 DRM_MODE_CONNECTOR_VGA, &ddc_i2c,
2046 CONNECTOR_OBJECT_ID_VGA,
2047 &hpd);
Alex Deucher179e8072010-08-05 21:21:17 -04002048 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_CRT2, 0, 0);
Dave Airlie76a71422010-06-11 01:09:05 -04002049 hpd.hpd = RADEON_HPD_NONE;
2050 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04002051 radeon_get_encoder_enum(dev,
Dave Airlie76a71422010-06-11 01:09:05 -04002052 ATOM_DEVICE_CRT2_SUPPORT,
2053 2),
2054 ATOM_DEVICE_CRT2_SUPPORT);
2055 radeon_add_legacy_connector(dev, 1, ATOM_DEVICE_CRT2_SUPPORT,
2056 DRM_MODE_CONNECTOR_VGA, &ddc_i2c,
2057 CONNECTOR_OBJECT_ID_VGA,
2058 &hpd);
2059 break;
Alex Deucheraa74fbb2010-09-07 14:41:30 -04002060 case CT_MAC_X800:
2061 DRM_INFO("Connector Table: %d (mac x800)\n",
2062 rdev->mode_info.connector_table);
2063 /* DVI - primary dac, internal tmds */
2064 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_DVI, 0, 0);
2065 hpd.hpd = RADEON_HPD_1; /* ??? */
2066 radeon_add_legacy_encoder(dev,
2067 radeon_get_encoder_enum(dev,
2068 ATOM_DEVICE_DFP1_SUPPORT,
2069 0),
2070 ATOM_DEVICE_DFP1_SUPPORT);
2071 radeon_add_legacy_encoder(dev,
2072 radeon_get_encoder_enum(dev,
2073 ATOM_DEVICE_CRT1_SUPPORT,
2074 1),
2075 ATOM_DEVICE_CRT1_SUPPORT);
2076 radeon_add_legacy_connector(dev, 0,
2077 ATOM_DEVICE_DFP1_SUPPORT |
2078 ATOM_DEVICE_CRT1_SUPPORT,
2079 DRM_MODE_CONNECTOR_DVII, &ddc_i2c,
2080 CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_I,
2081 &hpd);
2082 /* DVI - tv dac, dvo */
2083 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_MONID, 0, 0);
2084 hpd.hpd = RADEON_HPD_2; /* ??? */
2085 radeon_add_legacy_encoder(dev,
2086 radeon_get_encoder_enum(dev,
2087 ATOM_DEVICE_DFP2_SUPPORT,
2088 0),
2089 ATOM_DEVICE_DFP2_SUPPORT);
2090 radeon_add_legacy_encoder(dev,
2091 radeon_get_encoder_enum(dev,
2092 ATOM_DEVICE_CRT2_SUPPORT,
2093 2),
2094 ATOM_DEVICE_CRT2_SUPPORT);
2095 radeon_add_legacy_connector(dev, 1,
2096 ATOM_DEVICE_DFP2_SUPPORT |
2097 ATOM_DEVICE_CRT2_SUPPORT,
2098 DRM_MODE_CONNECTOR_DVII, &ddc_i2c,
2099 CONNECTOR_OBJECT_ID_DUAL_LINK_DVI_I,
2100 &hpd);
2101 break;
Alex Deucher9fad3212011-02-07 13:15:28 -05002102 case CT_MAC_G5_9600:
2103 DRM_INFO("Connector Table: %d (mac g5 9600)\n",
2104 rdev->mode_info.connector_table);
2105 /* DVI - tv dac, dvo */
2106 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_DVI, 0, 0);
2107 hpd.hpd = RADEON_HPD_1; /* ??? */
2108 radeon_add_legacy_encoder(dev,
2109 radeon_get_encoder_enum(dev,
2110 ATOM_DEVICE_DFP2_SUPPORT,
2111 0),
2112 ATOM_DEVICE_DFP2_SUPPORT);
2113 radeon_add_legacy_encoder(dev,
2114 radeon_get_encoder_enum(dev,
2115 ATOM_DEVICE_CRT2_SUPPORT,
2116 2),
2117 ATOM_DEVICE_CRT2_SUPPORT);
2118 radeon_add_legacy_connector(dev, 0,
2119 ATOM_DEVICE_DFP2_SUPPORT |
2120 ATOM_DEVICE_CRT2_SUPPORT,
2121 DRM_MODE_CONNECTOR_DVII, &ddc_i2c,
2122 CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_I,
2123 &hpd);
2124 /* ADC - primary dac, internal tmds */
2125 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_VGA, 0, 0);
2126 hpd.hpd = RADEON_HPD_2; /* ??? */
2127 radeon_add_legacy_encoder(dev,
2128 radeon_get_encoder_enum(dev,
2129 ATOM_DEVICE_DFP1_SUPPORT,
2130 0),
2131 ATOM_DEVICE_DFP1_SUPPORT);
2132 radeon_add_legacy_encoder(dev,
2133 radeon_get_encoder_enum(dev,
2134 ATOM_DEVICE_CRT1_SUPPORT,
2135 1),
2136 ATOM_DEVICE_CRT1_SUPPORT);
2137 radeon_add_legacy_connector(dev, 1,
2138 ATOM_DEVICE_DFP1_SUPPORT |
2139 ATOM_DEVICE_CRT1_SUPPORT,
2140 DRM_MODE_CONNECTOR_DVII, &ddc_i2c,
2141 CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_I,
2142 &hpd);
Alex Deucherbeb47272011-04-02 09:09:08 -04002143 /* TV - TV DAC */
2144 ddc_i2c.valid = false;
2145 hpd.hpd = RADEON_HPD_NONE;
2146 radeon_add_legacy_encoder(dev,
2147 radeon_get_encoder_enum(dev,
2148 ATOM_DEVICE_TV1_SUPPORT,
2149 2),
2150 ATOM_DEVICE_TV1_SUPPORT);
2151 radeon_add_legacy_connector(dev, 2, ATOM_DEVICE_TV1_SUPPORT,
2152 DRM_MODE_CONNECTOR_SVIDEO,
2153 &ddc_i2c,
2154 CONNECTOR_OBJECT_ID_SVIDEO,
2155 &hpd);
Alex Deucher9fad3212011-02-07 13:15:28 -05002156 break;
Alex Deucher6a556032012-05-02 12:10:21 -04002157 case CT_SAM440EP:
2158 DRM_INFO("Connector Table: %d (SAM440ep embedded board)\n",
2159 rdev->mode_info.connector_table);
2160 /* LVDS */
2161 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_NONE_DETECTED, 0, 0);
2162 hpd.hpd = RADEON_HPD_NONE;
2163 radeon_add_legacy_encoder(dev,
2164 radeon_get_encoder_enum(dev,
2165 ATOM_DEVICE_LCD1_SUPPORT,
2166 0),
2167 ATOM_DEVICE_LCD1_SUPPORT);
2168 radeon_add_legacy_connector(dev, 0, ATOM_DEVICE_LCD1_SUPPORT,
2169 DRM_MODE_CONNECTOR_LVDS, &ddc_i2c,
2170 CONNECTOR_OBJECT_ID_LVDS,
2171 &hpd);
2172 /* DVI-I - secondary dac, int tmds */
2173 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_DVI, 0, 0);
2174 hpd.hpd = RADEON_HPD_1; /* ??? */
2175 radeon_add_legacy_encoder(dev,
2176 radeon_get_encoder_enum(dev,
2177 ATOM_DEVICE_DFP1_SUPPORT,
2178 0),
2179 ATOM_DEVICE_DFP1_SUPPORT);
2180 radeon_add_legacy_encoder(dev,
2181 radeon_get_encoder_enum(dev,
2182 ATOM_DEVICE_CRT2_SUPPORT,
2183 2),
2184 ATOM_DEVICE_CRT2_SUPPORT);
2185 radeon_add_legacy_connector(dev, 1,
2186 ATOM_DEVICE_DFP1_SUPPORT |
2187 ATOM_DEVICE_CRT2_SUPPORT,
2188 DRM_MODE_CONNECTOR_DVII, &ddc_i2c,
2189 CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_I,
2190 &hpd);
2191 /* VGA - primary dac */
2192 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_VGA, 0, 0);
2193 hpd.hpd = RADEON_HPD_NONE;
2194 radeon_add_legacy_encoder(dev,
2195 radeon_get_encoder_enum(dev,
2196 ATOM_DEVICE_CRT1_SUPPORT,
2197 1),
2198 ATOM_DEVICE_CRT1_SUPPORT);
2199 radeon_add_legacy_connector(dev, 2,
2200 ATOM_DEVICE_CRT1_SUPPORT,
2201 DRM_MODE_CONNECTOR_VGA, &ddc_i2c,
2202 CONNECTOR_OBJECT_ID_VGA,
2203 &hpd);
2204 /* TV - TV DAC */
2205 ddc_i2c.valid = false;
2206 hpd.hpd = RADEON_HPD_NONE;
2207 radeon_add_legacy_encoder(dev,
2208 radeon_get_encoder_enum(dev,
2209 ATOM_DEVICE_TV1_SUPPORT,
2210 2),
2211 ATOM_DEVICE_TV1_SUPPORT);
2212 radeon_add_legacy_connector(dev, 3, ATOM_DEVICE_TV1_SUPPORT,
2213 DRM_MODE_CONNECTOR_SVIDEO,
2214 &ddc_i2c,
2215 CONNECTOR_OBJECT_ID_SVIDEO,
2216 &hpd);
2217 break;
Alex Deuchercafa59b2012-12-20 16:35:47 -05002218 case CT_MAC_G4_SILVER:
2219 DRM_INFO("Connector Table: %d (mac g4 silver)\n",
2220 rdev->mode_info.connector_table);
2221 /* DVI-I - tv dac, int tmds */
2222 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_DVI, 0, 0);
2223 hpd.hpd = RADEON_HPD_1; /* ??? */
2224 radeon_add_legacy_encoder(dev,
2225 radeon_get_encoder_enum(dev,
2226 ATOM_DEVICE_DFP1_SUPPORT,
2227 0),
2228 ATOM_DEVICE_DFP1_SUPPORT);
2229 radeon_add_legacy_encoder(dev,
2230 radeon_get_encoder_enum(dev,
2231 ATOM_DEVICE_CRT2_SUPPORT,
2232 2),
2233 ATOM_DEVICE_CRT2_SUPPORT);
2234 radeon_add_legacy_connector(dev, 0,
2235 ATOM_DEVICE_DFP1_SUPPORT |
2236 ATOM_DEVICE_CRT2_SUPPORT,
2237 DRM_MODE_CONNECTOR_DVII, &ddc_i2c,
2238 CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_I,
2239 &hpd);
2240 /* VGA - primary dac */
2241 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_VGA, 0, 0);
2242 hpd.hpd = RADEON_HPD_NONE;
2243 radeon_add_legacy_encoder(dev,
2244 radeon_get_encoder_enum(dev,
2245 ATOM_DEVICE_CRT1_SUPPORT,
2246 1),
2247 ATOM_DEVICE_CRT1_SUPPORT);
2248 radeon_add_legacy_connector(dev, 1, ATOM_DEVICE_CRT1_SUPPORT,
2249 DRM_MODE_CONNECTOR_VGA, &ddc_i2c,
2250 CONNECTOR_OBJECT_ID_VGA,
2251 &hpd);
2252 /* TV - TV DAC */
2253 ddc_i2c.valid = false;
2254 hpd.hpd = RADEON_HPD_NONE;
2255 radeon_add_legacy_encoder(dev,
2256 radeon_get_encoder_enum(dev,
2257 ATOM_DEVICE_TV1_SUPPORT,
2258 2),
2259 ATOM_DEVICE_TV1_SUPPORT);
2260 radeon_add_legacy_connector(dev, 2, ATOM_DEVICE_TV1_SUPPORT,
2261 DRM_MODE_CONNECTOR_SVIDEO,
2262 &ddc_i2c,
2263 CONNECTOR_OBJECT_ID_SVIDEO,
2264 &hpd);
2265 break;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002266 default:
2267 DRM_INFO("Connector table: %d (invalid)\n",
2268 rdev->mode_info.connector_table);
2269 return false;
2270 }
2271
2272 radeon_link_encoder_connector(dev);
2273
2274 return true;
2275}
2276
2277static bool radeon_apply_legacy_quirks(struct drm_device *dev,
2278 int bios_index,
2279 enum radeon_combios_connector
2280 *legacy_connector,
Alex Deuchereed45b32009-12-04 14:45:27 -05002281 struct radeon_i2c_bus_rec *ddc_i2c,
2282 struct radeon_hpd *hpd)
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002283{
Alex Deucherfcec5702009-11-10 21:25:07 -05002284
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002285 /* Certain IBM chipset RN50s have a BIOS reporting two VGAs,
2286 one with VGA DDC and one with CRT2 DDC. - kill the CRT2 DDC one */
2287 if (dev->pdev->device == 0x515e &&
2288 dev->pdev->subsystem_vendor == 0x1014) {
2289 if (*legacy_connector == CONNECTOR_CRT_LEGACY &&
2290 ddc_i2c->mask_clk_reg == RADEON_GPIO_CRT2_DDC)
2291 return false;
2292 }
2293
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002294 /* X300 card with extra non-existent DVI port */
2295 if (dev->pdev->device == 0x5B60 &&
2296 dev->pdev->subsystem_vendor == 0x17af &&
2297 dev->pdev->subsystem_device == 0x201e && bios_index == 2) {
2298 if (*legacy_connector == CONNECTOR_DVI_I_LEGACY)
2299 return false;
2300 }
2301
2302 return true;
2303}
2304
Alex Deucher790cfb32009-10-15 23:26:09 -04002305static bool radeon_apply_legacy_tv_quirks(struct drm_device *dev)
2306{
2307 /* Acer 5102 has non-existent TV port */
2308 if (dev->pdev->device == 0x5975 &&
2309 dev->pdev->subsystem_vendor == 0x1025 &&
2310 dev->pdev->subsystem_device == 0x009f)
2311 return false;
2312
Alex Deucherfc7f7112009-10-28 01:46:54 -04002313 /* HP dc5750 has non-existent TV port */
2314 if (dev->pdev->device == 0x5974 &&
2315 dev->pdev->subsystem_vendor == 0x103c &&
2316 dev->pdev->subsystem_device == 0x280a)
2317 return false;
2318
Alex Deucherfd874ad2009-11-16 18:33:51 -05002319 /* MSI S270 has non-existent TV port */
2320 if (dev->pdev->device == 0x5955 &&
2321 dev->pdev->subsystem_vendor == 0x1462 &&
2322 dev->pdev->subsystem_device == 0x0131)
2323 return false;
2324
Alex Deucher790cfb32009-10-15 23:26:09 -04002325 return true;
2326}
2327
Alex Deucherb75fad02009-11-05 13:16:01 -05002328static uint16_t combios_check_dl_dvi(struct drm_device *dev, int is_dvi_d)
2329{
2330 struct radeon_device *rdev = dev->dev_private;
2331 uint32_t ext_tmds_info;
2332
2333 if (rdev->flags & RADEON_IS_IGP) {
2334 if (is_dvi_d)
2335 return CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_D;
2336 else
2337 return CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_I;
2338 }
2339 ext_tmds_info = combios_get_table_offset(dev, COMBIOS_EXT_TMDS_INFO_TABLE);
2340 if (ext_tmds_info) {
2341 uint8_t rev = RBIOS8(ext_tmds_info);
2342 uint8_t flags = RBIOS8(ext_tmds_info + 4 + 5);
2343 if (rev >= 3) {
2344 if (is_dvi_d)
2345 return CONNECTOR_OBJECT_ID_DUAL_LINK_DVI_D;
2346 else
2347 return CONNECTOR_OBJECT_ID_DUAL_LINK_DVI_I;
2348 } else {
2349 if (flags & 1) {
2350 if (is_dvi_d)
2351 return CONNECTOR_OBJECT_ID_DUAL_LINK_DVI_D;
2352 else
2353 return CONNECTOR_OBJECT_ID_DUAL_LINK_DVI_I;
2354 }
2355 }
2356 }
2357 if (is_dvi_d)
2358 return CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_D;
2359 else
2360 return CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_I;
2361}
2362
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002363bool radeon_get_legacy_connector_info_from_bios(struct drm_device *dev)
2364{
2365 struct radeon_device *rdev = dev->dev_private;
2366 uint32_t conn_info, entry, devices;
Alex Deucherb75fad02009-11-05 13:16:01 -05002367 uint16_t tmp, connector_object_id;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002368 enum radeon_combios_ddc ddc_type;
2369 enum radeon_combios_connector connector;
2370 int i = 0;
2371 struct radeon_i2c_bus_rec ddc_i2c;
Alex Deuchereed45b32009-12-04 14:45:27 -05002372 struct radeon_hpd hpd;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002373
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002374 conn_info = combios_get_table_offset(dev, COMBIOS_CONNECTOR_INFO_TABLE);
2375 if (conn_info) {
2376 for (i = 0; i < 4; i++) {
2377 entry = conn_info + 2 + i * 2;
2378
2379 if (!RBIOS16(entry))
2380 break;
2381
2382 tmp = RBIOS16(entry);
2383
2384 connector = (tmp >> 12) & 0xf;
2385
2386 ddc_type = (tmp >> 8) & 0xf;
Alex Deucher3d61bd42012-07-19 20:11:44 -04002387 if (ddc_type == 5)
2388 ddc_i2c = radeon_combios_get_i2c_info_from_table(rdev);
2389 else
2390 ddc_i2c = combios_setup_i2c_bus(rdev, ddc_type, 0, 0);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002391
Alex Deuchereed45b32009-12-04 14:45:27 -05002392 switch (connector) {
2393 case CONNECTOR_PROPRIETARY_LEGACY:
2394 case CONNECTOR_DVI_I_LEGACY:
2395 case CONNECTOR_DVI_D_LEGACY:
2396 if ((tmp >> 4) & 0x1)
2397 hpd.hpd = RADEON_HPD_2;
2398 else
2399 hpd.hpd = RADEON_HPD_1;
2400 break;
2401 default:
2402 hpd.hpd = RADEON_HPD_NONE;
2403 break;
2404 }
2405
Alex Deucher2d152c62009-10-15 23:08:05 -04002406 if (!radeon_apply_legacy_quirks(dev, i, &connector,
Alex Deuchereed45b32009-12-04 14:45:27 -05002407 &ddc_i2c, &hpd))
Alex Deucher2d152c62009-10-15 23:08:05 -04002408 continue;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002409
2410 switch (connector) {
2411 case CONNECTOR_PROPRIETARY_LEGACY:
2412 if ((tmp >> 4) & 0x1)
2413 devices = ATOM_DEVICE_DFP2_SUPPORT;
2414 else
2415 devices = ATOM_DEVICE_DFP1_SUPPORT;
2416 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04002417 radeon_get_encoder_enum
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002418 (dev, devices, 0),
2419 devices);
2420 radeon_add_legacy_connector(dev, i, devices,
2421 legacy_connector_convert
2422 [connector],
Alex Deucherb75fad02009-11-05 13:16:01 -05002423 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05002424 CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_D,
2425 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002426 break;
2427 case CONNECTOR_CRT_LEGACY:
2428 if (tmp & 0x1) {
2429 devices = ATOM_DEVICE_CRT2_SUPPORT;
2430 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04002431 radeon_get_encoder_enum
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002432 (dev,
2433 ATOM_DEVICE_CRT2_SUPPORT,
2434 2),
2435 ATOM_DEVICE_CRT2_SUPPORT);
2436 } else {
2437 devices = ATOM_DEVICE_CRT1_SUPPORT;
2438 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04002439 radeon_get_encoder_enum
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002440 (dev,
2441 ATOM_DEVICE_CRT1_SUPPORT,
2442 1),
2443 ATOM_DEVICE_CRT1_SUPPORT);
2444 }
2445 radeon_add_legacy_connector(dev,
2446 i,
2447 devices,
2448 legacy_connector_convert
2449 [connector],
Alex Deucherb75fad02009-11-05 13:16:01 -05002450 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05002451 CONNECTOR_OBJECT_ID_VGA,
2452 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002453 break;
2454 case CONNECTOR_DVI_I_LEGACY:
2455 devices = 0;
2456 if (tmp & 0x1) {
2457 devices |= ATOM_DEVICE_CRT2_SUPPORT;
2458 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04002459 radeon_get_encoder_enum
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002460 (dev,
2461 ATOM_DEVICE_CRT2_SUPPORT,
2462 2),
2463 ATOM_DEVICE_CRT2_SUPPORT);
2464 } else {
2465 devices |= ATOM_DEVICE_CRT1_SUPPORT;
2466 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04002467 radeon_get_encoder_enum
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002468 (dev,
2469 ATOM_DEVICE_CRT1_SUPPORT,
2470 1),
2471 ATOM_DEVICE_CRT1_SUPPORT);
2472 }
Alex Deucher9200ee42013-01-29 16:36:47 -05002473 /* RV100 board with external TDMS bit mis-set.
2474 * Actually uses internal TMDS, clear the bit.
2475 */
2476 if (dev->pdev->device == 0x5159 &&
2477 dev->pdev->subsystem_vendor == 0x1014 &&
2478 dev->pdev->subsystem_device == 0x029A) {
2479 tmp &= ~(1 << 4);
2480 }
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002481 if ((tmp >> 4) & 0x1) {
2482 devices |= ATOM_DEVICE_DFP2_SUPPORT;
2483 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04002484 radeon_get_encoder_enum
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002485 (dev,
2486 ATOM_DEVICE_DFP2_SUPPORT,
2487 0),
2488 ATOM_DEVICE_DFP2_SUPPORT);
Alex Deucherb75fad02009-11-05 13:16:01 -05002489 connector_object_id = combios_check_dl_dvi(dev, 0);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002490 } else {
2491 devices |= ATOM_DEVICE_DFP1_SUPPORT;
2492 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04002493 radeon_get_encoder_enum
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002494 (dev,
2495 ATOM_DEVICE_DFP1_SUPPORT,
2496 0),
2497 ATOM_DEVICE_DFP1_SUPPORT);
Alex Deucherb75fad02009-11-05 13:16:01 -05002498 connector_object_id = CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_I;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002499 }
2500 radeon_add_legacy_connector(dev,
2501 i,
2502 devices,
2503 legacy_connector_convert
2504 [connector],
Alex Deucherb75fad02009-11-05 13:16:01 -05002505 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05002506 connector_object_id,
2507 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002508 break;
2509 case CONNECTOR_DVI_D_LEGACY:
Alex Deucherb75fad02009-11-05 13:16:01 -05002510 if ((tmp >> 4) & 0x1) {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002511 devices = ATOM_DEVICE_DFP2_SUPPORT;
Alex Deucherb75fad02009-11-05 13:16:01 -05002512 connector_object_id = combios_check_dl_dvi(dev, 1);
2513 } else {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002514 devices = ATOM_DEVICE_DFP1_SUPPORT;
Alex Deucherb75fad02009-11-05 13:16:01 -05002515 connector_object_id = CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_I;
2516 }
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002517 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04002518 radeon_get_encoder_enum
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002519 (dev, devices, 0),
2520 devices);
2521 radeon_add_legacy_connector(dev, i, devices,
2522 legacy_connector_convert
2523 [connector],
Alex Deucherb75fad02009-11-05 13:16:01 -05002524 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05002525 connector_object_id,
2526 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002527 break;
2528 case CONNECTOR_CTV_LEGACY:
2529 case CONNECTOR_STV_LEGACY:
2530 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04002531 radeon_get_encoder_enum
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002532 (dev,
2533 ATOM_DEVICE_TV1_SUPPORT,
2534 2),
2535 ATOM_DEVICE_TV1_SUPPORT);
2536 radeon_add_legacy_connector(dev, i,
2537 ATOM_DEVICE_TV1_SUPPORT,
2538 legacy_connector_convert
2539 [connector],
Alex Deucherb75fad02009-11-05 13:16:01 -05002540 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05002541 CONNECTOR_OBJECT_ID_SVIDEO,
2542 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002543 break;
2544 default:
2545 DRM_ERROR("Unknown connector type: %d\n",
2546 connector);
2547 continue;
2548 }
2549
2550 }
2551 } else {
2552 uint16_t tmds_info =
2553 combios_get_table_offset(dev, COMBIOS_DFP_INFO_TABLE);
2554 if (tmds_info) {
Dave Airlied9fdaaf2010-08-02 10:42:55 +10002555 DRM_DEBUG_KMS("Found DFP table, assuming DVI connector\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002556
2557 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04002558 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002559 ATOM_DEVICE_CRT1_SUPPORT,
2560 1),
2561 ATOM_DEVICE_CRT1_SUPPORT);
2562 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04002563 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002564 ATOM_DEVICE_DFP1_SUPPORT,
2565 0),
2566 ATOM_DEVICE_DFP1_SUPPORT);
2567
Alex Deucher179e8072010-08-05 21:21:17 -04002568 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_DVI, 0, 0);
Alex Deucher8e36ed02010-05-18 19:26:47 -04002569 hpd.hpd = RADEON_HPD_1;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002570 radeon_add_legacy_connector(dev,
2571 0,
2572 ATOM_DEVICE_CRT1_SUPPORT |
2573 ATOM_DEVICE_DFP1_SUPPORT,
2574 DRM_MODE_CONNECTOR_DVII,
Alex Deucherb75fad02009-11-05 13:16:01 -05002575 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05002576 CONNECTOR_OBJECT_ID_SINGLE_LINK_DVI_I,
2577 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002578 } else {
Alex Deucherd0c403e2009-10-15 23:38:32 -04002579 uint16_t crt_info =
2580 combios_get_table_offset(dev, COMBIOS_CRT_INFO_TABLE);
Dave Airlied9fdaaf2010-08-02 10:42:55 +10002581 DRM_DEBUG_KMS("Found CRT table, assuming VGA connector\n");
Alex Deucherd0c403e2009-10-15 23:38:32 -04002582 if (crt_info) {
2583 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04002584 radeon_get_encoder_enum(dev,
Alex Deucherd0c403e2009-10-15 23:38:32 -04002585 ATOM_DEVICE_CRT1_SUPPORT,
2586 1),
2587 ATOM_DEVICE_CRT1_SUPPORT);
Alex Deucher179e8072010-08-05 21:21:17 -04002588 ddc_i2c = combios_setup_i2c_bus(rdev, DDC_VGA, 0, 0);
Alex Deuchereed45b32009-12-04 14:45:27 -05002589 hpd.hpd = RADEON_HPD_NONE;
Alex Deucherd0c403e2009-10-15 23:38:32 -04002590 radeon_add_legacy_connector(dev,
2591 0,
2592 ATOM_DEVICE_CRT1_SUPPORT,
2593 DRM_MODE_CONNECTOR_VGA,
Alex Deucherb75fad02009-11-05 13:16:01 -05002594 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05002595 CONNECTOR_OBJECT_ID_VGA,
2596 &hpd);
Alex Deucherd0c403e2009-10-15 23:38:32 -04002597 } else {
Dave Airlied9fdaaf2010-08-02 10:42:55 +10002598 DRM_DEBUG_KMS("No connector info found\n");
Alex Deucherd0c403e2009-10-15 23:38:32 -04002599 return false;
2600 }
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002601 }
2602 }
2603
2604 if (rdev->flags & RADEON_IS_MOBILITY || rdev->flags & RADEON_IS_IGP) {
2605 uint16_t lcd_info =
2606 combios_get_table_offset(dev, COMBIOS_LCD_INFO_TABLE);
2607 if (lcd_info) {
2608 uint16_t lcd_ddc_info =
2609 combios_get_table_offset(dev,
2610 COMBIOS_LCD_DDC_INFO_TABLE);
2611
2612 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04002613 radeon_get_encoder_enum(dev,
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002614 ATOM_DEVICE_LCD1_SUPPORT,
2615 0),
2616 ATOM_DEVICE_LCD1_SUPPORT);
2617
2618 if (lcd_ddc_info) {
2619 ddc_type = RBIOS8(lcd_ddc_info + 2);
2620 switch (ddc_type) {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002621 case DDC_LCD:
2622 ddc_i2c =
Alex Deucher179e8072010-08-05 21:21:17 -04002623 combios_setup_i2c_bus(rdev,
2624 DDC_LCD,
2625 RBIOS32(lcd_ddc_info + 3),
2626 RBIOS32(lcd_ddc_info + 7));
Alex Deucherf376b942010-08-05 21:21:16 -04002627 radeon_i2c_add(rdev, &ddc_i2c, "LCD");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002628 break;
2629 case DDC_GPIO:
2630 ddc_i2c =
Alex Deucher179e8072010-08-05 21:21:17 -04002631 combios_setup_i2c_bus(rdev,
2632 DDC_GPIO,
2633 RBIOS32(lcd_ddc_info + 3),
2634 RBIOS32(lcd_ddc_info + 7));
Alex Deucherf376b942010-08-05 21:21:16 -04002635 radeon_i2c_add(rdev, &ddc_i2c, "LCD");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002636 break;
2637 default:
Alex Deucher179e8072010-08-05 21:21:17 -04002638 ddc_i2c =
2639 combios_setup_i2c_bus(rdev, ddc_type, 0, 0);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002640 break;
2641 }
Dave Airlied9fdaaf2010-08-02 10:42:55 +10002642 DRM_DEBUG_KMS("LCD DDC Info Table found!\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002643 } else
2644 ddc_i2c.valid = false;
2645
Alex Deuchereed45b32009-12-04 14:45:27 -05002646 hpd.hpd = RADEON_HPD_NONE;
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002647 radeon_add_legacy_connector(dev,
2648 5,
2649 ATOM_DEVICE_LCD1_SUPPORT,
2650 DRM_MODE_CONNECTOR_LVDS,
Alex Deucherb75fad02009-11-05 13:16:01 -05002651 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05002652 CONNECTOR_OBJECT_ID_LVDS,
2653 &hpd);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002654 }
2655 }
2656
2657 /* check TV table */
2658 if (rdev->family != CHIP_R100 && rdev->family != CHIP_R200) {
2659 uint32_t tv_info =
2660 combios_get_table_offset(dev, COMBIOS_TV_INFO_TABLE);
2661 if (tv_info) {
2662 if (RBIOS8(tv_info + 6) == 'T') {
Alex Deucher790cfb32009-10-15 23:26:09 -04002663 if (radeon_apply_legacy_tv_quirks(dev)) {
Alex Deuchereed45b32009-12-04 14:45:27 -05002664 hpd.hpd = RADEON_HPD_NONE;
Dave Airlied294ed62010-06-08 13:04:50 +10002665 ddc_i2c.valid = false;
Alex Deucher790cfb32009-10-15 23:26:09 -04002666 radeon_add_legacy_encoder(dev,
Alex Deucher5137ee92010-08-12 18:58:47 -04002667 radeon_get_encoder_enum
Alex Deucher790cfb32009-10-15 23:26:09 -04002668 (dev,
2669 ATOM_DEVICE_TV1_SUPPORT,
2670 2),
2671 ATOM_DEVICE_TV1_SUPPORT);
2672 radeon_add_legacy_connector(dev, 6,
2673 ATOM_DEVICE_TV1_SUPPORT,
2674 DRM_MODE_CONNECTOR_SVIDEO,
Alex Deucherb75fad02009-11-05 13:16:01 -05002675 &ddc_i2c,
Alex Deuchereed45b32009-12-04 14:45:27 -05002676 CONNECTOR_OBJECT_ID_SVIDEO,
2677 &hpd);
Alex Deucher790cfb32009-10-15 23:26:09 -04002678 }
Jerome Glisse771fe6b2009-06-05 14:42:42 +02002679 }
2680 }
2681 }
2682
2683 radeon_link_encoder_connector(dev);
2684
2685 return true;
2686}
2687
Alex Deucher63f7d982011-05-03 12:44:54 -04002688static const char *thermal_controller_names[] = {
2689 "NONE",
2690 "lm63",
2691 "adm1032",
2692};
2693
Alex Deucher56278a82009-12-28 13:58:44 -05002694void radeon_combios_get_power_modes(struct radeon_device *rdev)
2695{
2696 struct drm_device *dev = rdev->ddev;
2697 u16 offset, misc, misc2 = 0;
2698 u8 rev, blocks, tmp;
2699 int state_index = 0;
Alex Deucherc41b9ee2011-07-30 18:12:24 +00002700 struct radeon_i2c_bus_rec i2c_bus;
Alex Deucher56278a82009-12-28 13:58:44 -05002701
Alex Deuchera48b9b42010-04-22 14:03:55 -04002702 rdev->pm.default_power_state_index = -1;
Alex Deucher56278a82009-12-28 13:58:44 -05002703
Alex Deucher0975b162011-02-02 18:42:03 -05002704 /* allocate 2 power states */
2705 rdev->pm.power_state = kzalloc(sizeof(struct radeon_power_state) * 2, GFP_KERNEL);
Alex Deuchera7c36fd2011-11-12 11:57:29 -05002706 if (rdev->pm.power_state) {
2707 /* allocate 1 clock mode per state */
2708 rdev->pm.power_state[0].clock_info =
2709 kzalloc(sizeof(struct radeon_pm_clock_info) * 1, GFP_KERNEL);
2710 rdev->pm.power_state[1].clock_info =
2711 kzalloc(sizeof(struct radeon_pm_clock_info) * 1, GFP_KERNEL);
2712 if (!rdev->pm.power_state[0].clock_info ||
2713 !rdev->pm.power_state[1].clock_info)
2714 goto pm_failed;
2715 } else
2716 goto pm_failed;
Alex Deucher0975b162011-02-02 18:42:03 -05002717
Alex Deucher63f7d982011-05-03 12:44:54 -04002718 /* check for a thermal chip */
2719 offset = combios_get_table_offset(dev, COMBIOS_OVERDRIVE_INFO_TABLE);
2720 if (offset) {
2721 u8 thermal_controller = 0, gpio = 0, i2c_addr = 0, clk_bit = 0, data_bit = 0;
Alex Deucher63f7d982011-05-03 12:44:54 -04002722
2723 rev = RBIOS8(offset);
2724
2725 if (rev == 0) {
2726 thermal_controller = RBIOS8(offset + 3);
2727 gpio = RBIOS8(offset + 4) & 0x3f;
2728 i2c_addr = RBIOS8(offset + 5);
2729 } else if (rev == 1) {
2730 thermal_controller = RBIOS8(offset + 4);
2731 gpio = RBIOS8(offset + 5) & 0x3f;
2732 i2c_addr = RBIOS8(offset + 6);
2733 } else if (rev == 2) {
2734 thermal_controller = RBIOS8(offset + 4);
2735 gpio = RBIOS8(offset + 5) & 0x3f;
2736 i2c_addr = RBIOS8(offset + 6);
2737 clk_bit = RBIOS8(offset + 0xa);
2738 data_bit = RBIOS8(offset + 0xb);
2739 }
2740 if ((thermal_controller > 0) && (thermal_controller < 3)) {
2741 DRM_INFO("Possible %s thermal controller at 0x%02x\n",
2742 thermal_controller_names[thermal_controller],
2743 i2c_addr >> 1);
2744 if (gpio == DDC_LCD) {
2745 /* MM i2c */
2746 i2c_bus.valid = true;
2747 i2c_bus.hw_capable = true;
2748 i2c_bus.mm_i2c = true;
2749 i2c_bus.i2c_id = 0xa0;
2750 } else if (gpio == DDC_GPIO)
2751 i2c_bus = combios_setup_i2c_bus(rdev, gpio, 1 << clk_bit, 1 << data_bit);
2752 else
2753 i2c_bus = combios_setup_i2c_bus(rdev, gpio, 0, 0);
2754 rdev->pm.i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus);
2755 if (rdev->pm.i2c_bus) {
2756 struct i2c_board_info info = { };
2757 const char *name = thermal_controller_names[thermal_controller];
2758 info.addr = i2c_addr >> 1;
2759 strlcpy(info.type, name, sizeof(info.type));
2760 i2c_new_device(&rdev->pm.i2c_bus->adapter, &info);
2761 }
2762 }
Alex Deucherc41b9ee2011-07-30 18:12:24 +00002763 } else {
2764 /* boards with a thermal chip, but no overdrive table */
2765
2766 /* Asus 9600xt has an f75375 on the monid bus */
2767 if ((dev->pdev->device == 0x4152) &&
2768 (dev->pdev->subsystem_vendor == 0x1043) &&
2769 (dev->pdev->subsystem_device == 0xc002)) {
2770 i2c_bus = combios_setup_i2c_bus(rdev, DDC_MONID, 0, 0);
2771 rdev->pm.i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus);
2772 if (rdev->pm.i2c_bus) {
2773 struct i2c_board_info info = { };
2774 const char *name = "f75375";
2775 info.addr = 0x28;
2776 strlcpy(info.type, name, sizeof(info.type));
2777 i2c_new_device(&rdev->pm.i2c_bus->adapter, &info);
2778 DRM_INFO("Possible %s thermal controller at 0x%02x\n",
2779 name, info.addr);
2780 }
2781 }
Alex Deucher63f7d982011-05-03 12:44:54 -04002782 }
2783
Alex Deucher56278a82009-12-28 13:58:44 -05002784 if (rdev->flags & RADEON_IS_MOBILITY) {
2785 offset = combios_get_table_offset(dev, COMBIOS_POWERPLAY_INFO_TABLE);
2786 if (offset) {
2787 rev = RBIOS8(offset);
2788 blocks = RBIOS8(offset + 0x2);
2789 /* power mode 0 tends to be the only valid one */
2790 rdev->pm.power_state[state_index].num_clock_modes = 1;
2791 rdev->pm.power_state[state_index].clock_info[0].mclk = RBIOS32(offset + 0x5 + 0x2);
2792 rdev->pm.power_state[state_index].clock_info[0].sclk = RBIOS32(offset + 0x5 + 0x6);
2793 if ((rdev->pm.power_state[state_index].clock_info[0].mclk == 0) ||
2794 (rdev->pm.power_state[state_index].clock_info[0].sclk == 0))
2795 goto default_mode;
Alex Deucher0ec0e742009-12-23 13:21:58 -05002796 rdev->pm.power_state[state_index].type =
2797 POWER_STATE_TYPE_BATTERY;
Alex Deucher56278a82009-12-28 13:58:44 -05002798 misc = RBIOS16(offset + 0x5 + 0x0);
2799 if (rev > 4)
2800 misc2 = RBIOS16(offset + 0x5 + 0xe);
Alex Deucher79daedc2010-04-22 14:25:19 -04002801 rdev->pm.power_state[state_index].misc = misc;
2802 rdev->pm.power_state[state_index].misc2 = misc2;
Alex Deucher56278a82009-12-28 13:58:44 -05002803 if (misc & 0x4) {
2804 rdev->pm.power_state[state_index].clock_info[0].voltage.type = VOLTAGE_GPIO;
2805 if (misc & 0x8)
2806 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high =
2807 true;
2808 else
2809 rdev->pm.power_state[state_index].clock_info[0].voltage.active_high =
2810 false;
2811 rdev->pm.power_state[state_index].clock_info[0].voltage.gpio.valid = true;
2812 if (rev < 6) {
2813 rdev->pm.power_state[state_index].clock_info[0].voltage.gpio.reg =
2814 RBIOS16(offset + 0x5 + 0xb) * 4;
2815 tmp = RBIOS8(offset + 0x5 + 0xd);
2816 rdev->pm.power_state[state_index].clock_info[0].voltage.gpio.mask = (1 << tmp);
2817 } else {
2818 u8 entries = RBIOS8(offset + 0x5 + 0xb);
2819 u16 voltage_table_offset = RBIOS16(offset + 0x5 + 0xc);
2820 if (entries && voltage_table_offset) {
2821 rdev->pm.power_state[state_index].clock_info[0].voltage.gpio.reg =
2822 RBIOS16(voltage_table_offset) * 4;
2823 tmp = RBIOS8(voltage_table_offset + 0x2);
2824 rdev->pm.power_state[state_index].clock_info[0].voltage.gpio.mask = (1 << tmp);
2825 } else
2826 rdev->pm.power_state[state_index].clock_info[0].voltage.gpio.valid = false;
2827 }
2828 switch ((misc2 & 0x700) >> 8) {
2829 case 0:
2830 default:
2831 rdev->pm.power_state[state_index].clock_info[0].voltage.delay = 0;
2832 break;
2833 case 1:
2834 rdev->pm.power_state[state_index].clock_info[0].voltage.delay = 33;
2835 break;
2836 case 2:
2837 rdev->pm.power_state[state_index].clock_info[0].voltage.delay = 66;
2838 break;
2839 case 3:
2840 rdev->pm.power_state[state_index].clock_info[0].voltage.delay = 99;
2841 break;
2842 case 4:
2843 rdev->pm.power_state[state_index].clock_info[0].voltage.delay = 132;
2844 break;
2845 }
2846 } else
2847 rdev->pm.power_state[state_index].clock_info[0].voltage.type = VOLTAGE_NONE;
2848 if (rev > 6)
Alex Deucher79daedc2010-04-22 14:25:19 -04002849 rdev->pm.power_state[state_index].pcie_lanes =
Alex Deucher56278a82009-12-28 13:58:44 -05002850 RBIOS8(offset + 0x5 + 0x10);
Alex Deucherd7311172010-05-03 01:13:14 -04002851 rdev->pm.power_state[state_index].flags = RADEON_PM_STATE_SINGLE_DISPLAY_ONLY;
Alex Deucher56278a82009-12-28 13:58:44 -05002852 state_index++;
2853 } else {
2854 /* XXX figure out some good default low power mode for mobility cards w/out power tables */
2855 }
2856 } else {
2857 /* XXX figure out some good default low power mode for desktop cards */
2858 }
2859
2860default_mode:
2861 /* add the default mode */
Alex Deucher0ec0e742009-12-23 13:21:58 -05002862 rdev->pm.power_state[state_index].type =
2863 POWER_STATE_TYPE_DEFAULT;
Alex Deucher56278a82009-12-28 13:58:44 -05002864 rdev->pm.power_state[state_index].num_clock_modes = 1;
2865 rdev->pm.power_state[state_index].clock_info[0].mclk = rdev->clock.default_mclk;
2866 rdev->pm.power_state[state_index].clock_info[0].sclk = rdev->clock.default_sclk;
2867 rdev->pm.power_state[state_index].default_clock_mode = &rdev->pm.power_state[state_index].clock_info[0];
Alex Deucher84d88f42010-05-27 17:01:42 -04002868 if ((state_index > 0) &&
Alex Deucher8de016e2010-06-03 21:28:23 -04002869 (rdev->pm.power_state[0].clock_info[0].voltage.type == VOLTAGE_GPIO))
Alex Deucher84d88f42010-05-27 17:01:42 -04002870 rdev->pm.power_state[state_index].clock_info[0].voltage =
2871 rdev->pm.power_state[0].clock_info[0].voltage;
2872 else
2873 rdev->pm.power_state[state_index].clock_info[0].voltage.type = VOLTAGE_NONE;
Alex Deucher79daedc2010-04-22 14:25:19 -04002874 rdev->pm.power_state[state_index].pcie_lanes = 16;
Alex Deuchera48b9b42010-04-22 14:03:55 -04002875 rdev->pm.power_state[state_index].flags = 0;
2876 rdev->pm.default_power_state_index = state_index;
Alex Deucher56278a82009-12-28 13:58:44 -05002877 rdev->pm.num_power_states = state_index + 1;
Rafał Miłecki9038dfd2010-02-20 23:15:04 +00002878
Alex Deuchera48b9b42010-04-22 14:03:55 -04002879 rdev->pm.current_power_state_index = rdev->pm.default_power_state_index;
2880 rdev->pm.current_clock_mode_index = 0;
Alex Deuchera7c36fd2011-11-12 11:57:29 -05002881 return;
2882
2883pm_failed:
2884 rdev->pm.default_power_state_index = state_index;
2885 rdev->pm.num_power_states = 0;
2886
2887 rdev->pm.current_power_state_index = rdev->pm.default_power_state_index;
2888 rdev->pm.current_clock_mode_index = 0;
Alex Deucher56278a82009-12-28 13:58:44 -05002889}
2890
Alex Deucherfcec5702009-11-10 21:25:07 -05002891void radeon_external_tmds_setup(struct drm_encoder *encoder)
2892{
2893 struct radeon_encoder *radeon_encoder = to_radeon_encoder(encoder);
2894 struct radeon_encoder_ext_tmds *tmds = radeon_encoder->enc_priv;
2895
2896 if (!tmds)
2897 return;
2898
2899 switch (tmds->dvo_chip) {
2900 case DVO_SIL164:
2901 /* sil 164 */
Alex Deucher5a6f98f2009-12-22 15:04:48 -05002902 radeon_i2c_put_byte(tmds->i2c_bus,
2903 tmds->slave_addr,
2904 0x08, 0x30);
2905 radeon_i2c_put_byte(tmds->i2c_bus,
Alex Deucherfcec5702009-11-10 21:25:07 -05002906 tmds->slave_addr,
2907 0x09, 0x00);
Alex Deucher5a6f98f2009-12-22 15:04:48 -05002908 radeon_i2c_put_byte(tmds->i2c_bus,
2909 tmds->slave_addr,
2910 0x0a, 0x90);
2911 radeon_i2c_put_byte(tmds->i2c_bus,
2912 tmds->slave_addr,
2913 0x0c, 0x89);
2914 radeon_i2c_put_byte(tmds->i2c_bus,
Alex Deucherfcec5702009-11-10 21:25:07 -05002915 tmds->slave_addr,
2916 0x08, 0x3b);
Alex Deucherfcec5702009-11-10 21:25:07 -05002917 break;
2918 case DVO_SIL1178:
2919 /* sil 1178 - untested */
2920 /*
2921 * 0x0f, 0x44
2922 * 0x0f, 0x4c
2923 * 0x0e, 0x01
2924 * 0x0a, 0x80
2925 * 0x09, 0x30
2926 * 0x0c, 0xc9
2927 * 0x0d, 0x70
2928 * 0x08, 0x32
2929 * 0x08, 0x33
2930 */
2931 break;
2932 default:
2933 break;
2934 }
2935
2936}
2937
2938bool radeon_combios_external_tmds_setup(struct drm_encoder *encoder)
2939{
2940 struct drm_device *dev = encoder->dev;
2941 struct radeon_device *rdev = dev->dev_private;
2942 struct radeon_encoder *radeon_encoder = to_radeon_encoder(encoder);
2943 uint16_t offset;
2944 uint8_t blocks, slave_addr, rev;
2945 uint32_t index, id;
2946 uint32_t reg, val, and_mask, or_mask;
2947 struct radeon_encoder_ext_tmds *tmds = radeon_encoder->enc_priv;
2948
Alex Deucherfcec5702009-11-10 21:25:07 -05002949 if (!tmds)
2950 return false;
2951
2952 if (rdev->flags & RADEON_IS_IGP) {
2953 offset = combios_get_table_offset(dev, COMBIOS_TMDS_POWER_ON_TABLE);
2954 rev = RBIOS8(offset);
2955 if (offset) {
2956 rev = RBIOS8(offset);
2957 if (rev > 1) {
2958 blocks = RBIOS8(offset + 3);
2959 index = offset + 4;
2960 while (blocks > 0) {
2961 id = RBIOS16(index);
2962 index += 2;
2963 switch (id >> 13) {
2964 case 0:
2965 reg = (id & 0x1fff) * 4;
2966 val = RBIOS32(index);
2967 index += 4;
2968 WREG32(reg, val);
2969 break;
2970 case 2:
2971 reg = (id & 0x1fff) * 4;
2972 and_mask = RBIOS32(index);
2973 index += 4;
2974 or_mask = RBIOS32(index);
2975 index += 4;
2976 val = RREG32(reg);
2977 val = (val & and_mask) | or_mask;
2978 WREG32(reg, val);
2979 break;
2980 case 3:
2981 val = RBIOS16(index);
2982 index += 2;
2983 udelay(val);
2984 break;
2985 case 4:
2986 val = RBIOS16(index);
2987 index += 2;
Arnd Bergmann4de833c2012-04-05 12:58:22 -06002988 mdelay(val);
Alex Deucherfcec5702009-11-10 21:25:07 -05002989 break;
2990 case 6:
2991 slave_addr = id & 0xff;
2992 slave_addr >>= 1; /* 7 bit addressing */
2993 index++;
2994 reg = RBIOS8(index);
2995 index++;
2996 val = RBIOS8(index);
2997 index++;
Alex Deucher5a6f98f2009-12-22 15:04:48 -05002998 radeon_i2c_put_byte(tmds->i2c_bus,
2999 slave_addr,
3000 reg, val);
Alex Deucherfcec5702009-11-10 21:25:07 -05003001 break;
3002 default:
3003 DRM_ERROR("Unknown id %d\n", id >> 13);
3004 break;
3005 }
3006 blocks--;
3007 }
3008 return true;
3009 }
3010 }
3011 } else {
3012 offset = combios_get_table_offset(dev, COMBIOS_EXT_TMDS_INFO_TABLE);
3013 if (offset) {
3014 index = offset + 10;
3015 id = RBIOS16(index);
3016 while (id != 0xffff) {
3017 index += 2;
3018 switch (id >> 13) {
3019 case 0:
3020 reg = (id & 0x1fff) * 4;
3021 val = RBIOS32(index);
3022 WREG32(reg, val);
3023 break;
3024 case 2:
3025 reg = (id & 0x1fff) * 4;
3026 and_mask = RBIOS32(index);
3027 index += 4;
3028 or_mask = RBIOS32(index);
3029 index += 4;
3030 val = RREG32(reg);
3031 val = (val & and_mask) | or_mask;
3032 WREG32(reg, val);
3033 break;
3034 case 4:
3035 val = RBIOS16(index);
3036 index += 2;
3037 udelay(val);
3038 break;
3039 case 5:
3040 reg = id & 0x1fff;
3041 and_mask = RBIOS32(index);
3042 index += 4;
3043 or_mask = RBIOS32(index);
3044 index += 4;
3045 val = RREG32_PLL(reg);
3046 val = (val & and_mask) | or_mask;
3047 WREG32_PLL(reg, val);
3048 break;
3049 case 6:
3050 reg = id & 0x1fff;
3051 val = RBIOS8(index);
3052 index += 1;
Alex Deucher5a6f98f2009-12-22 15:04:48 -05003053 radeon_i2c_put_byte(tmds->i2c_bus,
3054 tmds->slave_addr,
3055 reg, val);
Alex Deucherfcec5702009-11-10 21:25:07 -05003056 break;
3057 default:
3058 DRM_ERROR("Unknown id %d\n", id >> 13);
3059 break;
3060 }
3061 id = RBIOS16(index);
3062 }
3063 return true;
3064 }
3065 }
3066 return false;
3067}
3068
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003069static void combios_parse_mmio_table(struct drm_device *dev, uint16_t offset)
3070{
3071 struct radeon_device *rdev = dev->dev_private;
3072
3073 if (offset) {
3074 while (RBIOS16(offset)) {
3075 uint16_t cmd = ((RBIOS16(offset) & 0xe000) >> 13);
3076 uint32_t addr = (RBIOS16(offset) & 0x1fff);
3077 uint32_t val, and_mask, or_mask;
3078 uint32_t tmp;
3079
3080 offset += 2;
3081 switch (cmd) {
3082 case 0:
3083 val = RBIOS32(offset);
3084 offset += 4;
3085 WREG32(addr, val);
3086 break;
3087 case 1:
3088 val = RBIOS32(offset);
3089 offset += 4;
3090 WREG32(addr, val);
3091 break;
3092 case 2:
3093 and_mask = RBIOS32(offset);
3094 offset += 4;
3095 or_mask = RBIOS32(offset);
3096 offset += 4;
3097 tmp = RREG32(addr);
3098 tmp &= and_mask;
3099 tmp |= or_mask;
3100 WREG32(addr, tmp);
3101 break;
3102 case 3:
3103 and_mask = RBIOS32(offset);
3104 offset += 4;
3105 or_mask = RBIOS32(offset);
3106 offset += 4;
3107 tmp = RREG32(addr);
3108 tmp &= and_mask;
3109 tmp |= or_mask;
3110 WREG32(addr, tmp);
3111 break;
3112 case 4:
3113 val = RBIOS16(offset);
3114 offset += 2;
3115 udelay(val);
3116 break;
3117 case 5:
3118 val = RBIOS16(offset);
3119 offset += 2;
3120 switch (addr) {
3121 case 8:
3122 while (val--) {
3123 if (!
3124 (RREG32_PLL
3125 (RADEON_CLK_PWRMGT_CNTL) &
3126 RADEON_MC_BUSY))
3127 break;
3128 }
3129 break;
3130 case 9:
3131 while (val--) {
3132 if ((RREG32(RADEON_MC_STATUS) &
3133 RADEON_MC_IDLE))
3134 break;
3135 }
3136 break;
3137 default:
3138 break;
3139 }
3140 break;
3141 default:
3142 break;
3143 }
3144 }
3145 }
3146}
3147
3148static void combios_parse_pll_table(struct drm_device *dev, uint16_t offset)
3149{
3150 struct radeon_device *rdev = dev->dev_private;
3151
3152 if (offset) {
3153 while (RBIOS8(offset)) {
3154 uint8_t cmd = ((RBIOS8(offset) & 0xc0) >> 6);
3155 uint8_t addr = (RBIOS8(offset) & 0x3f);
3156 uint32_t val, shift, tmp;
3157 uint32_t and_mask, or_mask;
3158
3159 offset++;
3160 switch (cmd) {
3161 case 0:
3162 val = RBIOS32(offset);
3163 offset += 4;
3164 WREG32_PLL(addr, val);
3165 break;
3166 case 1:
3167 shift = RBIOS8(offset) * 8;
3168 offset++;
3169 and_mask = RBIOS8(offset) << shift;
3170 and_mask |= ~(0xff << shift);
3171 offset++;
3172 or_mask = RBIOS8(offset) << shift;
3173 offset++;
3174 tmp = RREG32_PLL(addr);
3175 tmp &= and_mask;
3176 tmp |= or_mask;
3177 WREG32_PLL(addr, tmp);
3178 break;
3179 case 2:
3180 case 3:
3181 tmp = 1000;
3182 switch (addr) {
3183 case 1:
3184 udelay(150);
3185 break;
3186 case 2:
Arnd Bergmann4de833c2012-04-05 12:58:22 -06003187 mdelay(1);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003188 break;
3189 case 3:
3190 while (tmp--) {
3191 if (!
3192 (RREG32_PLL
3193 (RADEON_CLK_PWRMGT_CNTL) &
3194 RADEON_MC_BUSY))
3195 break;
3196 }
3197 break;
3198 case 4:
3199 while (tmp--) {
3200 if (RREG32_PLL
3201 (RADEON_CLK_PWRMGT_CNTL) &
3202 RADEON_DLL_READY)
3203 break;
3204 }
3205 break;
3206 case 5:
3207 tmp =
3208 RREG32_PLL(RADEON_CLK_PWRMGT_CNTL);
3209 if (tmp & RADEON_CG_NO1_DEBUG_0) {
3210#if 0
3211 uint32_t mclk_cntl =
3212 RREG32_PLL
3213 (RADEON_MCLK_CNTL);
3214 mclk_cntl &= 0xffff0000;
3215 /*mclk_cntl |= 0x00001111;*//* ??? */
3216 WREG32_PLL(RADEON_MCLK_CNTL,
3217 mclk_cntl);
Arnd Bergmann4de833c2012-04-05 12:58:22 -06003218 mdelay(10);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003219#endif
3220 WREG32_PLL
3221 (RADEON_CLK_PWRMGT_CNTL,
3222 tmp &
3223 ~RADEON_CG_NO1_DEBUG_0);
Arnd Bergmann4de833c2012-04-05 12:58:22 -06003224 mdelay(10);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003225 }
3226 break;
3227 default:
3228 break;
3229 }
3230 break;
3231 default:
3232 break;
3233 }
3234 }
3235 }
3236}
3237
3238static void combios_parse_ram_reset_table(struct drm_device *dev,
3239 uint16_t offset)
3240{
3241 struct radeon_device *rdev = dev->dev_private;
3242 uint32_t tmp;
3243
3244 if (offset) {
3245 uint8_t val = RBIOS8(offset);
3246 while (val != 0xff) {
3247 offset++;
3248
3249 if (val == 0x0f) {
3250 uint32_t channel_complete_mask;
3251
3252 if (ASIC_IS_R300(rdev))
3253 channel_complete_mask =
3254 R300_MEM_PWRUP_COMPLETE;
3255 else
3256 channel_complete_mask =
3257 RADEON_MEM_PWRUP_COMPLETE;
3258 tmp = 20000;
3259 while (tmp--) {
3260 if ((RREG32(RADEON_MEM_STR_CNTL) &
3261 channel_complete_mask) ==
3262 channel_complete_mask)
3263 break;
3264 }
3265 } else {
3266 uint32_t or_mask = RBIOS16(offset);
3267 offset += 2;
3268
3269 tmp = RREG32(RADEON_MEM_SDRAM_MODE_REG);
3270 tmp &= RADEON_SDRAM_MODE_MASK;
3271 tmp |= or_mask;
3272 WREG32(RADEON_MEM_SDRAM_MODE_REG, tmp);
3273
3274 or_mask = val << 24;
3275 tmp = RREG32(RADEON_MEM_SDRAM_MODE_REG);
3276 tmp &= RADEON_B3MEM_RESET_MASK;
3277 tmp |= or_mask;
3278 WREG32(RADEON_MEM_SDRAM_MODE_REG, tmp);
3279 }
3280 val = RBIOS8(offset);
3281 }
3282 }
3283}
3284
3285static uint32_t combios_detect_ram(struct drm_device *dev, int ram,
3286 int mem_addr_mapping)
3287{
3288 struct radeon_device *rdev = dev->dev_private;
3289 uint32_t mem_cntl;
3290 uint32_t mem_size;
3291 uint32_t addr = 0;
3292
3293 mem_cntl = RREG32(RADEON_MEM_CNTL);
3294 if (mem_cntl & RV100_HALF_MODE)
3295 ram /= 2;
3296 mem_size = ram;
3297 mem_cntl &= ~(0xff << 8);
3298 mem_cntl |= (mem_addr_mapping & 0xff) << 8;
3299 WREG32(RADEON_MEM_CNTL, mem_cntl);
3300 RREG32(RADEON_MEM_CNTL);
3301
3302 /* sdram reset ? */
3303
3304 /* something like this???? */
3305 while (ram--) {
3306 addr = ram * 1024 * 1024;
3307 /* write to each page */
Daniel Vetter2ef9bdf2012-12-02 14:02:51 +01003308 WREG32_IDX((addr) | RADEON_MM_APER, 0xdeadbeef);
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003309 /* read back and verify */
Daniel Vetter2ef9bdf2012-12-02 14:02:51 +01003310 if (RREG32_IDX((addr) | RADEON_MM_APER) != 0xdeadbeef)
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003311 return 0;
3312 }
3313
3314 return mem_size;
3315}
3316
3317static void combios_write_ram_size(struct drm_device *dev)
3318{
3319 struct radeon_device *rdev = dev->dev_private;
3320 uint8_t rev;
3321 uint16_t offset;
3322 uint32_t mem_size = 0;
3323 uint32_t mem_cntl = 0;
3324
3325 /* should do something smarter here I guess... */
3326 if (rdev->flags & RADEON_IS_IGP)
3327 return;
3328
3329 /* first check detected mem table */
3330 offset = combios_get_table_offset(dev, COMBIOS_DETECTED_MEM_TABLE);
3331 if (offset) {
3332 rev = RBIOS8(offset);
3333 if (rev < 3) {
3334 mem_cntl = RBIOS32(offset + 1);
3335 mem_size = RBIOS16(offset + 5);
Alex Deucher4ce91982010-06-30 12:13:55 -04003336 if ((rdev->family < CHIP_R200) &&
3337 !ASIC_IS_RN50(rdev))
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003338 WREG32(RADEON_MEM_CNTL, mem_cntl);
3339 }
3340 }
3341
3342 if (!mem_size) {
3343 offset =
3344 combios_get_table_offset(dev, COMBIOS_MEM_CONFIG_TABLE);
3345 if (offset) {
3346 rev = RBIOS8(offset - 1);
3347 if (rev < 1) {
Alex Deucher4ce91982010-06-30 12:13:55 -04003348 if ((rdev->family < CHIP_R200)
3349 && !ASIC_IS_RN50(rdev)) {
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003350 int ram = 0;
3351 int mem_addr_mapping = 0;
3352
3353 while (RBIOS8(offset)) {
3354 ram = RBIOS8(offset);
3355 mem_addr_mapping =
3356 RBIOS8(offset + 1);
3357 if (mem_addr_mapping != 0x25)
3358 ram *= 2;
3359 mem_size =
3360 combios_detect_ram(dev, ram,
3361 mem_addr_mapping);
3362 if (mem_size)
3363 break;
3364 offset += 2;
3365 }
3366 } else
3367 mem_size = RBIOS8(offset);
3368 } else {
3369 mem_size = RBIOS8(offset);
3370 mem_size *= 2; /* convert to MB */
3371 }
3372 }
3373 }
3374
3375 mem_size *= (1024 * 1024); /* convert to bytes */
3376 WREG32(RADEON_CONFIG_MEMSIZE, mem_size);
3377}
3378
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003379void radeon_combios_asic_init(struct drm_device *dev)
3380{
3381 struct radeon_device *rdev = dev->dev_private;
3382 uint16_t table;
3383
3384 /* port hardcoded mac stuff from radeonfb */
3385 if (rdev->bios == NULL)
3386 return;
3387
3388 /* ASIC INIT 1 */
3389 table = combios_get_table_offset(dev, COMBIOS_ASIC_INIT_1_TABLE);
3390 if (table)
3391 combios_parse_mmio_table(dev, table);
3392
3393 /* PLL INIT */
3394 table = combios_get_table_offset(dev, COMBIOS_PLL_INIT_TABLE);
3395 if (table)
3396 combios_parse_pll_table(dev, table);
3397
3398 /* ASIC INIT 2 */
3399 table = combios_get_table_offset(dev, COMBIOS_ASIC_INIT_2_TABLE);
3400 if (table)
3401 combios_parse_mmio_table(dev, table);
3402
3403 if (!(rdev->flags & RADEON_IS_IGP)) {
3404 /* ASIC INIT 4 */
3405 table =
3406 combios_get_table_offset(dev, COMBIOS_ASIC_INIT_4_TABLE);
3407 if (table)
3408 combios_parse_mmio_table(dev, table);
3409
3410 /* RAM RESET */
3411 table = combios_get_table_offset(dev, COMBIOS_RAM_RESET_TABLE);
3412 if (table)
3413 combios_parse_ram_reset_table(dev, table);
3414
3415 /* ASIC INIT 3 */
3416 table =
3417 combios_get_table_offset(dev, COMBIOS_ASIC_INIT_3_TABLE);
3418 if (table)
3419 combios_parse_mmio_table(dev, table);
3420
3421 /* write CONFIG_MEMSIZE */
3422 combios_write_ram_size(dev);
3423 }
3424
Dave Airlie580b4ff2010-06-30 13:26:11 +10003425 /* quirk for rs4xx HP nx6125 laptop to make it resume
3426 * - it hangs on resume inside the dynclk 1 table.
3427 */
3428 if (rdev->family == CHIP_RS480 &&
3429 rdev->pdev->subsystem_vendor == 0x103c &&
3430 rdev->pdev->subsystem_device == 0x308b)
3431 return;
3432
Alex Deucher52fa2bb2010-07-21 23:54:35 -04003433 /* quirk for rs4xx HP dv5000 laptop to make it resume
3434 * - it hangs on resume inside the dynclk 1 table.
3435 */
3436 if (rdev->family == CHIP_RS480 &&
3437 rdev->pdev->subsystem_vendor == 0x103c &&
3438 rdev->pdev->subsystem_device == 0x30a4)
3439 return;
3440
Alex Deucher302a8e82011-08-29 14:55:25 +00003441 /* quirk for rs4xx Compaq Presario V5245EU laptop to make it resume
3442 * - it hangs on resume inside the dynclk 1 table.
3443 */
3444 if (rdev->family == CHIP_RS480 &&
3445 rdev->pdev->subsystem_vendor == 0x103c &&
3446 rdev->pdev->subsystem_device == 0x30ae)
3447 return;
3448
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003449 /* DYN CLK 1 */
3450 table = combios_get_table_offset(dev, COMBIOS_DYN_CLK_1_TABLE);
3451 if (table)
3452 combios_parse_pll_table(dev, table);
3453
3454}
3455
3456void radeon_combios_initialize_bios_scratch_regs(struct drm_device *dev)
3457{
3458 struct radeon_device *rdev = dev->dev_private;
3459 uint32_t bios_0_scratch, bios_6_scratch, bios_7_scratch;
3460
3461 bios_0_scratch = RREG32(RADEON_BIOS_0_SCRATCH);
3462 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
3463 bios_7_scratch = RREG32(RADEON_BIOS_7_SCRATCH);
3464
3465 /* let the bios control the backlight */
3466 bios_0_scratch &= ~RADEON_DRIVER_BRIGHTNESS_EN;
3467
3468 /* tell the bios not to handle mode switching */
3469 bios_6_scratch |= (RADEON_DISPLAY_SWITCHING_DIS |
3470 RADEON_ACC_MODE_CHANGE);
3471
3472 /* tell the bios a driver is loaded */
3473 bios_7_scratch |= RADEON_DRV_LOADED;
3474
3475 WREG32(RADEON_BIOS_0_SCRATCH, bios_0_scratch);
3476 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch);
3477 WREG32(RADEON_BIOS_7_SCRATCH, bios_7_scratch);
3478}
3479
3480void radeon_combios_output_lock(struct drm_encoder *encoder, bool lock)
3481{
3482 struct drm_device *dev = encoder->dev;
3483 struct radeon_device *rdev = dev->dev_private;
3484 uint32_t bios_6_scratch;
3485
3486 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
3487
3488 if (lock)
3489 bios_6_scratch |= RADEON_DRIVER_CRITICAL;
3490 else
3491 bios_6_scratch &= ~RADEON_DRIVER_CRITICAL;
3492
3493 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch);
3494}
3495
3496void
3497radeon_combios_connected_scratch_regs(struct drm_connector *connector,
3498 struct drm_encoder *encoder,
3499 bool connected)
3500{
3501 struct drm_device *dev = connector->dev;
3502 struct radeon_device *rdev = dev->dev_private;
3503 struct radeon_connector *radeon_connector =
3504 to_radeon_connector(connector);
3505 struct radeon_encoder *radeon_encoder = to_radeon_encoder(encoder);
3506 uint32_t bios_4_scratch = RREG32(RADEON_BIOS_4_SCRATCH);
3507 uint32_t bios_5_scratch = RREG32(RADEON_BIOS_5_SCRATCH);
3508
3509 if ((radeon_encoder->devices & ATOM_DEVICE_TV1_SUPPORT) &&
3510 (radeon_connector->devices & ATOM_DEVICE_TV1_SUPPORT)) {
3511 if (connected) {
Dave Airlied9fdaaf2010-08-02 10:42:55 +10003512 DRM_DEBUG_KMS("TV1 connected\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003513 /* fix me */
3514 bios_4_scratch |= RADEON_TV1_ATTACHED_SVIDEO;
3515 /*save->bios_4_scratch |= RADEON_TV1_ATTACHED_COMP; */
3516 bios_5_scratch |= RADEON_TV1_ON;
3517 bios_5_scratch |= RADEON_ACC_REQ_TV1;
3518 } else {
Dave Airlied9fdaaf2010-08-02 10:42:55 +10003519 DRM_DEBUG_KMS("TV1 disconnected\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003520 bios_4_scratch &= ~RADEON_TV1_ATTACHED_MASK;
3521 bios_5_scratch &= ~RADEON_TV1_ON;
3522 bios_5_scratch &= ~RADEON_ACC_REQ_TV1;
3523 }
3524 }
3525 if ((radeon_encoder->devices & ATOM_DEVICE_LCD1_SUPPORT) &&
3526 (radeon_connector->devices & ATOM_DEVICE_LCD1_SUPPORT)) {
3527 if (connected) {
Dave Airlied9fdaaf2010-08-02 10:42:55 +10003528 DRM_DEBUG_KMS("LCD1 connected\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003529 bios_4_scratch |= RADEON_LCD1_ATTACHED;
3530 bios_5_scratch |= RADEON_LCD1_ON;
3531 bios_5_scratch |= RADEON_ACC_REQ_LCD1;
3532 } else {
Dave Airlied9fdaaf2010-08-02 10:42:55 +10003533 DRM_DEBUG_KMS("LCD1 disconnected\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003534 bios_4_scratch &= ~RADEON_LCD1_ATTACHED;
3535 bios_5_scratch &= ~RADEON_LCD1_ON;
3536 bios_5_scratch &= ~RADEON_ACC_REQ_LCD1;
3537 }
3538 }
3539 if ((radeon_encoder->devices & ATOM_DEVICE_CRT1_SUPPORT) &&
3540 (radeon_connector->devices & ATOM_DEVICE_CRT1_SUPPORT)) {
3541 if (connected) {
Dave Airlied9fdaaf2010-08-02 10:42:55 +10003542 DRM_DEBUG_KMS("CRT1 connected\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003543 bios_4_scratch |= RADEON_CRT1_ATTACHED_COLOR;
3544 bios_5_scratch |= RADEON_CRT1_ON;
3545 bios_5_scratch |= RADEON_ACC_REQ_CRT1;
3546 } else {
Dave Airlied9fdaaf2010-08-02 10:42:55 +10003547 DRM_DEBUG_KMS("CRT1 disconnected\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003548 bios_4_scratch &= ~RADEON_CRT1_ATTACHED_MASK;
3549 bios_5_scratch &= ~RADEON_CRT1_ON;
3550 bios_5_scratch &= ~RADEON_ACC_REQ_CRT1;
3551 }
3552 }
3553 if ((radeon_encoder->devices & ATOM_DEVICE_CRT2_SUPPORT) &&
3554 (radeon_connector->devices & ATOM_DEVICE_CRT2_SUPPORT)) {
3555 if (connected) {
Dave Airlied9fdaaf2010-08-02 10:42:55 +10003556 DRM_DEBUG_KMS("CRT2 connected\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003557 bios_4_scratch |= RADEON_CRT2_ATTACHED_COLOR;
3558 bios_5_scratch |= RADEON_CRT2_ON;
3559 bios_5_scratch |= RADEON_ACC_REQ_CRT2;
3560 } else {
Dave Airlied9fdaaf2010-08-02 10:42:55 +10003561 DRM_DEBUG_KMS("CRT2 disconnected\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003562 bios_4_scratch &= ~RADEON_CRT2_ATTACHED_MASK;
3563 bios_5_scratch &= ~RADEON_CRT2_ON;
3564 bios_5_scratch &= ~RADEON_ACC_REQ_CRT2;
3565 }
3566 }
3567 if ((radeon_encoder->devices & ATOM_DEVICE_DFP1_SUPPORT) &&
3568 (radeon_connector->devices & ATOM_DEVICE_DFP1_SUPPORT)) {
3569 if (connected) {
Dave Airlied9fdaaf2010-08-02 10:42:55 +10003570 DRM_DEBUG_KMS("DFP1 connected\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003571 bios_4_scratch |= RADEON_DFP1_ATTACHED;
3572 bios_5_scratch |= RADEON_DFP1_ON;
3573 bios_5_scratch |= RADEON_ACC_REQ_DFP1;
3574 } else {
Dave Airlied9fdaaf2010-08-02 10:42:55 +10003575 DRM_DEBUG_KMS("DFP1 disconnected\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003576 bios_4_scratch &= ~RADEON_DFP1_ATTACHED;
3577 bios_5_scratch &= ~RADEON_DFP1_ON;
3578 bios_5_scratch &= ~RADEON_ACC_REQ_DFP1;
3579 }
3580 }
3581 if ((radeon_encoder->devices & ATOM_DEVICE_DFP2_SUPPORT) &&
3582 (radeon_connector->devices & ATOM_DEVICE_DFP2_SUPPORT)) {
3583 if (connected) {
Dave Airlied9fdaaf2010-08-02 10:42:55 +10003584 DRM_DEBUG_KMS("DFP2 connected\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003585 bios_4_scratch |= RADEON_DFP2_ATTACHED;
3586 bios_5_scratch |= RADEON_DFP2_ON;
3587 bios_5_scratch |= RADEON_ACC_REQ_DFP2;
3588 } else {
Dave Airlied9fdaaf2010-08-02 10:42:55 +10003589 DRM_DEBUG_KMS("DFP2 disconnected\n");
Jerome Glisse771fe6b2009-06-05 14:42:42 +02003590 bios_4_scratch &= ~RADEON_DFP2_ATTACHED;
3591 bios_5_scratch &= ~RADEON_DFP2_ON;
3592 bios_5_scratch &= ~RADEON_ACC_REQ_DFP2;
3593 }
3594 }
3595 WREG32(RADEON_BIOS_4_SCRATCH, bios_4_scratch);
3596 WREG32(RADEON_BIOS_5_SCRATCH, bios_5_scratch);
3597}
3598
3599void
3600radeon_combios_encoder_crtc_scratch_regs(struct drm_encoder *encoder, int crtc)
3601{
3602 struct drm_device *dev = encoder->dev;
3603 struct radeon_device *rdev = dev->dev_private;
3604 struct radeon_encoder *radeon_encoder = to_radeon_encoder(encoder);
3605 uint32_t bios_5_scratch = RREG32(RADEON_BIOS_5_SCRATCH);
3606
3607 if (radeon_encoder->devices & ATOM_DEVICE_TV1_SUPPORT) {
3608 bios_5_scratch &= ~RADEON_TV1_CRTC_MASK;
3609 bios_5_scratch |= (crtc << RADEON_TV1_CRTC_SHIFT);
3610 }
3611 if (radeon_encoder->devices & ATOM_DEVICE_CRT1_SUPPORT) {
3612 bios_5_scratch &= ~RADEON_CRT1_CRTC_MASK;
3613 bios_5_scratch |= (crtc << RADEON_CRT1_CRTC_SHIFT);
3614 }
3615 if (radeon_encoder->devices & ATOM_DEVICE_CRT2_SUPPORT) {
3616 bios_5_scratch &= ~RADEON_CRT2_CRTC_MASK;
3617 bios_5_scratch |= (crtc << RADEON_CRT2_CRTC_SHIFT);
3618 }
3619 if (radeon_encoder->devices & ATOM_DEVICE_LCD1_SUPPORT) {
3620 bios_5_scratch &= ~RADEON_LCD1_CRTC_MASK;
3621 bios_5_scratch |= (crtc << RADEON_LCD1_CRTC_SHIFT);
3622 }
3623 if (radeon_encoder->devices & ATOM_DEVICE_DFP1_SUPPORT) {
3624 bios_5_scratch &= ~RADEON_DFP1_CRTC_MASK;
3625 bios_5_scratch |= (crtc << RADEON_DFP1_CRTC_SHIFT);
3626 }
3627 if (radeon_encoder->devices & ATOM_DEVICE_DFP2_SUPPORT) {
3628 bios_5_scratch &= ~RADEON_DFP2_CRTC_MASK;
3629 bios_5_scratch |= (crtc << RADEON_DFP2_CRTC_SHIFT);
3630 }
3631 WREG32(RADEON_BIOS_5_SCRATCH, bios_5_scratch);
3632}
3633
3634void
3635radeon_combios_encoder_dpms_scratch_regs(struct drm_encoder *encoder, bool on)
3636{
3637 struct drm_device *dev = encoder->dev;
3638 struct radeon_device *rdev = dev->dev_private;
3639 struct radeon_encoder *radeon_encoder = to_radeon_encoder(encoder);
3640 uint32_t bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH);
3641
3642 if (radeon_encoder->devices & (ATOM_DEVICE_TV_SUPPORT)) {
3643 if (on)
3644 bios_6_scratch |= RADEON_TV_DPMS_ON;
3645 else
3646 bios_6_scratch &= ~RADEON_TV_DPMS_ON;
3647 }
3648 if (radeon_encoder->devices & (ATOM_DEVICE_CRT_SUPPORT)) {
3649 if (on)
3650 bios_6_scratch |= RADEON_CRT_DPMS_ON;
3651 else
3652 bios_6_scratch &= ~RADEON_CRT_DPMS_ON;
3653 }
3654 if (radeon_encoder->devices & (ATOM_DEVICE_LCD_SUPPORT)) {
3655 if (on)
3656 bios_6_scratch |= RADEON_LCD_DPMS_ON;
3657 else
3658 bios_6_scratch &= ~RADEON_LCD_DPMS_ON;
3659 }
3660 if (radeon_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
3661 if (on)
3662 bios_6_scratch |= RADEON_DFP_DPMS_ON;
3663 else
3664 bios_6_scratch &= ~RADEON_DFP_DPMS_ON;
3665 }
3666 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch);
3667}