Searched refs:fp_gen_cntl (Results 1 – 4 of 4) sorted by relevance
729 uint32_t fp_gen_cntl = RREG32(RADEON_FP_GEN_CNTL); in radeon_legacy_tmds_int_dpms() local734 fp_gen_cntl |= (RADEON_FP_FPON | RADEON_FP_TMDS_EN); in radeon_legacy_tmds_int_dpms()739 fp_gen_cntl &= ~(RADEON_FP_FPON | RADEON_FP_TMDS_EN); in radeon_legacy_tmds_int_dpms()743 WREG32(RADEON_FP_GEN_CNTL, fp_gen_cntl); in radeon_legacy_tmds_int_dpms()783 uint32_t tmp, tmds_pll_cntl, tmds_transmitter_cntl, fp_gen_cntl; in radeon_legacy_tmds_int_mode_set() local829 fp_gen_cntl = (RREG32(RADEON_FP_GEN_CNTL) | in radeon_legacy_tmds_int_mode_set()833 fp_gen_cntl &= ~(RADEON_FP_FPON | RADEON_FP_TMDS_EN); in radeon_legacy_tmds_int_mode_set()835 fp_gen_cntl &= ~(RADEON_FP_RMX_HVSYNC_CONTROL_EN | in radeon_legacy_tmds_int_mode_set()844 fp_gen_cntl |= RADEON_FP_PANEL_FORMAT; /* 24 bit format */ in radeon_legacy_tmds_int_mode_set()846 fp_gen_cntl &= ~RADEON_FP_PANEL_FORMAT;/* 18 bit format */ in radeon_legacy_tmds_int_mode_set()[all …]
1337 save->fp_gen_cntl = INREG(FP_GEN_CNTL); in radeon_save_state()1513 OUTREG(FP_GEN_CNTL, mode->fp_gen_cntl); in radeon_write_mode()1885 newmode->fp_gen_cntl = (rinfo->init_state.fp_gen_cntl & (u32) in radeonfb_set_par()1895 newmode->fp_gen_cntl |= (FP_CRTC_DONT_SHADOW_VPAR | in radeonfb_set_par()1901 newmode->fp_gen_cntl &= ~R200_FP_SOURCE_SEL_MASK; in radeonfb_set_par()1903 newmode->fp_gen_cntl |= R200_FP_SOURCE_SEL_RMX; in radeonfb_set_par()1905 newmode->fp_gen_cntl |= R200_FP_SOURCE_SEL_CRTC1; in radeonfb_set_par()1907 newmode->fp_gen_cntl |= FP_SEL_CRTC1; in radeonfb_set_par()1916 newmode->fp_gen_cntl &= ~(FP_FPON | FP_TMDS_EN); in radeonfb_set_par()1919 newmode->fp_gen_cntl |= (FP_FPON | FP_TMDS_EN); in radeonfb_set_par()
216 u32 fp_gen_cntl; member
1251 fp_gen_cntl, fp2_gen_cntl; in radeon_pm_full_reset_sdram() local1257 fp_gen_cntl = INREG( FP_GEN_CNTL); in radeon_pm_full_reset_sdram()1426 OUTREG( FP_GEN_CNTL, fp_gen_cntl); in radeon_pm_full_reset_sdram()