Home
last modified time | relevance | path

Searched refs:xoffset (Results 1 – 25 of 102) sorted by relevance

12345

/linux-5.19.10/drivers/video/fbdev/
Dcontrolfb.c86 int xoffset, yoffset; member
212 static inline void set_screen_start(int xoffset, int yoffset, in set_screen_start() argument
217 par->xoffset = xoffset; in set_screen_start()
220 par->yoffset * par->pitch + (par->xoffset << par->cmode)); in set_screen_start()
240 if (p->par.xoffset != par->xoffset || in control_set_hardware()
242 set_screen_start(par->xoffset, par->yoffset, p); in control_set_hardware()
269 + (par->xoffset << cmode)); in control_set_hardware()
487 par->xoffset = (var->xoffset + hstep) & ~hstep; in control_var_to_par()
503 if (par->xoffset + par->xres > par->vxres) in control_var_to_par()
504 par->xoffset = par->vxres - par->xres; in control_var_to_par()
[all …]
D68328fb.c144 var->xoffset = info->var.xoffset; in mc68x328fb_check_var()
172 if (var->xres_virtual < var->xoffset + var->xres) in mc68x328fb_check_var()
173 var->xres_virtual = var->xoffset + var->xres; in mc68x328fb_check_var()
372 || var->xoffset) in mc68x328fb_pan_display()
375 if (var->xoffset + info->var.xres > info->var.xres_virtual || in mc68x328fb_pan_display()
379 info->var.xoffset = var->xoffset; in mc68x328fb_pan_display()
Dvfb.c128 var->xoffset = info->var.xoffset; in vfb_check_var()
156 if (var->xres_virtual < var->xoffset + var->xres) in vfb_check_var()
157 var->xres_virtual = var->xoffset + var->xres; in vfb_check_var()
364 var->xoffset) in vfb_pan_display()
367 if (var->xoffset + info->var.xres > info->var.xres_virtual || in vfb_pan_display()
371 info->var.xoffset = var->xoffset; in vfb_pan_display()
Dvga16fb.c210 u32 xoffset, pos; in vga16fb_pan_var() local
212 xoffset = var->xoffset; in vga16fb_pan_var()
214 pos = (info->var.xres_virtual * var->yoffset + xoffset) >> 2; in vga16fb_pan_var()
217 pos = (info->var.xres_virtual * (var->yoffset / fh) + xoffset) >> 3; in vga16fb_pan_var()
220 xoffset--; in vga16fb_pan_var()
221 pos = (info->var.xres_virtual * var->yoffset + xoffset) >> 3; in vga16fb_pan_var()
230 vga_io_w(VGA_ATT_IW, (xoffset & 3) << 1); in vga16fb_pan_var()
232 vga_io_w(VGA_ATT_IW, xoffset & 7); in vga16fb_pan_var()
337 u32 vxres, xoffset, vyres, yoffset; in vga16fb_check_var() local
375 xoffset = (var->xoffset + 7) & ~7; in vga16fb_check_var()
[all …]
Datafb.c119 short xoffset; member
740 var->xoffset = 0; in tt_encode_var()
1351 par->hw.falcon.xoffset = 0; in falcon_decode_var()
1421 if (hw->xoffset) in falcon_encode_var()
1460 var->xoffset = 0; /* TODO change this */ in falcon_encode_var()
1536 hw->xoffset = videl.xoffset & 0xf; in falcon_get_par()
1627 videl.xoffset = hw->xoffset; in falcon_vbl_switcher()
1635 videl.xoffset = current_par.hw.falcon.xoffset; in falcon_vbl_switcher()
1646 int xoffset; in falcon_pan_display() local
1650 var->xoffset = round_up(var->xoffset, 32); in falcon_pan_display()
[all …]
Dhgafb.c254 static void hga_pan(unsigned int xoffset, unsigned int yoffset) in hga_pan() argument
259 base = (yoffset / 8) * 90 + xoffset; in hga_pan()
428 var->xoffset) in hgafb_pan_display()
431 if (var->xoffset + info->var.xres > info->var.xres_virtual in hgafb_pan_display()
437 hga_pan(var->xoffset, var->yoffset); in hgafb_pan_display()
Dpvr2fb.c461 if (var->xoffset || var->yoffset >= var->yres_virtual) { in pvr2fb_check_var()
462 var->xoffset = var->yoffset = 0; in pvr2fb_check_var()
464 if (var->xoffset > var->xres_virtual - var->xres || in pvr2fb_check_var()
466 var->xoffset = var->yoffset = 0; in pvr2fb_check_var()
469 var->xoffset = var->yoffset = 0; in pvr2fb_check_var()
542 get_line_length(var->xoffset+var->xres, var->bits_per_pixel), in pvr2_update_display()
575 get_line_length(var->xoffset+var->xres, var->bits_per_pixel), in pvr2_init_display()
Dhitfb.c159 int xoffset = var->xoffset; in hitfb_pan_display() local
162 if (xoffset != 0) in hitfb_pan_display()
259 var->xoffset = 0; in hitfb_check_var()
Dmx3fb.c785 old_var.xoffset = new_var.xoffset; in mx3fb_must_set_par()
879 mx3_fbi->cur_var.xoffset = 0; in __set_par()
887 cur_xoffset = mx3_fbi->cur_var.xoffset; in __set_par()
890 mx3_fbi->cur_var.xoffset = cur_xoffset; in __set_par()
1150 if (var->xoffset > 0) { in mx3fb_pan_display()
1155 if (mx3_fbi->cur_var.xoffset == var->xoffset && in mx3fb_pan_display()
1170 + var->xoffset * (fbi->var.bits_per_pixel / 8); in mx3fb_pan_display()
1231 fbi->var.xoffset = var->xoffset; in mx3fb_pan_display()
Damifb.c694 __s16 xoffset; member
726 int xoffset; /* vmode */ member
1490 par->xoffset = var->xoffset; in ami_decode_var()
1494 par->xoffset = par->yoffset = 0; in ami_decode_var()
1496 if (par->xoffset > upx(16 << maxfmode, par->vxres - par->xres) || in ami_decode_var()
1498 par->xoffset = par->yoffset = 0; in ami_decode_var()
1501 par->xoffset = par->yoffset = 0; in ami_decode_var()
1529 var->xoffset = par->xoffset; in ami_encode_var()
1607 par->xoffset = upx(16 << maxfmode, par->xoffset); in ami_update_par()
1610 vshift = modx(16 << maxfmode, par->xoffset); in ami_update_par()
[all …]
Dgxt4500.c286 if (var->xres + var->xoffset > var->xres_virtual || in gxt4500_var_to_par()
472 writereg(par, REFRESH_START, (var->xoffset << 16) | var->yoffset); in gxt4500_set_par()
553 if (var->xoffset & 7) in gxt4500_pan_display()
555 if (var->xoffset + info->var.xres > info->var.xres_virtual || in gxt4500_pan_display()
559 writereg(par, REFRESH_START, (var->xoffset << 16) | var->yoffset); in gxt4500_pan_display()
Di740fb.c402 u32 vxres, xoffset, vyres, yoffset; in i740fb_decode_var() local
410 var->xoffset, var->yoffset, var->bits_per_pixel, in i740fb_decode_var()
467 xoffset = ALIGN(var->xoffset, 8); in i740fb_decode_var()
468 if (xres + xoffset > vxres) in i740fb_decode_var()
469 xoffset = vxres - xres; in i740fb_decode_var()
582 base = (yoffset * vxres + (xoffset & ~7)) >> 2; in i740fb_decode_var()
909 + (var->xoffset & ~7)) >> 2; in i740fb_pan_display()
912 var->xoffset, var->yoffset, base); in i740fb_pan_display()
Dfsl-diu-fb.c707 if (var->xoffset + info->var.xres > info->var.xres_virtual) in fsl_diu_check_var()
708 var->xoffset = info->var.xres_virtual - info->var.xres; in fsl_diu_check_var()
914 ad->offset_xyi = cpu_to_le32((var->yoffset << 16) | var->xoffset); in fsl_diu_set_aoi()
1049 xx = (cursor->image.dx - info->var.xoffset) & 0x7ff; in fsl_diu_cursor()
1164 ad->offset_xyi = cpu_to_le32((var->yoffset << 16) | var->xoffset); in fsl_diu_set_par()
1245 if ((info->var.xoffset == var->xoffset) && in fsl_diu_pan_display()
1249 if (var->xoffset + info->var.xres > info->var.xres_virtual in fsl_diu_pan_display()
1253 info->var.xoffset = var->xoffset; in fsl_diu_pan_display()
Dda8xx-fb.c1022 if (var->xres + var->xoffset > var->xres_virtual) in fb_check_var()
1023 var->xoffset = var->xres_virtual - var->xres; in fb_check_var()
1220 if (var->xoffset != fbi->var.xoffset || in da8xx_pan_display()
1223 new_var.xoffset = var->xoffset; in da8xx_pan_display()
1232 new_var.xoffset * fbi->var.bits_per_pixel / 8; in da8xx_pan_display()
1282 info->var.xoffset * info->var.bits_per_pixel / 8; in da8xxfb_set_par()
/linux-5.19.10/drivers/video/fbdev/core/
Dfbcon_ud.c236 region.dx = info->var.xoffset; in ud_clear_margins()
244 region.dx = info->var.xoffset; in ud_clear_margins()
412 int xoffset, yoffset; in ud_update_start() local
417 xoffset = vxres - info->var.xres - ops->var.xoffset; in ud_update_start()
421 ops->var.xoffset = xoffset; in ud_update_start()
424 ops->var.xoffset = info->var.xoffset; in ud_update_start()
Dfbcon_cw.c196 region.dx = info->var.xoffset; in cw_clear_margins()
373 u32 xoffset; in cw_update_start() local
376 xoffset = vxres - (info->var.xres + ops->var.yoffset); in cw_update_start()
377 ops->var.yoffset = ops->var.xoffset; in cw_update_start()
378 ops->var.xoffset = xoffset; in cw_update_start()
380 ops->var.xoffset = info->var.xoffset; in cw_update_start()
Dfbcon_ccw.c213 region.dx = info->var.xoffset + bs; in ccw_clear_margins()
393 yoffset = (vyres - info->var.yres) - ops->var.xoffset; in ccw_update_start()
394 ops->var.xoffset = ops->var.yoffset; in ccw_update_start()
397 ops->var.xoffset = info->var.xoffset; in ccw_update_start()
Dtileblit.c125 ops->var.xoffset = info->var.xoffset; in tile_update_start()
Dbitblit.c220 region.dx = info->var.xoffset + rs; in bit_clear_margins()
228 region.dx = info->var.xoffset; in bit_clear_margins()
388 ops->var.xoffset = info->var.xoffset; in bit_update_start()
/linux-5.19.10/drivers/video/fbdev/aty/
Daty128fb.c417 u32 xoffset, yoffset; member
1035 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp, dst; in aty128_var_to_crtc() local
1047 xoffset = var->xoffset; in aty128_var_to_crtc()
1071 xoffset = (xoffset + 7) & ~7; in aty128_var_to_crtc()
1073 if (vxres < xres + xoffset) in aty128_var_to_crtc()
1074 vxres = xres + xoffset; in aty128_var_to_crtc()
1150 crtc->xoffset = xoffset; in aty128_var_to_crtc()
1264 var->xoffset = crtc->xoffset; in aty128_crtc_to_var()
1622 u32 xoffset, yoffset; in aty128fb_pan_display() local
1629 xoffset = (var->xoffset +7) & ~7; in aty128fb_pan_display()
[all …]
/linux-5.19.10/drivers/video/fbdev/matrox/
Dmatroxfb_crtc2.c175 m2info->fbcon.var.xoffset = var->xoffset; in matroxfb_dh_pan_var()
179 pos = m2info->fbcon.var.yoffset * linelen + m2info->fbcon.var.xoffset * pixelsize; in matroxfb_dh_pan_var()
216 if (var->xoffset + var->xres > var->xres_virtual) in matroxfb_dh_decode_var()
217 var->xoffset = var->xres_virtual - var->xres; in matroxfb_dh_decode_var()
354 …pos = (m2info->fbcon.var.yoffset * m2info->fbcon.var.xres_virtual + m2info->fbcon.var.xoffset) * m… in matroxfb_dh_set_par()
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c163 offset = vrfb->yoffset * OMAP_VRFB_LINE_LEN + vrfb->xoffset; in omapfb_get_vrfb_offset()
166 offset = vrfb->xoffset * OMAP_VRFB_LINE_LEN; in omapfb_get_vrfb_offset()
689 if (var->xres + var->xoffset > var->xres_virtual) in check_fb_var()
690 var->xoffset = var->xres_virtual - var->xres; in check_fb_var()
766 var->xoffset * (var->bits_per_pixel >> 3); in calc_rotation_offset_dma()
787 var->xoffset * (var->bits_per_pixel >> 3); in calc_rotation_offset_vrfb()
790 var->xoffset * (var->bits_per_pixel >> 3); in calc_rotation_offset_vrfb()
792 offset -= var->xoffset * fix->line_length + in calc_rotation_offset_vrfb()
795 offset += var->xoffset * fix->line_length + in calc_rotation_offset_vrfb()
823 var->xoffset, var->yoffset, offset); in omapfb_calc_addr()
[all …]
/linux-5.19.10/drivers/staging/sm750fb/
Dsm750_hw.c333 reg |= (var->xoffset & PANEL_WINDOW_WIDTH_X_MASK); in hw_sm750_crtc_setMode()
551 if ((var->xoffset + var->xres > var->xres_virtual) || in hw_sm750_pan_display()
557 ((var->xoffset * var->bits_per_pixel) >> 3); in hw_sm750_pan_display()
/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fb.c143 if ((var->xoffset + var->xres) > par->max_width || in vmw_fb_check_var()
302 if ((var->xoffset + var->xres) > var->xres_virtual || in vmw_fb_pan_display()
309 par->fb_x = var->xoffset; in vmw_fb_pan_display()
577 par->fb_x = var->xoffset; in vmw_fb_set_par()
712 info->var.xoffset = 0; in vmw_fb_init()
/linux-5.19.10/include/video/
Domapvrfb.h20 u16 xoffset; member

12345