Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_combios.c1325 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_table()
1327 tmds->tmds_pll[i].freq = default_tmds_pll[rdev->family][i].freq; in radeon_legacy_get_tmds_info_from_table()
1352 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()
1354 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1357 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()
1358 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()
1366 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()
1368 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1375 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()
1376 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()
Dradeon_atombios.c1362 tmds->tmds_pll[i].freq = in radeon_atombios_get_tmds_info()
1364 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()
1372 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info()
1377 tmds->tmds_pll[i].freq, in radeon_atombios_get_tmds_info()
1378 tmds->tmds_pll[i].value); in radeon_atombios_get_tmds_info()
1380 if (maxfreq == tmds->tmds_pll[i].freq) { in radeon_atombios_get_tmds_info()
1381 tmds->tmds_pll[i].freq = 0xffffffff; in radeon_atombios_get_tmds_info()
Dradeon_legacy_encoders.c806 if (tmds->tmds_pll[i].freq == 0) in radeon_legacy_tmds_int_mode_set()
808 if ((uint32_t)(mode->clock / 10) < tmds->tmds_pll[i].freq) { in radeon_legacy_tmds_int_mode_set()
809 tmp = tmds->tmds_pll[i].value ; in radeon_legacy_tmds_int_mode_set()
Dradeon_mode.h416 struct radeon_tmds_pll tmds_pll[4]; member
/Linux-v5.4/Documentation/gpu/
Dkms-properties.csv95 ,legacy TMDS PLL detect,"""tmds_pll""",ENUM,"{ ""driver"", ""bios"" }",-,TBD