Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/radeon/
Dradeon_legacy_crtc.c59 u32 fp_horz_stretch, fp_vert_stretch, fp_horz_vert_active; in radeon_legacy_rmx_mode_set() local
64 fp_vert_stretch = RREG32(RADEON_FP_VERT_STRETCH) & in radeon_legacy_rmx_mode_set()
141 fp_vert_stretch |= ((yres-1) << 12); in radeon_legacy_rmx_mode_set()
143 inc = (fp_vert_stretch & RADEON_VERT_AUTO_RATIO_INC) ? 1 : 0; in radeon_legacy_rmx_mode_set()
146 fp_vert_stretch |= (((scale) & RADEON_VERT_STRETCH_RATIO_MASK) | in radeon_legacy_rmx_mode_set()
154 fp_vert_stretch |= ((yres-1) << 12); in radeon_legacy_rmx_mode_set()
195 fp_vert_stretch |= ((yres-1) << 12); in radeon_legacy_rmx_mode_set()
200 WREG32(RADEON_FP_VERT_STRETCH, fp_vert_stretch); in radeon_legacy_rmx_mode_set()
Dradeon_combios.c1109 uint32_t fp_vert_stretch, fp_horz_stretch; in radeon_legacy_get_lvds_info_from_regs() local
1118 fp_vert_stretch = RREG32(RADEON_FP_VERT_STRETCH); in radeon_legacy_get_lvds_info_from_regs()
1129 if (fp_vert_stretch & RADEON_VERT_STRETCH_ENABLE) in radeon_legacy_get_lvds_info_from_regs()
1131 ((fp_vert_stretch & RADEON_VERT_PANEL_SIZE) >> in radeon_legacy_get_lvds_info_from_regs()
/linux-3.4.99/drivers/video/aty/
Dradeon_base.c1228 save->fp_vert_stretch = INREG(FP_VERT_STRETCH); in radeon_save_state()
1399 OUTREG(FP_VERT_STRETCH, mode->fp_vert_stretch); in radeon_write_mode()
1744 newmode->fp_vert_stretch = ((rinfo->panel_info.yres - 1) in radeonfb_set_par()
1763 newmode->fp_vert_stretch = (((((unsigned long)vRatio) & VERT_STRETCH_RATIO_MASK)) | in radeonfb_set_par()
1764 (newmode->fp_vert_stretch & in radeonfb_set_par()
1766 newmode->fp_vert_stretch |= (VERT_STRETCH_BLEND | in radeonfb_set_par()
1770 newmode->fp_vert_stretch &= ~VERT_AUTO_RATIO_EN; in radeonfb_set_par()
Dradeonfb.h223 u32 fp_vert_stretch; member