Subversion Repositories Kolibri OS

Rev

Rev 3192 | Rev 5078 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3192 Rev 3764
Line 968... Line 968...
968
		/* if the values are all zeros, use the table */
968
		/* if the values are all zeros, use the table */
969
		if (p_dac->ps2_pdac_adj)
969
		if (p_dac->ps2_pdac_adj)
970
		found = 1;
970
		found = 1;
971
	}
971
	}
Line -... Line 972...
-
 
972
 
-
 
973
	/* quirks */
-
 
974
	/* Radeon 9100 (R200) */
-
 
975
	if ((dev->pdev->device == 0x514D) &&
-
 
976
	    (dev->pdev->subsystem_vendor == 0x174B) &&
-
 
977
	    (dev->pdev->subsystem_device == 0x7149)) {
-
 
978
		/* vbios value is bad, use the default */
-
 
979
		found = 0;
-
 
980
	}
972
 
981
 
973
	if (!found) /* fallback to defaults */
982
	if (!found) /* fallback to defaults */
Line 974... Line 983...
974
		radeon_legacy_get_primary_dac_info_from_table(rdev, p_dac);
983
		radeon_legacy_get_primary_dac_info_from_table(rdev, p_dac);
975
 
984
 
Line 2468... Line 2477...
2468
								  (dev,
2477
								  (dev,
2469
								   ATOM_DEVICE_CRT1_SUPPORT,
2478
								   ATOM_DEVICE_CRT1_SUPPORT,
2470
								   1),
2479
								   1),
2471
								  ATOM_DEVICE_CRT1_SUPPORT);
2480
								  ATOM_DEVICE_CRT1_SUPPORT);
2472
				}
2481
				}
-
 
2482
				/* RV100 board with external TDMS bit mis-set.
-
 
2483
				 * Actually uses internal TMDS, clear the bit.
-
 
2484
				 */
-
 
2485
				if (dev->pdev->device == 0x5159 &&
-
 
2486
				    dev->pdev->subsystem_vendor == 0x1014 &&
-
 
2487
				    dev->pdev->subsystem_device == 0x029A) {
-
 
2488
					tmp &= ~(1 << 4);
-
 
2489
				}
2473
				if ((tmp >> 4) & 0x1) {
2490
				if ((tmp >> 4) & 0x1) {
2474
					devices |= ATOM_DEVICE_DFP2_SUPPORT;
2491
					devices |= ATOM_DEVICE_DFP2_SUPPORT;
2475
					radeon_add_legacy_encoder(dev,
2492
					radeon_add_legacy_encoder(dev,
2476
								  radeon_get_encoder_enum
2493
								  radeon_get_encoder_enum
2477
								  (dev,
2494
								  (dev,