Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_crtc.c63 u32 fp_horz_stretch, fp_vert_stretch, fp_horz_vert_active; in radeon_legacy_rmx_mode_set() local
68 fp_vert_stretch = RREG32(RADEON_FP_VERT_STRETCH) & in radeon_legacy_rmx_mode_set()
145 fp_vert_stretch |= ((yres-1) << 12); in radeon_legacy_rmx_mode_set()
147 inc = (fp_vert_stretch & RADEON_VERT_AUTO_RATIO_INC) ? 1 : 0; in radeon_legacy_rmx_mode_set()
150 fp_vert_stretch |= (((scale) & RADEON_VERT_STRETCH_RATIO_MASK) | in radeon_legacy_rmx_mode_set()
158 fp_vert_stretch |= ((yres-1) << 12); in radeon_legacy_rmx_mode_set()
199 fp_vert_stretch |= ((yres-1) << 12); in radeon_legacy_rmx_mode_set()
204 WREG32(RADEON_FP_VERT_STRETCH, fp_vert_stretch); in radeon_legacy_rmx_mode_set()
H A Dradeon_combios.c1089 uint32_t fp_vert_stretch, fp_horz_stretch; in radeon_legacy_get_lvds_info_from_regs() local
1098 fp_vert_stretch = RREG32(RADEON_FP_VERT_STRETCH); in radeon_legacy_get_lvds_info_from_regs()
1109 if (fp_vert_stretch & RADEON_VERT_STRETCH_ENABLE) in radeon_legacy_get_lvds_info_from_regs()
1111 ((fp_vert_stretch & RADEON_VERT_PANEL_SIZE) >> in radeon_legacy_get_lvds_info_from_regs()
/linux/drivers/video/fbdev/aty/
H A Dradeonfb.h224 u32 fp_vert_stretch; member