Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c1156 uint32_t disp_hw_debug = 0, fp2_gen_cntl = 0, disp_tv_out_cntl = 0; in radeon_legacy_tv_dac_mode_set() local
1211 disp_hw_debug = RREG32(RADEON_DISP_HW_DEBUG); in radeon_legacy_tv_dac_mode_set()
1238 disp_hw_debug |= RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set()
1248 disp_hw_debug &= ~RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set()
1264 disp_hw_debug |= RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set()
1274 disp_hw_debug &= ~RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set()
1283 WREG32(RADEON_DISP_HW_DEBUG, disp_hw_debug); in radeon_legacy_tv_dac_mode_set()
1532 uint32_t disp_output_cntl = 0, disp_hw_debug = 0, crtc_ext_cntl = 0; in radeon_legacy_tv_dac_detect() local
1586 disp_hw_debug = RREG32(RADEON_DISP_HW_DEBUG); in radeon_legacy_tv_dac_detect()
1613 tmp = disp_hw_debug & ~RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_detect()
[all …]
Dr100.c2652 u32 disp_hw_debug = RREG32(RADEON_DISP_HW_DEBUG); in r100_set_common_regs() local
2663 disp_hw_debug |= RADEON_CRT2_DISP1_SEL; in r100_set_common_regs()
2679 WREG32(RADEON_DISP_HW_DEBUG, disp_hw_debug); in r100_set_common_regs()
/Linux-v4.19/drivers/video/fbdev/aty/
Dradeonfb.h202 u32 disp_hw_debug; member