Searched refs:tmds_pll (Results 1 – 4 of 4) sorted by relevance
1322 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_table()1324 tmds->tmds_pll[i].freq = default_tmds_pll[rdev->family][i].freq; in radeon_legacy_get_tmds_info_from_table()1349 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()1351 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()1354 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()1355 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()1363 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()1365 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()1372 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()1373 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()
1359 tmds->tmds_pll[i].freq = in radeon_atombios_get_tmds_info()1361 tmds->tmds_pll[i].value = in radeon_atombios_get_tmds_info()1363 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info()1366 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info()1369 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info()1374 tmds->tmds_pll[i].freq, in radeon_atombios_get_tmds_info()1375 tmds->tmds_pll[i].value); in radeon_atombios_get_tmds_info()1377 if (maxfreq == tmds->tmds_pll[i].freq) { in radeon_atombios_get_tmds_info()1378 tmds->tmds_pll[i].freq = 0xffffffff; in radeon_atombios_get_tmds_info()
800 if (tmds->tmds_pll[i].freq == 0) in radeon_legacy_tmds_int_mode_set()802 if ((uint32_t)(mode->clock / 10) < tmds->tmds_pll[i].freq) { in radeon_legacy_tmds_int_mode_set()803 tmp = tmds->tmds_pll[i].value ; in radeon_legacy_tmds_int_mode_set()
417 struct radeon_tmds_pll tmds_pll[4]; member