Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dradeon_combios.c1323 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_table()
1325 tmds->tmds_pll[i].freq = default_tmds_pll[rdev->family][i].freq; in radeon_legacy_get_tmds_info_from_table()
1350 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()
1352 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1355 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()
1356 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()
1364 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()
1366 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1373 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()
1374 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()
Dradeon_atombios.c1358 tmds->tmds_pll[i].freq = in radeon_atombios_get_tmds_info()
1360 tmds->tmds_pll[i].value = in radeon_atombios_get_tmds_info()
1362 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info()
1365 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info()
1368 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info()
1373 tmds->tmds_pll[i].freq, in radeon_atombios_get_tmds_info()
1374 tmds->tmds_pll[i].value); in radeon_atombios_get_tmds_info()
1376 if (maxfreq == tmds->tmds_pll[i].freq) { in radeon_atombios_get_tmds_info()
1377 tmds->tmds_pll[i].freq = 0xffffffff; in radeon_atombios_get_tmds_info()
Dradeon_legacy_encoders.c799 if (tmds->tmds_pll[i].freq == 0) in radeon_legacy_tmds_int_mode_set()
801 if ((uint32_t)(mode->clock / 10) < tmds->tmds_pll[i].freq) { in radeon_legacy_tmds_int_mode_set()
802 tmp = tmds->tmds_pll[i].value ; in radeon_legacy_tmds_int_mode_set()
Dradeon_mode.h416 struct radeon_tmds_pll tmds_pll[4]; member