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

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_combios.c116 COMBIOS_TMDS_POWER_ON_TABLE, /* offset from tmds power */
117 COMBIOS_TMDS_POWER_OFF_TABLE, /* offset from tmds power */
429 case COMBIOS_TMDS_POWER_ON_TABLE: /* offset from tmds power */
438 case COMBIOS_TMDS_POWER_OFF_TABLE: /* offset from tmds power */
1394 struct radeon_encoder_int_tmds *tmds)
1401 tmds->tmds_pll[i].value =
1403 tmds->tmds_pll[i].freq = default_tmds_pll[rdev->family][i].freq;
1410 struct radeon_encoder_int_tmds *tmds)
1428 tmds->tmds_pll[i].value =
1430 tmds
1393 radeon_legacy_get_tmds_info_from_table(struct radeon_encoder *encoder, struct radeon_encoder_int_tmds *tmds) argument
1409 radeon_legacy_get_tmds_info_from_combios(struct radeon_encoder *encoder, struct radeon_encoder_int_tmds *tmds) argument
1462 radeon_legacy_get_ext_tmds_info_from_table(struct radeon_encoder *encoder, struct radeon_encoder_ext_tmds *tmds) argument
1486 radeon_legacy_get_ext_tmds_info_from_combios(struct radeon_encoder *encoder, struct radeon_encoder_ext_tmds *tmds) argument
2920 struct radeon_encoder_ext_tmds *tmds = radeon_encoder->enc_priv; local
2973 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 ;
1697 struct radeon_encoder_int_tmds *tmds = NULL; local
1700 tmds = malloc(sizeof(struct radeon_encoder_int_tmds),
1703 if (!tmds)
1707 ret = radeon_atombios_get_tmds_info(encoder, tmds);
1709 ret = radeon_legacy_get_tmds_info_from_combios(encoder, tmds);
1712 radeon_legacy_get_tmds_info_from_table(encoder, tmds);
1721 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.c482 struct radeon_encoder_int_tmds *tmds = NULL; local
491 tmds = radeon_encoder->enc_priv;
492 if (!tmds)
497 ret = radeon_atombios_get_tmds_info(radeon_encoder, tmds);
499 ret = radeon_legacy_get_tmds_info_from_combios(radeon_encoder, tmds);
502 radeon_legacy_get_tmds_info_from_table(radeon_encoder, tmds);
H A Dradeon_atombios.c1315 struct radeon_encoder_int_tmds *tmds)
1335 tmds->tmds_pll[i].freq =
1337 tmds->tmds_pll[i].value =
1339 tmds->tmds_pll[i].value |=
1342 tmds->tmds_pll[i].value |=
1345 tmds->tmds_pll[i].value |=
1350 tmds->tmds_pll[i].freq,
1351 tmds->tmds_pll[i].value);
1353 if (maxfreq == tmds->tmds_pll[i].freq) {
1354 tmds
1314 radeon_atombios_get_tmds_info(struct radeon_encoder *encoder, struct radeon_encoder_int_tmds *tmds) argument
[all...]
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_hdmi.c654 tmds_init(struct hdmi_softc *sc, const struct tmds_config *tmds) argument
657 WR4(sc, HDMI_NV_PDISP_SOR_PLL0, tmds->pll0);
658 WR4(sc, HDMI_NV_PDISP_SOR_PLL1, tmds->pll1);
659 WR4(sc, HDMI_NV_PDISP_PE_CURRENT, tmds->pe_c);
660 WR4(sc, HDMI_NV_PDISP_SOR_LANE_DRIVE_CURRENT, tmds->drive_c);
661 WR4(sc, HDMI_NV_PDISP_SOR_IO_PEAK_CURRENT, tmds->peak_c);
662 WR4(sc, HDMI_NV_PDISP_SOR_PAD_CTLS0, tmds->pad_ctls);
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_pinmux.c260 GMUX(0x200, G, 4, pg4, rsvd1, tmds, gmi, spi4),
265 GMUX(0x214, H, 1, ph1, pwm1, tmds, gmi, displaya),
266 GMUX(0x218, H, 2, ph2, pwm2, tmds, gmi, cldvfs),

Completed in 85 milliseconds