Searched refs:xoffset (Results 51 - 75 of 93) sorted by last modified time

1234

/linux-master/drivers/video/fbdev/nvidia/
H A Dnvidia.c549 xx = cursor->image.dx - info->var.xoffset;
920 total = var->yoffset * info->fix.line_length + var->xoffset;
/linux-master/drivers/video/fbdev/
H A Dneofb.c707 if (var->xoffset + var->xres > var->xres_virtual)
708 var->xoffset = var->xres_virtual - var->xres;
1182 Base = (var->yoffset * info->var.xres_virtual + var->xoffset) >> 2;
H A Dleo.c252 if (var->xoffset || var->yoffset || var->vmode)
H A Dhitfb.c175 int xoffset = var->xoffset; local
178 if (xoffset != 0)
275 var->xoffset = 0;
H A Dffb.c465 if (var->xoffset || var->yoffset || var->vmode)
H A Dcontrolfb.c86 int xoffset, yoffset; member in struct:fb_par_control
205 static inline void set_screen_start(int xoffset, int yoffset, argument
210 par->xoffset = xoffset;
213 par->yoffset * par->pitch + (par->xoffset << par->cmode));
230 * check if only xoffset or yoffset differs.
233 if (p->par.xoffset != par->xoffset ||
235 set_screen_start(par->xoffset, par->yoffset, p);
262 + (par->xoffset << cmod
673 unsigned int xoffset, hstep; local
[all...]
H A Dcirrusfb.c599 /* truncate xoffset and yoffset to maximum if too high */
600 if (var->xoffset > var->xres_virtual - var->xres)
601 var->xoffset = var->xres_virtual - var->xres - 1;
1317 int xoffset; local
1322 /* no range checks for xoffset and yoffset, */
1327 xoffset = var->xoffset * info->var.bits_per_pixel / 8;
1329 base = var->yoffset * info->fix.line_length + xoffset;
1333 xpix = (unsigned char) (var->xoffset % 8);
1336 xpix = (unsigned char) ((xoffset
[all...]
H A Dcg6.c306 if (var->xoffset || var->yoffset || var->vmode)
H A Dcg14.c223 if (var->xoffset || var->yoffset || var->vmode)
H A Datafb.c33 * (var->xoffset was changed even if no set_screen_base avail.)
119 short xoffset; member in struct:atafb_par::__anon1365::falcon_hw
319 * xres_virtual, yres_virtual, xoffset, yoffset, grayscale, bitfields,
738 var->xoffset = 0;
905 xres_virtual, yres_virtual, xoffset, yoffset, grayscale, bitfields,
1342 par->hw.falcon.xoffset = 0;
1412 if (hw->xoffset)
1451 var->xoffset = 0; /* TODO change this */
1527 hw->xoffset = videl.xoffset
1637 int xoffset; local
[all...]
H A D68328fb.c141 var->xoffset = info->var.xoffset;
169 if (var->xres_virtual < var->xoffset + var->xres)
170 var->xres_virtual = var->xoffset + var->xres;
360 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
369 || var->xoffset)
372 if (var->xoffset + info->var.xres > info->var.xres_virtual ||
376 info->var.xoffset = var->xoffset;
H A Dg364fb.c124 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
129 if (var->xoffset ||
H A Dvalkyriefb.c475 || var->xoffset != 0 || var->yoffset != 0) {
H A Dsstfb.c446 var->xoffset = 0;
H A Ds3c-fb.c879 start_boff += var->xoffset * (info->var.bits_per_pixel >> 3);
883 start_boff += var->xoffset >> 1;
886 start_boff += var->xoffset >> 2;
889 start_boff += var->xoffset >> 3;
H A Dpxafb.c458 * yres, xres_virtual, yres_virtual, xoffset, yoffset, grayscale,
547 /* Only take .xoffset, .yoffset and .vmode & FB_VMODE_YWRAP from what
551 newvar.xoffset = var->xoffset;
/linux-master/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.c282 if (var->xoffset + var->xres > var->xres_virtual)
340 addr.phys[0] = (var->yoffset * var->xres_virtual + var->xoffset)
419 addr.phys[0] = (var->yoffset * var->xres_virtual + var->xoffset)
439 (var->yoffset * var->xres_virtual + var->xoffset)
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.c175 m2info->fbcon.var.xoffset = var->xoffset;
179 pos = m2info->fbcon.var.yoffset * linelen + m2info->fbcon.var.xoffset * pixelsize;
216 if (var->xoffset + var->xres > var->xres_virtual)
217 var->xoffset = var->xres_virtual - var->xres;
354 pos = (m2info->fbcon.var.yoffset * m2info->fbcon.var.xres_virtual + m2info->fbcon.var.xoffset) * m2info->fbcon.var.bits_per_pixel >> 3;
H A Dmatroxfb_base.c324 minfo->fbcon.var.xoffset = var->xoffset;
326 pos = (minfo->fbcon.var.yoffset * minfo->fbcon.var.xres_virtual + minfo->fbcon.var.xoffset) * minfo->curr.final_bppShift / 32;
612 if (var->xoffset + var->xres > var->xres_virtual)
613 var->xoffset = var->xres_virtual - var->xres;
812 pos = (var->yoffset * var->xres_virtual + var->xoffset) * minfo->curr.final_bppShift / 32;
1903 var.xoffset = var.yoffset = 0;
/linux-master/drivers/video/fbdev/i810/
H A Di810_main.c1383 total = var->xoffset * par->depth +
1500 tmp = (cursor->image.dx - info->var.xoffset) & 0xffff;
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_base.c931 if (v.xoffset > v.xres_virtual - v.xres)
932 v.xoffset = v.xres_virtual - v.xres - 1;
952 if ((var->xoffset + info->var.xres > info->var.xres_virtual)
961 var->xoffset * info->var.bits_per_pixel / 8) & ~7);
H A Datyfb_base.c822 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp; local
834 xoffset = (var->xoffset + 7) & ~7;
843 if (vxres < xres + xoffset)
844 vxres = xres + xoffset;
1023 crtc->xoffset = xoffset;
1027 ((yoffset * line_length + xoffset * bpp / 8) / 8) |
1575 u32 xoffset = info->var.xoffset; local
1744 u32 xres, yres, xoffset, yoffset; local
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dmodedb.c559 var->xoffset = 0;
909 var->xoffset = 0;
H A Dfbsysfs.c292 var.xoffset = simple_strtoul(buf, &last, 0);
311 return sysfs_emit(buf, "%d,%d\n", fb_info->var.xoffset,
/linux-master/drivers/gpu/drm/
H A Ddrm_fb_helper.c1272 var->xoffset > var->xres_virtual - var->xres)
1368 pan_set(fb_helper, var->xoffset, var->yoffset);
1372 info->var.xoffset = var->xoffset;
1375 pan_set(fb_helper, info->var.xoffset, info->var.yoffset);
1391 modeset->x = var->xoffset;
1397 info->var.xoffset = var->xoffset;
1719 info->var.xoffset = 0;

Completed in 522 milliseconds

1234