Searched refs:yoffset (Results 1 - 25 of 95) sorted by last modified time

1234

/linux-master/include/uapi/linux/
H A Dfb.h230 #define FB_VMODE_CONUPDATE 512 /* don't update x/yoffset */
249 __u32 yoffset; /* resolution */ member in struct:fb_var_screeninfo
/linux-master/drivers/video/fbdev/
H A Dvt8623fb.c427 info->var.yoffset = 0;
629 offset = (var->yoffset / 16) * info->var.xres_virtual
633 offset = (var->yoffset * info->fix.line_length) +
H A Duvesafb.c287 var->yoffset = 0;
1086 offset = (var->yoffset * info->fix.line_length + var->xoffset) / 4;
H A Dvga16fb.c210 pos = (info->var.xres_virtual * var->yoffset + xoffset) >> 2;
213 pos = (info->var.xres_virtual * (var->yoffset / fh) + xoffset) >> 3;
217 pos = (info->var.xres_virtual * var->yoffset + xoffset) >> 3;
333 u32 vxres, xoffset, vyres, yoffset; local
417 yoffset = var->yoffset;
426 if (yoffset + yres > vyres)
427 yoffset = vyres - yres;
433 var->yoffset = yoffset;
[all...]
H A Ds3fb.c648 info->var.yoffset = 0;
1033 offset = (var->yoffset / 16) * (info->var.xres_virtual / 2)
1037 offset = (var->yoffset * info->fix.line_length) +
H A Darkfb.c653 info->var.yoffset = 0;
909 offset = (var->yoffset / 16) * (info->var.xres_virtual / 2)
913 offset = (var->yoffset * info->fix.line_length) +
H A Dvesafb.c76 offset = (var->yoffset * info->fix.line_length + var->xoffset) / 4;
H A Dhgafb.c254 static void hga_pan(unsigned int xoffset, unsigned int yoffset) argument
259 base = (yoffset / 8) * 90 + xoffset;
420 * @var:contains new xoffset, yoffset and vmode values
423 * This function looks only at xoffset, yoffset and the %FB_VMODE_YWRAP
434 if (var->yoffset >= info->var.yres_virtual ||
439 || var->yoffset + info->var.yres > info->var.yres_virtual
440 || var->yoffset % 8)
444 hga_pan(var->xoffset, var->yoffset);
H A Dvt8500lcdfb.c205 + info->fix.line_length * var->yoffset;
H A Dstifb.c937 var->yoffset = 0;
H A Dtridentfb.c1118 offset = (var->xoffset + (var->yoffset * info->var.xres_virtual))
H A Dtdfxfb.c456 var->yoffset = 0;
694 reg.startaddr = info->var.yoffset * reg.stride
823 * Set the starting position of the visible screen to var->yoffset
829 u32 addr = var->yoffset * info->fix.line_length;
1088 int y = cursor->image.dy - info->var.yoffset;
H A Di740fb.c402 u32 vxres, xoffset, vyres, yoffset; local
410 var->xoffset, var->yoffset, var->bits_per_pixel,
480 yoffset = var->yoffset;
481 if (yres + yoffset > vyres)
482 yoffset = vyres - yres;
495 if (yoffset + yres > vyres)
496 yoffset = vyres - yres;
582 base = (yoffset * vxres + (xoffset & ~7)) >> 2;
908 u32 base = (var->yoffset * inf
[all...]
H A Dcyber2000fb.c531 u_int base = var->yoffset * var->xres_virtual + var->xoffset;
968 cfb->fb.var.yoffset = var->yoffset;
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfbdrv.c270 reg = pack(var->yoffset, var->xoffset);
485 fbi->var.yoffset = 0;
/linux-master/drivers/video/fbdev/core/
H A Dsvgalib.c308 + (cursor->sy + (info->var.yoffset / 16))
H A Dtileblit.c126 ops->var.yoffset = info->var.yoffset;
H A Dfbmem.c172 if (var->yoffset > 0) {
174 if (!fix->ywrapstep || (var->yoffset % fix->ywrapstep))
178 } else if (!fix->ypanstep || (var->yoffset % fix->ypanstep))
187 var->yoffset > info->var.yres_virtual - yres ||
194 info->var.yoffset = var->yoffset;
H A Dfbcon_ud.c243 region.dy = info->var.yoffset;
403 int xoffset, yoffset; local
409 yoffset = vyres - info->var.yres - ops->var.yoffset;
410 if (yoffset < 0)
411 yoffset += vyres;
413 ops->var.yoffset = yoffset;
416 ops->var.yoffset = info->var.yoffset;
[all...]
H A Dfbcon_ccw.c206 region.dy = info->var.yoffset;
380 u32 yoffset; local
384 yoffset = (vyres - info->var.yres) - ops->var.xoffset;
385 ops->var.xoffset = ops->var.yoffset;
386 ops->var.yoffset = yoffset;
389 ops->var.yoffset = info->var.yoffset;
H A Dfbcon_cw.c189 region.dy = info->var.yoffset + rs;
197 region.dy = info->var.yoffset;
367 xoffset = vxres - (info->var.xres + ops->var.yoffset);
368 ops->var.yoffset = ops->var.xoffset;
372 ops->var.yoffset = info->var.yoffset;
H A Dfbcon.c1366 var->yoffset = info->var.yoffset;
1406 ops->var.yoffset = p->yscroll * vc->vc_font.height;
1425 ops->var.yoffset = p->yscroll * vc->vc_font.height;
1448 ops->var.yoffset = p->yscroll * vc->vc_font.height;
1472 ops->var.yoffset = p->yscroll * vc->vc_font.height;
1496 ops->var.yoffset = p->yscroll * vc->vc_font.height;
1520 ops->var.yoffset = p->yscroll * vc->vc_font.height;
2165 ops->var.xoffset = ops->var.yoffset = p->yscroll = 0;
2665 ops->var.xoffset = ops->var.yoffset
[all...]
H A Dbitblit.c229 region.dy = info->var.yoffset + bs;
383 ops->var.yoffset = info->var.yoffset;
/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c1338 ivideo->current_base = var->yoffset * info->var.xres_virtual
1601 var->yoffset = 0;
1609 if(var->yoffset > var->yres_virtual - var->yres) {
1610 var->yoffset = var->yres_virtual - var->yres - 1;
1634 var->yoffset + info->var.yres > info->var.yres_virtual)
1642 info->var.yoffset = var->yoffset;
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c852 var->xoffset = var->yoffset = 0;
965 if (var->yoffset + var->yres > var->yres_virtual)
966 var->yoffset = var->yres_virtual - var->yres;
1547 base = (var->yoffset * info->fix.line_length

Completed in 283 milliseconds

1234