Searched refs:tmds_pll (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | radeon_combios.c | 1326 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_table() 1328 tmds->tmds_pll[i].freq = default_tmds_pll[rdev->family][i].freq; in radeon_legacy_get_tmds_info_from_table() 1353 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios() 1355 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios() 1358 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios() 1359 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios() 1367 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios() 1369 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios() 1376 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios() 1377 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()
|
D | radeon_atombios.c | 1352 tmds->tmds_pll[i].freq = in radeon_atombios_get_tmds_info() 1354 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() 1362 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info() 1367 tmds->tmds_pll[i].freq, in radeon_atombios_get_tmds_info() 1368 tmds->tmds_pll[i].value); in radeon_atombios_get_tmds_info() 1370 if (maxfreq == tmds->tmds_pll[i].freq) { in radeon_atombios_get_tmds_info() 1371 tmds->tmds_pll[i].freq = 0xffffffff; in radeon_atombios_get_tmds_info()
|
D | radeon_legacy_encoders.c | 806 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()
|
D | radeon_mode.h | 415 struct radeon_tmds_pll tmds_pll[4]; member
|
/kernel/linux/linux-5.10/Documentation/gpu/ |
D | kms-properties.csv | 95 ,legacy TMDS PLL detect,"""tmds_pll""",ENUM,"{ ""driver"", ""bios"" }",-,TBD
|