Home
last modified time | relevance | path

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

/linux-4.4.14/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
67 fp_horz_stretch = RREG32(RADEON_FP_HORZ_STRETCH) & in radeon_legacy_rmx_mode_set()
129 fp_horz_stretch |= ((xres/8-1) << 16); in radeon_legacy_rmx_mode_set()
131 inc = (fp_horz_stretch & RADEON_HORZ_AUTO_RATIO_INC) ? 1 : 0; in radeon_legacy_rmx_mode_set()
134 fp_horz_stretch |= (((scale) & RADEON_HORZ_STRETCH_RATIO_MASK) | in radeon_legacy_rmx_mode_set()
153 fp_horz_stretch |= ((xres/8-1) << 16); in radeon_legacy_rmx_mode_set()
194 fp_horz_stretch |= ((xres/8-1) << 16); in radeon_legacy_rmx_mode_set()
199 WREG32(RADEON_FP_HORZ_STRETCH, fp_horz_stretch); in radeon_legacy_rmx_mode_set()
Dradeon_combios.c1105 uint32_t fp_vert_stretch, fp_horz_stretch; in radeon_legacy_get_lvds_info_from_regs() local
1115 fp_horz_stretch = RREG32(RADEON_FP_HORZ_STRETCH); in radeon_legacy_get_lvds_info_from_regs()
1133 if (fp_horz_stretch & RADEON_HORZ_STRETCH_ENABLE) in radeon_legacy_get_lvds_info_from_regs()
1135 (((fp_horz_stretch & RADEON_HORZ_PANEL_SIZE) >> in radeon_legacy_get_lvds_info_from_regs()
/linux-4.4.14/drivers/video/fbdev/aty/
Dradeon_base.c1344 save->fp_horz_stretch = INREG(FP_HORZ_STRETCH); in radeon_save_state()
1516 OUTREG(FP_HORZ_STRETCH, mode->fp_horz_stretch); in radeon_write_mode()
1860 newmode->fp_horz_stretch = (((rinfo->panel_info.xres / 8) - 1) in radeonfb_set_par()
1868 newmode->fp_horz_stretch = (((((unsigned long)hRatio) & HORZ_STRETCH_RATIO_MASK)) | in radeonfb_set_par()
1869 (newmode->fp_horz_stretch & in radeonfb_set_par()
1872 newmode->fp_horz_stretch |= (HORZ_STRETCH_BLEND | in radeonfb_set_par()
1876 newmode->fp_horz_stretch &= ~HORZ_AUTO_RATIO; in radeonfb_set_par()
Dradeonfb.h219 u32 fp_horz_stretch; member