Lines Matching full:tmds
94 COMBIOS_TMDS_POWER_ON_TABLE, /* offset from tmds power */
95 COMBIOS_TMDS_POWER_OFF_TABLE, /* offset from tmds power */
339 case COMBIOS_TMDS_POWER_ON_TABLE: /* offset from tmds power */ in combios_get_table_offset()
348 case COMBIOS_TMDS_POWER_OFF_TABLE: /* offset from tmds power */ in combios_get_table_offset()
1300 struct radeon_encoder_int_tmds *tmds) in radeon_legacy_get_tmds_info_from_table() argument
1307 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_table()
1309 tmds->tmds_pll[i].freq = default_tmds_pll[rdev->family][i].freq; in radeon_legacy_get_tmds_info_from_table()
1316 struct radeon_encoder_int_tmds *tmds) in radeon_legacy_get_tmds_info_from_combios() argument
1334 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()
1336 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1338 DRM_DEBUG_KMS("TMDS PLL From COMBIOS %u %x\n", in radeon_legacy_get_tmds_info_from_combios()
1339 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()
1340 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()
1348 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()
1350 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1356 DRM_DEBUG_KMS("TMDS PLL From COMBIOS %u %x\n", in radeon_legacy_get_tmds_info_from_combios()
1357 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()
1358 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()
1362 DRM_INFO("No TMDS info found in BIOS\n"); in radeon_legacy_get_tmds_info_from_combios()
1369 struct radeon_encoder_ext_tmds *tmds) in radeon_legacy_get_ext_tmds_info_from_table() argument
1377 tmds->i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus); in radeon_legacy_get_ext_tmds_info_from_table()
1384 tmds->dvo_chip = DVO_SIL164; in radeon_legacy_get_ext_tmds_info_from_table()
1385 tmds->slave_addr = 0x70 >> 1; /* 7 bit addressing */ in radeon_legacy_get_ext_tmds_info_from_table()
1393 struct radeon_encoder_ext_tmds *tmds) in radeon_legacy_get_ext_tmds_info_from_combios() argument
1402 tmds->i2c_bus = NULL; in radeon_legacy_get_ext_tmds_info_from_combios()
1405 tmds->i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus); in radeon_legacy_get_ext_tmds_info_from_combios()
1406 tmds->dvo_chip = DVO_SIL164; in radeon_legacy_get_ext_tmds_info_from_combios()
1407 tmds->slave_addr = 0x70 >> 1; /* 7 bit addressing */ in radeon_legacy_get_ext_tmds_info_from_combios()
1412 DRM_DEBUG_KMS("External TMDS Table revision: %d\n", ver); in radeon_legacy_get_ext_tmds_info_from_combios()
1413 tmds->slave_addr = RBIOS8(offset + 4 + 2); in radeon_legacy_get_ext_tmds_info_from_combios()
1414 tmds->slave_addr >>= 1; /* 7 bit addressing */ 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()
1428 if (!tmds->i2c_bus) { in radeon_legacy_get_ext_tmds_info_from_combios()
1429 DRM_INFO("No valid Ext TMDS info found in BIOS\n"); in radeon_legacy_get_ext_tmds_info_from_combios()
1450 /* powerbook with internal tmds */ in radeon_get_legacy_connector_info_from_table()
1457 /* powerbook with external single link tmds (sil164) */ in radeon_get_legacy_connector_info_from_table()
1460 /* powerbook with external dual or single link tmds */ in radeon_get_legacy_connector_info_from_table()
1466 /* powerbook with external dual link tmds (sil1178?) */ in radeon_get_legacy_connector_info_from_table()
1483 /* mini with internal tmds */ in radeon_get_legacy_connector_info_from_table()
1486 /* mini with external tmds */ in radeon_get_legacy_connector_info_from_table()
1570 /* DVI-I - tv dac, int tmds */ in radeon_get_legacy_connector_info_from_table()
1666 DRM_INFO("Connector Table: %d (powerbook external tmds)\n", in radeon_get_legacy_connector_info_from_table()
1680 /* DVI-I - primary dac, ext tmds */ in radeon_get_legacy_connector_info_from_table()
1715 DRM_INFO("Connector Table: %d (powerbook internal tmds)\n", in radeon_get_legacy_connector_info_from_table()
1729 /* DVI-I - primary dac, int tmds */ in radeon_get_legacy_connector_info_from_table()
1804 DRM_INFO("Connector Table: %d (mini external tmds)\n", in radeon_get_legacy_connector_info_from_table()
1806 /* DVI-I - tv dac, ext tmds */ in radeon_get_legacy_connector_info_from_table()
1841 DRM_INFO("Connector Table: %d (mini internal tmds)\n", in radeon_get_legacy_connector_info_from_table()
1843 /* DVI-I - tv dac, int tmds */ in radeon_get_legacy_connector_info_from_table()
1879 /* DVI-D - int tmds */ in radeon_get_legacy_connector_info_from_table()
1988 /* DVI - primary dac, internal tmds */ in radeon_get_legacy_connector_info_from_table()
2049 /* ADC - primary dac, internal tmds */ in radeon_get_legacy_connector_info_from_table()
2097 /* DVI-I - secondary dac, int tmds */ in radeon_get_legacy_connector_info_from_table()
2146 /* DVI-I - tv dac, int tmds */ in radeon_get_legacy_connector_info_from_table()
2402 * Actually uses internal TMDS, clear the bit. in radeon_get_legacy_connector_info_from_bios()
2824 struct radeon_encoder_ext_tmds *tmds = radeon_encoder->enc_priv; in radeon_external_tmds_setup() local
2826 if (!tmds) in radeon_external_tmds_setup()
2829 switch (tmds->dvo_chip) { in radeon_external_tmds_setup()
2832 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2833 tmds->slave_addr, in radeon_external_tmds_setup()
2835 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2836 tmds->slave_addr, in radeon_external_tmds_setup()
2838 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2839 tmds->slave_addr, in radeon_external_tmds_setup()
2841 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2842 tmds->slave_addr, in radeon_external_tmds_setup()
2844 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2845 tmds->slave_addr, in radeon_external_tmds_setup()
2877 struct radeon_encoder_ext_tmds *tmds = radeon_encoder->enc_priv; in radeon_combios_external_tmds_setup() local
2879 if (!tmds) in radeon_combios_external_tmds_setup()
2928 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_combios_external_tmds_setup()
2983 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_combios_external_tmds_setup()
2984 tmds->slave_addr, in radeon_combios_external_tmds_setup()