Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_combios.c1331 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_table()
1360 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1374 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1426 tmds->i2c_bus = NULL; in radeon_legacy_get_ext_tmds_info_from_combios()
1452 if (!tmds->i2c_bus) { in radeon_legacy_get_ext_tmds_info_from_combios()
2854 if (!tmds) in radeon_external_tmds_setup()
2857 switch (tmds->dvo_chip) { in radeon_external_tmds_setup()
2861 tmds->slave_addr, in radeon_external_tmds_setup()
2867 tmds->slave_addr, in radeon_external_tmds_setup()
2870 tmds->slave_addr, in radeon_external_tmds_setup()
[all …]
H A Dradeon_legacy_encoders.c799 if (tmds->tmds_pll[i].freq == 0) in radeon_legacy_tmds_int_mode_set()
802 tmp = tmds->tmds_pll[i].value ; in radeon_legacy_tmds_int_mode_set()
1695 struct radeon_encoder_int_tmds *tmds; in radeon_legacy_get_tmds_info() local
1700 if (!tmds) in radeon_legacy_get_tmds_info()
1704 ret = radeon_atombios_get_tmds_info(encoder, tmds); in radeon_legacy_get_tmds_info()
1709 radeon_legacy_get_tmds_info_from_table(encoder, tmds); in radeon_legacy_get_tmds_info()
1711 return tmds; in radeon_legacy_get_tmds_info()
1718 struct radeon_encoder_ext_tmds *tmds; in radeon_legacy_get_ext_tmds_info() local
1726 if (!tmds) in radeon_legacy_get_ext_tmds_info()
1732 radeon_legacy_get_ext_tmds_info_from_table(encoder, tmds); in radeon_legacy_get_ext_tmds_info()
[all …]
H A Dradeon_mode.h858 struct radeon_encoder_int_tmds *tmds);
860 struct radeon_encoder_int_tmds *tmds);
862 struct radeon_encoder_int_tmds *tmds);
864 struct radeon_encoder_ext_tmds *tmds);
866 struct radeon_encoder_ext_tmds *tmds);
H A Dradeon_connectors.c664 struct radeon_encoder_int_tmds *tmds = NULL; in radeon_connector_set_property() local
673 tmds = radeon_encoder->enc_priv; in radeon_connector_set_property()
674 if (!tmds) in radeon_connector_set_property()
679 ret = radeon_atombios_get_tmds_info(radeon_encoder, tmds); in radeon_connector_set_property()
681 ret = radeon_legacy_get_tmds_info_from_combios(radeon_encoder, tmds); in radeon_connector_set_property()
684 radeon_legacy_get_tmds_info_from_table(radeon_encoder, tmds); in radeon_connector_set_property()
H A Dradeon_atombios.c1332 struct radeon_encoder_int_tmds *tmds) in radeon_atombios_get_tmds_info() argument
1352 tmds->tmds_pll[i].freq = in radeon_atombios_get_tmds_info()
1354 tmds->tmds_pll[i].value = in radeon_atombios_get_tmds_info()
1356 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info()
1359 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info()
1362 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info()
1367 tmds->tmds_pll[i].freq, in radeon_atombios_get_tmds_info()
1368 tmds->tmds_pll[i].value); in radeon_atombios_get_tmds_info()
1370 if (maxfreq == tmds->tmds_pll[i].freq) { in radeon_atombios_get_tmds_info()
1371 tmds->tmds_pll[i].freq = 0xffffffff; in radeon_atombios_get_tmds_info()