Searched refs:fp_horz_stretch (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_crtc.c | 63 u32 fp_horz_stretch, fp_vert_stretch, fp_horz_vert_active; in radeon_legacy_rmx_mode_set() local 71 fp_horz_stretch = RREG32(RADEON_FP_HORZ_STRETCH) & in radeon_legacy_rmx_mode_set() 133 fp_horz_stretch |= ((xres/8-1) << 16); in radeon_legacy_rmx_mode_set() 135 inc = (fp_horz_stretch & RADEON_HORZ_AUTO_RATIO_INC) ? 1 : 0; in radeon_legacy_rmx_mode_set() 138 fp_horz_stretch |= (((scale) & RADEON_HORZ_STRETCH_RATIO_MASK) | in radeon_legacy_rmx_mode_set() 157 fp_horz_stretch |= ((xres/8-1) << 16); in radeon_legacy_rmx_mode_set() 198 fp_horz_stretch |= ((xres/8-1) << 16); in radeon_legacy_rmx_mode_set() 203 WREG32(RADEON_FP_HORZ_STRETCH, fp_horz_stretch); in radeon_legacy_rmx_mode_set()
|
H A D | radeon_combios.c | 1108 uint32_t fp_vert_stretch, fp_horz_stretch; in radeon_legacy_get_lvds_info_from_regs() local 1118 fp_horz_stretch = RREG32(RADEON_FP_HORZ_STRETCH); in radeon_legacy_get_lvds_info_from_regs() 1136 if (fp_horz_stretch & RADEON_HORZ_STRETCH_ENABLE) in radeon_legacy_get_lvds_info_from_regs() 1138 (((fp_horz_stretch & RADEON_HORZ_PANEL_SIZE) >> in radeon_legacy_get_lvds_info_from_regs()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_crtc.c | 63 u32 fp_horz_stretch, fp_vert_stretch, fp_horz_vert_active; in radeon_legacy_rmx_mode_set() local 71 fp_horz_stretch = RREG32(RADEON_FP_HORZ_STRETCH) & in radeon_legacy_rmx_mode_set() 133 fp_horz_stretch |= ((xres/8-1) << 16); in radeon_legacy_rmx_mode_set() 135 inc = (fp_horz_stretch & RADEON_HORZ_AUTO_RATIO_INC) ? 1 : 0; in radeon_legacy_rmx_mode_set() 138 fp_horz_stretch |= (((scale) & RADEON_HORZ_STRETCH_RATIO_MASK) | in radeon_legacy_rmx_mode_set() 157 fp_horz_stretch |= ((xres/8-1) << 16); in radeon_legacy_rmx_mode_set() 198 fp_horz_stretch |= ((xres/8-1) << 16); in radeon_legacy_rmx_mode_set() 203 WREG32(RADEON_FP_HORZ_STRETCH, fp_horz_stretch); in radeon_legacy_rmx_mode_set()
|
H A D | radeon_combios.c | 1104 uint32_t fp_vert_stretch, fp_horz_stretch; in radeon_legacy_get_lvds_info_from_regs() local 1114 fp_horz_stretch = RREG32(RADEON_FP_HORZ_STRETCH); in radeon_legacy_get_lvds_info_from_regs() 1132 if (fp_horz_stretch & RADEON_HORZ_STRETCH_ENABLE) in radeon_legacy_get_lvds_info_from_regs() 1134 (((fp_horz_stretch & RADEON_HORZ_PANEL_SIZE) >> in radeon_legacy_get_lvds_info_from_regs()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | radeon_base.c | 1329 save->fp_horz_stretch = INREG(FP_HORZ_STRETCH); in radeon_save_state() 1501 OUTREG(FP_HORZ_STRETCH, mode->fp_horz_stretch); in radeon_write_mode() 1839 newmode->fp_horz_stretch = (((rinfo->panel_info.xres / 8) - 1) in radeonfb_set_par() 1847 newmode->fp_horz_stretch = (((((unsigned long)hRatio) & HORZ_STRETCH_RATIO_MASK)) | in radeonfb_set_par() 1848 (newmode->fp_horz_stretch & in radeonfb_set_par() 1851 newmode->fp_horz_stretch |= (HORZ_STRETCH_BLEND | in radeonfb_set_par() 1855 newmode->fp_horz_stretch &= ~HORZ_AUTO_RATIO; in radeonfb_set_par()
|
H A D | radeonfb.h | 220 u32 fp_horz_stretch; member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | radeon_base.c | 1330 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 D | radeonfb.h | 220 u32 fp_horz_stretch; member
|
Completed in 19 milliseconds