Searched refs:tmds (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_combios.c93 COMBIOS_TMDS_POWER_ON_TABLE, /* offset from tmds power */
94 COMBIOS_TMDS_POWER_OFF_TABLE, /* offset from tmds power */
406 case COMBIOS_TMDS_POWER_ON_TABLE: /* offset from tmds power */
415 case COMBIOS_TMDS_POWER_OFF_TABLE: /* offset from tmds power */
1362 struct radeon_encoder_int_tmds *tmds)
1369 tmds->tmds_pll[i].value =
1371 tmds->tmds_pll[i].freq = default_tmds_pll[rdev->family][i].freq;
1378 struct radeon_encoder_int_tmds *tmds)
1396 tmds->tmds_pll[i].value =
1398 tmds
1361 radeon_legacy_get_tmds_info_from_table(struct radeon_encoder *encoder, struct radeon_encoder_int_tmds *tmds) argument
1377 radeon_legacy_get_tmds_info_from_combios(struct radeon_encoder *encoder, struct radeon_encoder_int_tmds *tmds) argument
1430 radeon_legacy_get_ext_tmds_info_from_table(struct radeon_encoder *encoder, struct radeon_encoder_ext_tmds *tmds) argument
1454 radeon_legacy_get_ext_tmds_info_from_combios(struct radeon_encoder *encoder, struct radeon_encoder_ext_tmds *tmds) argument
2888 struct radeon_encoder_ext_tmds *tmds = radeon_encoder->enc_priv; local
2941 struct radeon_encoder_ext_tmds *tmds = radeon_encoder->enc_priv; local
[all...]
H A Dradeon_legacy_encoders.c798 struct radeon_encoder_int_tmds *tmds = (struct radeon_encoder_int_tmds *)radeon_encoder->enc_priv; local
801 if (tmds->tmds_pll[i].freq == 0)
803 if ((uint32_t)(mode->clock / 10) < tmds->tmds_pll[i].freq) {
804 tmp = tmds->tmds_pll[i].value ;
1698 struct radeon_encoder_int_tmds *tmds = NULL; local
1701 tmds = malloc(sizeof(struct radeon_encoder_int_tmds),
1704 if (!tmds)
1708 ret = radeon_atombios_get_tmds_info(encoder, tmds);
1710 ret = radeon_legacy_get_tmds_info_from_combios(encoder, tmds);
1713 radeon_legacy_get_tmds_info_from_table(encoder, tmds);
1722 struct radeon_encoder_ext_tmds *tmds = NULL; local
[all...]
H A Dradeon_mode.h373 /* legacy int tmds */
378 /* tmds over dvo */
644 struct radeon_encoder_int_tmds *tmds);
646 struct radeon_encoder_int_tmds *tmds);
648 struct radeon_encoder_int_tmds *tmds);
650 struct radeon_encoder_ext_tmds *tmds);
652 struct radeon_encoder_ext_tmds *tmds);
H A Dradeon_connectors.c471 struct radeon_encoder_int_tmds *tmds = NULL; local
480 tmds = radeon_encoder->enc_priv;
481 if (!tmds)
486 ret = radeon_atombios_get_tmds_info(radeon_encoder, tmds);
488 ret = radeon_legacy_get_tmds_info_from_combios(radeon_encoder, tmds);
491 radeon_legacy_get_tmds_info_from_table(radeon_encoder, tmds);
H A Dradeon_atombios.c1287 struct radeon_encoder_int_tmds *tmds)
1307 tmds->tmds_pll[i].freq =
1309 tmds->tmds_pll[i].value =
1311 tmds->tmds_pll[i].value |=
1314 tmds->tmds_pll[i].value |=
1317 tmds->tmds_pll[i].value |=
1322 tmds->tmds_pll[i].freq,
1323 tmds->tmds_pll[i].value);
1325 if (maxfreq == tmds->tmds_pll[i].freq) {
1326 tmds
1286 radeon_atombios_get_tmds_info(struct radeon_encoder *encoder, struct radeon_encoder_int_tmds *tmds) argument
[all...]

Completed in 115 milliseconds