Home
last modified time | relevance | path

Searched refs:fp_gen_cntl (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_encoders.c734 uint32_t fp_gen_cntl = RREG32(RADEON_FP_GEN_CNTL); in radeon_legacy_tmds_int_dpms() local
748 WREG32(RADEON_FP_GEN_CNTL, fp_gen_cntl); in radeon_legacy_tmds_int_dpms()
834 fp_gen_cntl = (RREG32(RADEON_FP_GEN_CNTL) | in radeon_legacy_tmds_int_mode_set()
855 fp_gen_cntl &= ~R200_FP_SOURCE_SEL_MASK; in radeon_legacy_tmds_int_mode_set()
857 fp_gen_cntl |= R200_FP_SOURCE_SEL_RMX; in radeon_legacy_tmds_int_mode_set()
859 fp_gen_cntl |= R200_FP_SOURCE_SEL_CRTC1; in radeon_legacy_tmds_int_mode_set()
861 fp_gen_cntl &= ~RADEON_FP_SEL_CRTC2; in radeon_legacy_tmds_int_mode_set()
864 fp_gen_cntl &= ~R200_FP_SOURCE_SEL_MASK; in radeon_legacy_tmds_int_mode_set()
865 fp_gen_cntl |= R200_FP_SOURCE_SEL_CRTC2; in radeon_legacy_tmds_int_mode_set()
867 fp_gen_cntl |= RADEON_FP_SEL_CRTC2; in radeon_legacy_tmds_int_mode_set()
[all …]