Searched refs:fp_gen_cntl (Results 1 – 4 of 4) sorted by relevance
728 uint32_t fp_gen_cntl = RREG32(RADEON_FP_GEN_CNTL); in radeon_legacy_tmds_int_dpms() local742 WREG32(RADEON_FP_GEN_CNTL, fp_gen_cntl); in radeon_legacy_tmds_int_dpms()828 fp_gen_cntl = (RREG32(RADEON_FP_GEN_CNTL) | in radeon_legacy_tmds_int_mode_set()849 fp_gen_cntl &= ~R200_FP_SOURCE_SEL_MASK; in radeon_legacy_tmds_int_mode_set()851 fp_gen_cntl |= R200_FP_SOURCE_SEL_RMX; in radeon_legacy_tmds_int_mode_set()853 fp_gen_cntl |= R200_FP_SOURCE_SEL_CRTC1; in radeon_legacy_tmds_int_mode_set()855 fp_gen_cntl &= ~RADEON_FP_SEL_CRTC2; in radeon_legacy_tmds_int_mode_set()858 fp_gen_cntl &= ~R200_FP_SOURCE_SEL_MASK; in radeon_legacy_tmds_int_mode_set()859 fp_gen_cntl |= R200_FP_SOURCE_SEL_CRTC2; in radeon_legacy_tmds_int_mode_set()861 fp_gen_cntl |= RADEON_FP_SEL_CRTC2; in radeon_legacy_tmds_int_mode_set()[all …]
1328 save->fp_gen_cntl = INREG(FP_GEN_CNTL); in radeon_save_state()1504 OUTREG(FP_GEN_CNTL, mode->fp_gen_cntl); in radeon_write_mode()1870 newmode->fp_gen_cntl = (rinfo->init_state.fp_gen_cntl & (u32) in radeonfb_set_par()1880 newmode->fp_gen_cntl |= (FP_CRTC_DONT_SHADOW_VPAR | in radeonfb_set_par()1886 newmode->fp_gen_cntl &= ~R200_FP_SOURCE_SEL_MASK; in radeonfb_set_par()1888 newmode->fp_gen_cntl |= R200_FP_SOURCE_SEL_RMX; in radeonfb_set_par()1890 newmode->fp_gen_cntl |= R200_FP_SOURCE_SEL_CRTC1; in radeonfb_set_par()1892 newmode->fp_gen_cntl |= FP_SEL_CRTC1; in radeonfb_set_par()1901 newmode->fp_gen_cntl &= ~(FP_FPON | FP_TMDS_EN); in radeonfb_set_par()1904 newmode->fp_gen_cntl |= (FP_FPON | FP_TMDS_EN); in radeonfb_set_par()
216 u32 fp_gen_cntl; member
1250 fp_gen_cntl, fp2_gen_cntl; in radeon_pm_full_reset_sdram() local1256 fp_gen_cntl = INREG( FP_GEN_CNTL); in radeon_pm_full_reset_sdram()1425 OUTREG( FP_GEN_CNTL, fp_gen_cntl); in radeon_pm_full_reset_sdram()
Completed in 18 milliseconds