Home
last modified time | relevance | path

Searched refs:tmds_pll (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_combios.c1318 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_table()
1320 tmds->tmds_pll[i].freq = default_tmds_pll[rdev->family][i].freq; in radeon_legacy_get_tmds_info_from_table()
1345 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()
1347 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1350 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()
1351 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()
1359 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()
1361 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1368 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()
1369 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()
H A Dradeon_atombios.c1350 tmds->tmds_pll[i].freq = in radeon_atombios_get_tmds_info()
1352 tmds->tmds_pll[i].value = in radeon_atombios_get_tmds_info()
1354 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info()
1357 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info()
1360 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info()
1365 tmds->tmds_pll[i].freq, in radeon_atombios_get_tmds_info()
1366 tmds->tmds_pll[i].value); in radeon_atombios_get_tmds_info()
1368 if (maxfreq == tmds->tmds_pll[i].freq) { in radeon_atombios_get_tmds_info()
1369 tmds->tmds_pll[i].freq = 0xffffffff; in radeon_atombios_get_tmds_info()
H A Dradeon_legacy_encoders.c805 if (tmds->tmds_pll[i].freq == 0) in radeon_legacy_tmds_int_mode_set()
807 if ((uint32_t)(mode->clock / 10) < tmds->tmds_pll[i].freq) { in radeon_legacy_tmds_int_mode_set()
808 tmp = tmds->tmds_pll[i].value ; in radeon_legacy_tmds_int_mode_set()
H A Dradeon_mode.h417 struct radeon_tmds_pll tmds_pll[4]; member