Home
last modified time | relevance | path

Searched refs:RADEON_CRT2_DISP1_SEL (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.c1237 disp_hw_debug |= RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set()
1247 disp_hw_debug &= ~RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set()
1263 disp_hw_debug |= RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set()
1273 disp_hw_debug &= ~RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set()
1612 tmp = disp_hw_debug & ~RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_detect()
H A Dradeon_reg.h677 # define RADEON_CRT2_DISP1_SEL (1 << 5) macro
H A Dr100.c2697 disp_hw_debug |= RADEON_CRT2_DISP1_SEL; in r100_set_common_regs()