Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_crtc.c60 u32 fp_horz_stretch, fp_vert_stretch, fp_horz_vert_active; in radeon_legacy_rmx_mode_set() local
68 fp_horz_stretch = RREG32(RADEON_FP_HORZ_STRETCH) & in radeon_legacy_rmx_mode_set()
130 fp_horz_stretch |= ((xres/8-1) << 16); in radeon_legacy_rmx_mode_set()
132 inc = (fp_horz_stretch & RADEON_HORZ_AUTO_RATIO_INC) ? 1 : 0; in radeon_legacy_rmx_mode_set()
135 fp_horz_stretch |= (((scale) & RADEON_HORZ_STRETCH_RATIO_MASK) | in radeon_legacy_rmx_mode_set()
154 fp_horz_stretch |= ((xres/8-1) << 16); in radeon_legacy_rmx_mode_set()
195 fp_horz_stretch |= ((xres/8-1) << 16); in radeon_legacy_rmx_mode_set()
200 WREG32(RADEON_FP_HORZ_STRETCH, fp_horz_stretch); in radeon_legacy_rmx_mode_set()
H A Dradeon_combios.c1100 uint32_t fp_vert_stretch, fp_horz_stretch; in radeon_legacy_get_lvds_info_from_regs() local
1110 fp_horz_stretch = RREG32(RADEON_FP_HORZ_STRETCH); in radeon_legacy_get_lvds_info_from_regs()
1128 if (fp_horz_stretch & RADEON_HORZ_STRETCH_ENABLE) in radeon_legacy_get_lvds_info_from_regs()
1130 (((fp_horz_stretch & RADEON_HORZ_PANEL_SIZE) >> in radeon_legacy_get_lvds_info_from_regs()