Searched refs:tmds_pll (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/radeon/ |
D | radeon_combios.c | 1307 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_table() 1309 tmds->tmds_pll[i].freq = default_tmds_pll[rdev->family][i].freq; in radeon_legacy_get_tmds_info_from_table() 1334 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios() 1336 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios() 1339 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios() 1340 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios() 1348 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios() 1350 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()
|
D | radeon_atombios.c | 1349 tmds->tmds_pll[i].freq = in radeon_atombios_get_tmds_info() 1351 tmds->tmds_pll[i].value = in radeon_atombios_get_tmds_info() 1353 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() 1364 tmds->tmds_pll[i].freq, in radeon_atombios_get_tmds_info() 1365 tmds->tmds_pll[i].value); in radeon_atombios_get_tmds_info() 1367 if (maxfreq == tmds->tmds_pll[i].freq) { in radeon_atombios_get_tmds_info() 1368 tmds->tmds_pll[i].freq = 0xffffffff; in radeon_atombios_get_tmds_info()
|
D | radeon_legacy_encoders.c | 799 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()
|
D | radeon_mode.h | 406 struct radeon_tmds_pll tmds_pll[4]; member
|
/linux-6.12.1/Documentation/gpu/ |
D | kms-properties.csv | 93 ,legacy TMDS PLL detect,"""tmds_pll""",ENUM,"{ ""driver"", ""bios"" }",-,TBD
|