Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/aty/
H A Dradeon_base.c1330 save->fp_horz_stretch = INREG(FP_HORZ_STRETCH); in radeon_save_state()
1502 OUTREG(FP_HORZ_STRETCH, mode->fp_horz_stretch); in radeon_write_mode()
1840 newmode->fp_horz_stretch = (((rinfo->panel_info.xres / 8) - 1) in radeonfb_set_par()
1848 newmode->fp_horz_stretch = (((((unsigned long)hRatio) & HORZ_STRETCH_RATIO_MASK)) | in radeonfb_set_par()
1849 (newmode->fp_horz_stretch & in radeonfb_set_par()
1852 newmode->fp_horz_stretch |= (HORZ_STRETCH_BLEND | in radeonfb_set_par()
1856 newmode->fp_horz_stretch &= ~HORZ_AUTO_RATIO; in radeonfb_set_par()
H A Dradeonfb.h220 u32 fp_horz_stretch; member
/linux/drivers/gpu/drm/radeon/
H A Dradeon_combios.c1088 uint32_t fp_vert_stretch, fp_horz_stretch; in radeon_legacy_get_lvds_info_from_regs() local
1098 fp_horz_stretch = RREG32(RADEON_FP_HORZ_STRETCH); in radeon_legacy_get_lvds_info_from_regs()
1116 if (fp_horz_stretch & RADEON_HORZ_STRETCH_ENABLE) in radeon_legacy_get_lvds_info_from_regs()
1118 (((fp_horz_stretch & RADEON_HORZ_PANEL_SIZE) >> in radeon_legacy_get_lvds_info_from_regs()