Searched refs:xoffset (Results 26 - 50 of 93) sorted by relevance

1234

/linux-master/drivers/video/fbdev/
H A Dgxt4500.c287 if (var->xres + var->xoffset > var->xres_virtual ||
473 writereg(par, REFRESH_START, (var->xoffset << 16) | var->yoffset);
554 if (var->xoffset & 7)
556 if (var->xoffset + info->var.xres > info->var.xres_virtual ||
560 writereg(par, REFRESH_START, (var->xoffset << 16) | var->yoffset);
H A Damifb.c694 __s16 xoffset; member in struct:fb_cursorstate
726 int xoffset; /* vmode */ member in struct:amifb_par
1490 par->xoffset = var->xoffset;
1494 par->xoffset = par->yoffset = 0;
1496 if (par->xoffset > upx(16 << maxfmode, par->vxres - par->xres) ||
1498 par->xoffset = par->yoffset = 0;
1501 par->xoffset = par->yoffset = 0;
1529 var->xoffset = par->xoffset;
[all...]
H A Dgoldfishfb.c108 if ((var->xoffset != info->var.xoffset) ||
H A Dpxa168fb.c209 if (var->xoffset + var->xres > var->xres_virtual)
347 static void set_graphics_start(struct fb_info *info, int xoffset, int yoffset) argument
354 pixel_offset = (yoffset * var->xres_virtual) + xoffset;
524 set_graphics_start(info, var->xoffset, var->yoffset);
H A Dgbefb.c92 .xoffset = 0,
123 .xoffset = 0,
935 var->xoffset = info->var.xoffset;
H A Dplatinumfb.c49 int xoffset, yoffset; member in struct:fb_info_platinum
474 pinfo->xoffset = 0;
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 Dau1100fb.c307 if (var->xoffset - fbi->var.xoffset) {
H A Dvt8623fb.c426 info->var.xoffset = 0;
630 + var->xoffset;
634 (var->xoffset * info->var.bits_per_pixel / 8);
H A Dpm2fb.c592 if (var->xoffset) {
593 DPRINTK("xoffset not supported\n");
736 base = to3264(info->var.yoffset * xres + info->var.xoffset, depth, 1);
967 * `xoffset' and `yoffset' fields of the `var' structure.
982 base = to3264(var->yoffset * xres + var->xoffset, depth, 1);
1270 int x = cursor->image.dx - info->var.xoffset;
1399 int x = cursor->image.dx - info->var.xoffset + 63;
H A Dimsttfb.c750 + ((var->xoffset * (info->var.bits_per_pixel >> 3)) >> 3);
924 if (var->xoffset + info->var.xres > info->var.xres_virtual
928 info->var.xoffset = var->xoffset;
1208 xx = cursor->image.dx - info->var.xoffset;
/linux-master/drivers/media/platform/ti/omap/
H A Domap_vout_vrfb.c377 (vout->vrfb_context[0].xoffset *
390 offset = MAX_PIXELS_PER_LINE * vout->vrfb_context[0].xoffset *
/linux-master/drivers/video/fbdev/core/
H A Dfbsysfs.c292 var.xoffset = simple_strtoul(buf, &last, 0);
311 return sysfs_emit(buf, "%d,%d\n", fb_info->var.xoffset,
H A Dfbcon.c1367 var->xoffset = info->var.xoffset;
1405 ops->var.xoffset = 0;
1424 ops->var.xoffset = 0;
1447 ops->var.xoffset = 0;
1471 ops->var.xoffset = 0;
1495 ops->var.xoffset = 0;
1519 ops->var.xoffset = 0;
2165 ops->var.xoffset = ops->var.yoffset = p->yscroll = 0;
2665 ops->var.xoffset
[all...]
/linux-master/drivers/video/fbdev/aty/
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...]
H A Dmach64_cursor.c91 x = cursor->image.dx - cursor->hot.x - info->var.xoffset;
H A Datyfb.h17 u32 xoffset; member in struct:crtc
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_fbdev.c79 offset = fbi->var.xoffset * fb->format->cpp[0];
/linux-master/drivers/gpu/drm/tegra/
H A Dfbdev.c122 offset = info->var.xoffset * bytes_per_pixel +
/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/include/uapi/linux/
H A Dfb.h248 __u32 xoffset; /* offset from virtual to visible */ member in struct:fb_var_screeninfo
/linux-master/drivers/video/fbdev/omap/
H A Domapfb_main.c184 var->xoffset * var->bits_per_pixel / 8;
541 if (var->xres + var->xoffset > var->xres_virtual)
542 var->xoffset = var->xres_virtual - var->xres;
601 if (var->xoffset != fbi->var.xoffset ||
606 new_var->xoffset = var->xoffset;
/linux-master/drivers/media/pci/ivtv/
H A Divtvfb.c750 if (var->xoffset >= var->xres_virtual || var->yoffset >= var->yres_virtual) {
752 var->xoffset, var->xres_virtual, var->yoffset, var->yres_virtual);
826 var->xoffset + info->var.xres > info->var.xres_virtual)
830 + var->xoffset * info->var.bits_per_pixel / 8;
834 itv->yuv_info.osd_x_pan = var->xoffset;
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Dvrfb.c224 vrfb->xoffset = vrfb_width - width;
/linux-master/drivers/video/fbdev/matrox/
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;

Completed in 285 milliseconds

1234