Searched refs:disp_hw_debug (Results 1 – 3 of 3) sorted by relevance
1123 uint32_t disp_hw_debug = 0, fp2_gen_cntl = 0, disp_tv_out_cntl = 0; in radeon_legacy_tv_dac_mode_set() local1178 disp_hw_debug = RREG32(RADEON_DISP_HW_DEBUG); in radeon_legacy_tv_dac_mode_set()1205 disp_hw_debug |= RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set()1215 disp_hw_debug &= ~RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set()1231 disp_hw_debug |= RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set()1241 disp_hw_debug &= ~RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_mode_set()1250 WREG32(RADEON_DISP_HW_DEBUG, disp_hw_debug); in radeon_legacy_tv_dac_mode_set()1408 uint32_t disp_hw_debug, disp_output_cntl, gpiopad_a, pixclks_cntl, tmp; in radeon_legacy_tv_dac_detect() local1449 disp_hw_debug = ASIC_IS_R300(rdev) ? 0 : RREG32(RADEON_DISP_HW_DEBUG); in radeon_legacy_tv_dac_detect()1473 tmp = disp_hw_debug & ~RADEON_CRT2_DISP1_SEL; in radeon_legacy_tv_dac_detect()[all …]
2304 u32 disp_hw_debug = RREG32(RADEON_DISP_HW_DEBUG); in r100_set_common_regs() local2315 disp_hw_debug |= RADEON_CRT2_DISP1_SEL; in r100_set_common_regs()2331 WREG32(RADEON_DISP_HW_DEBUG, disp_hw_debug); in r100_set_common_regs()
201 u32 disp_hw_debug; member