Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_combios.c1005 tv_dac->ps2_tvdac_adj = default_tvdac_adj[rdev->family]; in radeon_legacy_get_tv_dac_info_from_table()
1007 tv_dac->ps2_tvdac_adj = 0x00880000; in radeon_legacy_get_tv_dac_info_from_table()
1008 tv_dac->pal_tvdac_adj = tv_dac->ps2_tvdac_adj; in radeon_legacy_get_tv_dac_info_from_table()
1009 tv_dac->ntsc_tvdac_adj = tv_dac->ps2_tvdac_adj; in radeon_legacy_get_tv_dac_info_from_table()
1035 tv_dac->ps2_tvdac_adj = (bg << 16) | (dac << 20); in radeon_combios_get_tv_dac_info()
1045 if (tv_dac->ps2_tvdac_adj) in radeon_combios_get_tv_dac_info()
1050 tv_dac->ps2_tvdac_adj = (bg << 16) | (dac << 20); in radeon_combios_get_tv_dac_info()
1060 if (tv_dac->ps2_tvdac_adj) in radeon_combios_get_tv_dac_info()
1074 tv_dac->ps2_tvdac_adj = in radeon_combios_get_tv_dac_info()
1076 tv_dac->pal_tvdac_adj = tv_dac->ps2_tvdac_adj; in radeon_combios_get_tv_dac_info()
[all …]
H A Dradeon_mode.h400 uint32_t ps2_tvdac_adj; member
H A Dradeon_legacy_encoders.c1208 tv_dac->ps2_tvdac_adj); in radeon_legacy_tv_dac_mode_set()
H A Dradeon_atombios.c1972 tv_dac->ps2_tvdac_adj = (bg << 16) | (dac << 20); in radeon_atombios_get_tv_dac_info()