Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/radeon/
Dradeon_combios.c1001 tv_dac->ps2_tvdac_adj = default_tvdac_adj[rdev->family]; in radeon_legacy_get_tv_dac_info_from_table()
1003 tv_dac->ps2_tvdac_adj = 0x00880000; in radeon_legacy_get_tv_dac_info_from_table()
1004 tv_dac->pal_tvdac_adj = tv_dac->ps2_tvdac_adj; in radeon_legacy_get_tv_dac_info_from_table()
1005 tv_dac->ntsc_tvdac_adj = tv_dac->ps2_tvdac_adj; in radeon_legacy_get_tv_dac_info_from_table()
1031 tv_dac->ps2_tvdac_adj = (bg << 16) | (dac << 20); in radeon_combios_get_tv_dac_info()
1041 if (tv_dac->ps2_tvdac_adj) in radeon_combios_get_tv_dac_info()
1046 tv_dac->ps2_tvdac_adj = (bg << 16) | (dac << 20); in radeon_combios_get_tv_dac_info()
1056 if (tv_dac->ps2_tvdac_adj) in radeon_combios_get_tv_dac_info()
1070 tv_dac->ps2_tvdac_adj = in radeon_combios_get_tv_dac_info()
1072 tv_dac->pal_tvdac_adj = tv_dac->ps2_tvdac_adj; in radeon_combios_get_tv_dac_info()
[all …]
Dradeon_mode.h395 uint32_t ps2_tvdac_adj; member
Dradeon_legacy_encoders.c1201 tv_dac->ps2_tvdac_adj); in radeon_legacy_tv_dac_mode_set()
Dradeon_atombios.c1964 tv_dac->ps2_tvdac_adj = (bg << 16) | (dac << 20); in radeon_atombios_get_tv_dac_info()