radeon_legacy_encoders.c | 904 uint32_t fp2_gen_cntl = RREG32(RADEON_FP2_GEN_CNTL); local in function:radeon_legacy_tmds_ext_dpms 909 fp2_gen_cntl &= ~RADEON_FP2_BLANK_EN; 910 fp2_gen_cntl |= (RADEON_FP2_ON | RADEON_FP2_DVO_EN); 915 fp2_gen_cntl |= RADEON_FP2_BLANK_EN; 916 fp2_gen_cntl &= ~(RADEON_FP2_ON | RADEON_FP2_DVO_EN); 920 WREG32(RADEON_FP2_GEN_CNTL, fp2_gen_cntl); 959 uint32_t fp2_gen_cntl; local in function:radeon_legacy_tmds_ext_mode_set 966 fp2_gen_cntl = RREG32(RADEON_FP2_GEN_CNTL); 968 fp2_gen_cntl = RREG32(RADEON_FP2_GEN_CNTL); 971 fp2_gen_cntl |= RADEON_FP2_PANEL_FORMAT; /* 24 bit format, * 1048 uint32_t fp2_gen_cntl = 0, crtc2_gen_cntl = 0, tv_dac_cntl = 0; local in function:radeon_legacy_tv_dac_dpms 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 1451 uint32_t gpio_monid, fp2_gen_cntl, disp_output_cntl, crtc2_gen_cntl; local in function:radeon_legacy_ext_dac_detect [all...] |