radeon_legacy_encoders.c | 1167 uint32_t disp_hw_debug = 0, fp2_gen_cntl = 0, disp_tv_out_cntl = 0; local in function:radeon_legacy_tv_dac_mode_set 1222 disp_hw_debug = RREG32(RADEON_DISP_HW_DEBUG); 1249 disp_hw_debug |= RADEON_CRT2_DISP1_SEL; 1259 disp_hw_debug &= ~RADEON_CRT2_DISP1_SEL; 1275 disp_hw_debug |= RADEON_CRT2_DISP1_SEL; 1285 disp_hw_debug &= ~RADEON_CRT2_DISP1_SEL; 1294 WREG32(RADEON_DISP_HW_DEBUG, disp_hw_debug); 1543 uint32_t disp_output_cntl = 0, disp_hw_debug = 0, crtc_ext_cntl = 0; local in function:radeon_legacy_tv_dac_detect 1597 disp_hw_debug = RREG32(RADEON_DISP_HW_DEBUG); 1624 tmp = disp_hw_debug & ~RADEON_CRT2_DISP1_SEL [all...] |