Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c255 if (tv_dac->tv_std == TV_STD_NTSC || in radeon_legacy_tv_get_std_mode()
256 tv_dac->tv_std == TV_STD_NTSC_J || in radeon_legacy_tv_get_std_mode()
257 tv_dac->tv_std == TV_STD_PAL_M) { in radeon_legacy_tv_get_std_mode()
441 if (tv_dac->tv_std == TV_STD_NTSC || in radeon_legacy_tv_init_restarts()
442 tv_dac->tv_std == TV_STD_NTSC_J || in radeon_legacy_tv_init_restarts()
443 tv_dac->tv_std == TV_STD_PAL_M || in radeon_legacy_tv_init_restarts()
444 tv_dac->tv_std == TV_STD_PAL_60) in radeon_legacy_tv_init_restarts()
452 if (tv_dac->tv_std == TV_STD_NTSC || in radeon_legacy_tv_init_restarts()
453 tv_dac->tv_std == TV_STD_NTSC_J || in radeon_legacy_tv_init_restarts()
454 tv_dac->tv_std == TV_STD_PAL_M) { in radeon_legacy_tv_init_restarts()
[all …]
H A Dradeon_combios.c904 enum radeon_tv_std tv_std = TV_STD_NTSC; in radeon_combios_get_tv_info() local
911 tv_std = TV_STD_NTSC; in radeon_combios_get_tv_info()
915 tv_std = TV_STD_PAL; in radeon_combios_get_tv_info()
919 tv_std = TV_STD_PAL_M; in radeon_combios_get_tv_info()
923 tv_std = TV_STD_PAL_60; in radeon_combios_get_tv_info()
927 tv_std = TV_STD_NTSC_J; in radeon_combios_get_tv_info()
931 tv_std = TV_STD_SCART_PAL; in radeon_combios_get_tv_info()
935 tv_std = TV_STD_NTSC; in radeon_combios_get_tv_info()
959 return tv_std; in radeon_combios_get_tv_info()
1044 tv_dac->tv_std = radeon_combios_get_tv_info(rdev); in radeon_combios_get_tv_dac_info()
H A Dradeon_atombios.c1894 enum radeon_tv_std tv_std = TV_STD_NTSC; in radeon_atombios_get_tv_info() local
1904 tv_std = TV_STD_NTSC; in radeon_atombios_get_tv_info()
1908 tv_std = TV_STD_NTSC_J; in radeon_atombios_get_tv_info()
1912 tv_std = TV_STD_PAL; in radeon_atombios_get_tv_info()
1916 tv_std = TV_STD_PAL_M; in radeon_atombios_get_tv_info()
1920 tv_std = TV_STD_PAL_N; in radeon_atombios_get_tv_info()
1924 tv_std = TV_STD_PAL_CN; in radeon_atombios_get_tv_info()
1928 tv_std = TV_STD_PAL_60; in radeon_atombios_get_tv_info()
1932 tv_std = TV_STD_SECAM; in radeon_atombios_get_tv_info()
1936 tv_std = TV_STD_NTSC; in radeon_atombios_get_tv_info()
[all …]
H A Dradeon_mode.h404 enum radeon_tv_std tv_std; member
441 enum radeon_tv_std tv_std; member
H A Datombios_crtc.c93 enum radeon_tv_std tv_std = TV_STD_NTSC; in atombios_scaler_setup() local
101 tv_std = tv_dac->tv_std; in atombios_scaler_setup()
110 switch (tv_std) { in atombios_scaler_setup()