Lines Matching full:tmds
97 COMBIOS_TMDS_POWER_ON_TABLE, /* offset from tmds power */
98 COMBIOS_TMDS_POWER_OFF_TABLE, /* offset from tmds power */
342 case COMBIOS_TMDS_POWER_ON_TABLE: /* offset from tmds power */ in combios_get_table_offset()
351 case COMBIOS_TMDS_POWER_OFF_TABLE: /* offset from tmds power */ in combios_get_table_offset()
1319 struct radeon_encoder_int_tmds *tmds) in radeon_legacy_get_tmds_info_from_table() argument
1326 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_table()
1328 tmds->tmds_pll[i].freq = default_tmds_pll[rdev->family][i].freq; in radeon_legacy_get_tmds_info_from_table()
1335 struct radeon_encoder_int_tmds *tmds) in radeon_legacy_get_tmds_info_from_combios() argument
1353 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()
1355 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1357 DRM_DEBUG_KMS("TMDS PLL From COMBIOS %u %x\n", in radeon_legacy_get_tmds_info_from_combios()
1358 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()
1359 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()
1367 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()
1369 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1375 DRM_DEBUG_KMS("TMDS PLL From COMBIOS %u %x\n", in radeon_legacy_get_tmds_info_from_combios()
1376 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()
1377 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()
1381 DRM_INFO("No TMDS info found in BIOS\n"); in radeon_legacy_get_tmds_info_from_combios()
1388 struct radeon_encoder_ext_tmds *tmds) in radeon_legacy_get_ext_tmds_info_from_table() argument
1396 tmds->i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus); in radeon_legacy_get_ext_tmds_info_from_table()
1403 tmds->dvo_chip = DVO_SIL164; in radeon_legacy_get_ext_tmds_info_from_table()
1404 tmds->slave_addr = 0x70 >> 1; /* 7 bit addressing */ in radeon_legacy_get_ext_tmds_info_from_table()
1412 struct radeon_encoder_ext_tmds *tmds) in radeon_legacy_get_ext_tmds_info_from_combios() argument
1421 tmds->i2c_bus = NULL; in radeon_legacy_get_ext_tmds_info_from_combios()
1424 tmds->i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus); in radeon_legacy_get_ext_tmds_info_from_combios()
1425 tmds->dvo_chip = DVO_SIL164; in radeon_legacy_get_ext_tmds_info_from_combios()
1426 tmds->slave_addr = 0x70 >> 1; /* 7 bit addressing */ in radeon_legacy_get_ext_tmds_info_from_combios()
1431 DRM_DEBUG_KMS("External TMDS Table revision: %d\n", ver); in radeon_legacy_get_ext_tmds_info_from_combios()
1432 tmds->slave_addr = RBIOS8(offset + 4 + 2); in radeon_legacy_get_ext_tmds_info_from_combios()
1433 tmds->slave_addr >>= 1; /* 7 bit addressing */ in radeon_legacy_get_ext_tmds_info_from_combios()
1443 tmds->i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus); in radeon_legacy_get_ext_tmds_info_from_combios()
1447 if (!tmds->i2c_bus) { in radeon_legacy_get_ext_tmds_info_from_combios()
1448 DRM_INFO("No valid Ext TMDS info found in BIOS\n"); in radeon_legacy_get_ext_tmds_info_from_combios()
1469 /* powerbook with internal tmds */ in radeon_get_legacy_connector_info_from_table()
1476 /* powerbook with external single link tmds (sil164) */ in radeon_get_legacy_connector_info_from_table()
1479 /* powerbook with external dual or single link tmds */ in radeon_get_legacy_connector_info_from_table()
1485 /* powerbook with external dual link tmds (sil1178?) */ in radeon_get_legacy_connector_info_from_table()
1502 /* mini with internal tmds */ in radeon_get_legacy_connector_info_from_table()
1505 /* mini with external tmds */ in radeon_get_legacy_connector_info_from_table()
1589 /* DVI-I - tv dac, int tmds */ in radeon_get_legacy_connector_info_from_table()
1685 DRM_INFO("Connector Table: %d (powerbook external tmds)\n", in radeon_get_legacy_connector_info_from_table()
1699 /* DVI-I - primary dac, ext tmds */ in radeon_get_legacy_connector_info_from_table()
1734 DRM_INFO("Connector Table: %d (powerbook internal tmds)\n", in radeon_get_legacy_connector_info_from_table()
1748 /* DVI-I - primary dac, int tmds */ in radeon_get_legacy_connector_info_from_table()
1823 DRM_INFO("Connector Table: %d (mini external tmds)\n", in radeon_get_legacy_connector_info_from_table()
1825 /* DVI-I - tv dac, ext tmds */ in radeon_get_legacy_connector_info_from_table()
1860 DRM_INFO("Connector Table: %d (mini internal tmds)\n", in radeon_get_legacy_connector_info_from_table()
1862 /* DVI-I - tv dac, int tmds */ in radeon_get_legacy_connector_info_from_table()
1898 /* DVI-D - int tmds */ in radeon_get_legacy_connector_info_from_table()
2007 /* DVI - primary dac, internal tmds */ in radeon_get_legacy_connector_info_from_table()
2068 /* ADC - primary dac, internal tmds */ in radeon_get_legacy_connector_info_from_table()
2116 /* DVI-I - secondary dac, int tmds */ in radeon_get_legacy_connector_info_from_table()
2165 /* DVI-I - tv dac, int tmds */ in radeon_get_legacy_connector_info_from_table()
2418 * Actually uses internal TMDS, clear the bit. in radeon_get_legacy_connector_info_from_bios()
2840 struct radeon_encoder_ext_tmds *tmds = radeon_encoder->enc_priv; in radeon_external_tmds_setup() local
2842 if (!tmds) in radeon_external_tmds_setup()
2845 switch (tmds->dvo_chip) { in radeon_external_tmds_setup()
2848 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2849 tmds->slave_addr, in radeon_external_tmds_setup()
2851 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2852 tmds->slave_addr, in radeon_external_tmds_setup()
2854 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2855 tmds->slave_addr, in radeon_external_tmds_setup()
2857 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2858 tmds->slave_addr, in radeon_external_tmds_setup()
2860 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2861 tmds->slave_addr, in radeon_external_tmds_setup()
2893 struct radeon_encoder_ext_tmds *tmds = radeon_encoder->enc_priv; in radeon_combios_external_tmds_setup() local
2895 if (!tmds) in radeon_combios_external_tmds_setup()
2944 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_combios_external_tmds_setup()
2999 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_combios_external_tmds_setup()
3000 tmds->slave_addr, in radeon_combios_external_tmds_setup()