Searched refs:xoffset (Results 26 - 50 of 93) sorted by last modified time

1234

/linux-master/drivers/video/fbdev/
H A Dwm8505fb.c228 writel(var->xoffset, fbi->regbase + WMT_GOVR_XPAN);
H A Dvfb.c126 var->xoffset = info->var.xoffset;
154 if (var->xres_virtual < var->xoffset + var->xres)
155 var->xres_virtual = var->xoffset + var->xres;
354 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
362 var->xoffset)
365 if (var->xoffset + info->var.xres > info->var.xres_virtual ||
369 info->var.xoffset = var->xoffset;
H A Dsh_mobile_lcdcfb.c1373 y_offset = (var->yoffset * ovl->xres_virtual + var->xoffset)
1380 y_offset = var->yoffset * ovl->xres_virtual + var->xoffset;
1382 + var->xoffset * 2 / xsub;
1689 y_offset = (var->yoffset * ch->xres_virtual + var->xoffset)
1696 y_offset = var->yoffset * ch->xres_virtual + var->xoffset;
1698 + var->xoffset * 2 / xsub;
H A Dps3fb.c549 if (var->xoffset + var->xres > var->xres_virtual ||
642 info->var.xoffset * BPP;
699 var->xoffset * BPP;
H A Dgbefb.c92 .xoffset = 0,
123 .xoffset = 0,
935 var->xoffset = info->var.xoffset;
H A Dfsl-diu-fb.c707 if (var->xoffset + info->var.xres > info->var.xres_virtual)
708 var->xoffset = info->var.xres_virtual - info->var.xres;
914 ad->offset_xyi = cpu_to_le32((var->yoffset << 16) | var->xoffset);
1049 xx = (cursor->image.dx - info->var.xoffset) & 0x7ff;
1164 ad->offset_xyi = cpu_to_le32((var->yoffset << 16) | var->xoffset);
1239 * 'xoffset' and 'yoffset' fields of the 'var' structure. If the values
1245 if ((info->var.xoffset == var->xoffset) &&
1249 if (var->xoffset + info->var.xres > info->var.xres_virtual
1253 info->var.xoffset
[all...]
H A Dau1100fb.c307 if (var->xoffset - fbi->var.xoffset) {
H A Dacornfb.c327 var->xoffset = 0;
H A Doffb.c447 var->xoffset = var->yoffset = 0;
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;
H A Datmel_lcdfb.c301 + var->xoffset * info->var.bits_per_pixel / 8);
428 var->xoffset = var->yoffset = 0;
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 Dsm501fb.c586 xoffs = var->xoffset * bytes_pixel;
614 reg = var->xoffset | (info->var.xres_virtual << 16);
H A Ds1d13xxxfb.c363 * `yoffset' field of the `var' structure (`xoffset' not yet supported).
374 if (var->xoffset != 0) /* not yet ... */
715 var->xoffset = var->yoffset = 0;
H A Dpvr2fb.c462 if (var->xoffset || var->yoffset >= var->yres_virtual) {
463 var->xoffset = var->yoffset = 0;
465 if (var->xoffset > var->xres_virtual - var->xres ||
467 var->xoffset = var->yoffset = 0;
470 var->xoffset = var->yoffset = 0;
543 get_line_length(var->xoffset+var->xres, var->bits_per_pixel),
576 get_line_length(var->xoffset+var->xres, var->bits_per_pixel),
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 Dpm3fb.c642 int x = cursor->image.dx - info->var.xoffset;
972 if (var->xoffset) {
973 DPRINTK("xoffset not supported\n");
1021 + info->var.xoffset);
1148 + var->xoffset);
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c163 offset = vrfb->yoffset * OMAP_VRFB_LINE_LEN + vrfb->xoffset;
166 offset = vrfb->xoffset * OMAP_VRFB_LINE_LEN;
689 if (var->xres + var->xoffset > var->xres_virtual)
690 var->xoffset = var->xres_virtual - var->xres;
766 var->xoffset * (var->bits_per_pixel >> 3);
787 var->xoffset * (var->bits_per_pixel >> 3);
790 var->xoffset * (var->bits_per_pixel >> 3);
792 offset -= var->xoffset * fix->line_length +
795 offset += var->xoffset * fix->line_length +
823 var->xoffset, va
[all...]
H A Dvrfb.c224 vrfb->xoffset = vrfb_width - width;
/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/staging/sm750fb/
H A Dsm750.c129 fbcursor->image.dx - info->var.xoffset,
826 "xoffset=%d\n"
834 var->xoffset,
H A Dsm750_hw.c332 reg |= (var->xoffset & PANEL_WINDOW_WIDTH_X_MASK);
550 if ((var->xoffset + var->xres > var->xres_virtual) ||
556 ((var->xoffset * var->bits_per_pixel) >> 3);
/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/via/
H A Dviafbdev.c335 + var->xoffset * info->var.bits_per_pixel / 8;
783 xx = cursor->image.dx - info->var.xoffset;
/linux-master/drivers/video/fbdev/riva/
H A Dfbdev.c825 var->xoffset = var->yoffset = 0;
1167 /* truncate xoffset and yoffset to maximum if too high */
1168 if (var->xoffset > var->xres_virtual - var->xres)
1169 var->xoffset = var->xres_virtual - var->xres - 1;
1219 * `xoffset' and `yoffset' fields of the `var' structure.
1222 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
1231 base = var->yoffset * info->fix.line_length + var->xoffset;
1594 xx = cursor->image.dx - info->var.xoffset;

Completed in 574 milliseconds

1234