Home
last modified time | relevance | path

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

12

/linux/drivers/video/fbdev/
H A Dcontrolfb.c86 int xoffset, yoffset; member
205 static inline void set_screen_start(int xoffset, int yoffset, in set_screen_start() argument
210 par->xoffset = xoffset; in set_screen_start()
213 par->yoffset * par->pitch + (par->xoffset << par->cmode)); in set_screen_start()
233 if (p->par.xoffset != par->xoffset || in control_set_hardware()
235 set_screen_start(par->xoffset, par->yoffset, p); in control_set_hardware()
262 + (par->xoffset << cmode)); in control_set_hardware()
480 par->xoffset = (var->xoffset + hstep) & ~hstep; in control_var_to_par()
496 if (par->xoffset + par->xres > par->vxres) in control_var_to_par()
497 par->xoffset = par->vxres - par->xres; in control_var_to_par()
[all …]
H A D68328fb.c141 var->xoffset = info->var.xoffset; in mc68x328fb_check_var()
169 if (var->xres_virtual < var->xoffset + var->xres) in mc68x328fb_check_var()
170 var->xres_virtual = var->xoffset + var->xres; in mc68x328fb_check_var()
369 || var->xoffset) in mc68x328fb_pan_display()
372 if (var->xoffset + info->var.xres > info->var.xres_virtual || in mc68x328fb_pan_display()
376 info->var.xoffset = var->xoffset; in mc68x328fb_pan_display()
H A Dvfb.c126 var->xoffset = info->var.xoffset; in vfb_check_var()
154 if (var->xres_virtual < var->xoffset + var->xres) in vfb_check_var()
155 var->xres_virtual = var->xoffset + var->xres; in vfb_check_var()
362 var->xoffset) in vfb_pan_display()
365 if (var->xoffset + info->var.xres > info->var.xres_virtual || in vfb_pan_display()
369 info->var.xoffset = var->xoffset; in vfb_pan_display()
H A Datafb.c119 short xoffset; member
738 var->xoffset = 0; in tt_encode_var()
1342 par->hw.falcon.xoffset = 0; in falcon_decode_var()
1412 if (hw->xoffset) in falcon_encode_var()
1451 var->xoffset = 0; /* TODO change this */ in falcon_encode_var()
1527 hw->xoffset = videl.xoffset & 0xf; in falcon_get_par()
1618 videl.xoffset = hw->xoffset; in falcon_vbl_switcher()
1626 videl.xoffset = current_par.hw.falcon.xoffset; in falcon_vbl_switcher()
1637 int xoffset; in falcon_pan_display() local
1641 var->xoffset = round_up(var->xoffset, 32); in falcon_pan_display()
[all …]
H A Dhitfb.c175 int xoffset = var->xoffset; in hitfb_pan_display() local
178 if (xoffset != 0) in hitfb_pan_display()
275 var->xoffset = 0; in hitfb_check_var()
H A Dgxt4500.c287 if (var->xres + var->xoffset > var->xres_virtual || in gxt4500_var_to_par()
473 writereg(par, REFRESH_START, (var->xoffset << 16) | var->yoffset); in gxt4500_set_par()
554 if (var->xoffset & 7) in gxt4500_pan_display()
556 if (var->xoffset + info->var.xres > info->var.xres_virtual || in gxt4500_pan_display()
560 writereg(par, REFRESH_START, (var->xoffset << 16) | var->yoffset); in gxt4500_pan_display()
H A 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 …]
H A Dg364fb.c129 if (var->xoffset || in g364fb_pan_display()
H A Dgbefb.c93 .xoffset = 0,
124 .xoffset = 0,
936 var->xoffset = info->var.xoffset; in gbefb_check_var()
H A Dimsttfb.c750 + ((var->xoffset * (info->var.bits_per_pixel >> 3)) >> 3); in set_offset()
924 if (var->xoffset + info->var.xres > info->var.xres_virtual in imsttfb_pan_display()
928 info->var.xoffset = var->xoffset; in imsttfb_pan_display()
1208 xx = cursor->image.dx - info->var.xoffset;
H A Dplatinumfb.c49 int xoffset, yoffset; member
474 pinfo->xoffset = 0; in platinum_var_to_par()
H A Ds3c-fb.c879 start_boff += var->xoffset * (info->var.bits_per_pixel >> 3); in s3c_fb_pan_display()
883 start_boff += var->xoffset >> 1; in s3c_fb_pan_display()
886 start_boff += var->xoffset >> 2; in s3c_fb_pan_display()
889 start_boff += var->xoffset >> 3; in s3c_fb_pan_display()
H A Dau1100fb.c623 if (var->xoffset - fbi->var.xoffset) { in au1100fb_fb_pan_display()
H A Ds1d13xxxfb.c374 if (var->xoffset != 0) /* not yet ... */ in s1d13xxxfb_pan_display()
715 var->xoffset = var->yoffset = 0; in s1d13xxxfb_fetch_hw_state()
H A Dwm8505fb.c228 writel(var->xoffset, fbi->regbase + WMT_GOVR_XPAN); in wm8505fb_pan_display()
/linux/drivers/video/fbdev/matrox/
H A 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/include/video/
H A Domapvrfb.h20 u16 xoffset; member
/linux/drivers/acpi/
H A Dbgrt.c29 BGRT_SHOW(xoffset, image_offset_x);
/linux/drivers/media/platform/ti/omap/
H A Domap_vout_vrfb.c377 (vout->vrfb_context[0].xoffset * in omap_vout_calculate_vrfb_offset()
390 offset = MAX_PIXELS_PER_LINE * vout->vrfb_context[0].xoffset * in omap_vout_calculate_vrfb_offset()
/linux/drivers/media/pci/ivtv/
H A Divtvfb.c751 if (var->xoffset >= var->xres_virtual || var->yoffset >= var->yres_virtual) { in _ivtvfb_check_var()
753 var->xoffset, var->xres_virtual, var->yoffset, var->yres_virtual); in _ivtvfb_check_var()
827 var->xoffset + info->var.xres > info->var.xres_virtual) in ivtvfb_pan_display()
831 + var->xoffset * info->var.bits_per_pixel / 8; in ivtvfb_pan_display()
835 itv->yuv_info.osd_x_pan = var->xoffset; in ivtvfb_pan_display()
/linux/drivers/video/fbdev/omap/
H A Domapfb_main.c186 var->xoffset * var->bits_per_pixel / 8; in ctrl_change_mode()
543 if (var->xres + var->xoffset > var->xres_virtual) in set_fb_var()
544 var->xoffset = var->xres_virtual - var->xres; in set_fb_var()
603 if (var->xoffset != fbi->var.xoffset || in omapfb_pan_display()
608 new_var->xoffset = var->xoffset; in omapfb_pan_display()
/linux/include/uapi/linux/
H A Dfb.h248 __u32 xoffset; /* offset from virtual to visible */ member
/linux/drivers/video/fbdev/aty/
H A Datyfb.h17 u32 xoffset; member
H A Dradeon_monitor.c719 var->xoffset = 0; in radeon_videomode_to_var()
805 var->xoffset = var->yoffset = 0; in radeon_check_modes()
/linux/Documentation/fb/
H A Dpxafb.rst98 is encoded into var->nonstd (no, var->xoffset and var->yoffset are

12