Searched refs:yoffset (Results 1 - 25 of 95) sorted by relevance

1234

/linux-master/drivers/video/fbdev/
H A D68328fb.c142 var->yoffset = info->var.yoffset;
171 if (var->yres_virtual < var->yoffset + var->yres)
172 var->yres_virtual = var->yoffset + var->yres;
360 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
367 if (var->yoffset < 0
368 || var->yoffset >= info->var.yres_virtual
373 var->yoffset + info->var.yres > info->var.yres_virtual)
377 info->var.yoffset = var->yoffset;
[all...]
H A Dvfb.c127 var->yoffset = info->var.yoffset;
156 if (var->yres_virtual < var->yoffset + var->yres)
157 var->yres_virtual = var->yoffset + var->yres;
354 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
361 if (var->yoffset >= info->var.yres_virtual ||
366 var->yoffset + info->var.yres > info->var.yres_virtual)
370 info->var.yoffset = var->yoffset;
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
211 par->yoffset = yoffset;
213 par->yoffset * par->pitch + (par->xoffset << par->cmode));
230 * check if only xoffset or yoffset differs.
234 p->par.yoffset != par->yoffset)
235 set_screen_start(par->xoffset, par->yoffset, p);
261 out_le32(CNTRL_REG(p,start_addr), par->yoffset * pa
[all...]
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 Dg364fb.c124 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
130 var->yoffset + info->var.yres > info->var.yres_virtual)
133 *(unsigned int *) TOP_REG = var->yoffset * info->var.xres;
H A Dhitfb.c176 int yoffset = var->yoffset; local
181 hitfb_writew((yoffset*info->fix.line_length)>>10, HD64461_LCDCBAR);
276 var->yoffset = 0;
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 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 Damifb.c695 __s16 yoffset; member in struct:fb_cursorstate
727 int yoffset; /* vmode */ member in struct:amifb_par
1491 par->yoffset = var->yoffset;
1493 if (par->yoffset >= par->vyres)
1494 par->xoffset = par->yoffset = 0;
1497 par->yoffset > par->vyres - par->yres)
1498 par->xoffset = par->yoffset = 0;
1501 par->xoffset = par->yoffset = 0;
1530 var->yoffset
[all...]
H A Datafb.c319 * xres_virtual, yres_virtual, xoffset, yoffset, grayscale, bitfields,
647 if (var->yoffset + yres > yres_virtual && yres_virtual)
650 par->screen_base = screen_base + var->yoffset * linelen;
740 var->yoffset = (par->screen_base - screen_base) / linelen;
742 var->yoffset = 0;
905 xres_virtual, yres_virtual, xoffset, yoffset, grayscale, bitfields,
1338 if (var->yoffset + yres > yres_virtual && yres_virtual)
1341 par->screen_base = screen_base + var->yoffset * linelen;
1503 var->yoffset = (par->screen_base - screen_base) / linelen;
1505 var->yoffset
[all...]
H A Darcfb.c208 if ((var->vmode & FB_VMODE_YWRAP) && (var->yoffset < 64)
211 ks108_set_start_line(par, i, var->yoffset);
213 info->var.yoffset = var->yoffset;
H A Dda8xx-fb.c1024 if (var->yres + var->yoffset > var->yres_virtual)
1025 var->yoffset = var->yres_virtual - var->yres;
1220 var->yoffset != fbi->var.yoffset) {
1223 new_var.yoffset = var->yoffset;
1230 new_var.yoffset * fix->line_length +
1280 info->var.yoffset * info->fix.line_length +
H A Dpvr2fb.c427 par->disp_start = info->fix.smem_start + (line_length * var->yoffset) * line_length;
462 if (var->xoffset || var->yoffset >= var->yres_virtual) {
463 var->xoffset = var->yoffset = 0;
466 var->yoffset > var->yres_virtual - var->yres)
467 var->xoffset = var->yoffset = 0;
470 var->xoffset = var->yoffset = 0;
H A Dacornfb.c377 * Fix yres & yoffset if needed.
383 if (var->yoffset > var->yres_virtual)
384 var->yoffset = var->yres_virtual;
386 if (var->yoffset + var->yres > var->yres_virtual)
387 var->yoffset = var->yres_virtual - var->yres;
437 u_int off = var->yoffset * info->fix.line_length;
593 u_int y_bottom = var->yoffset;
/linux-master/include/video/
H A Domapvrfb.h21 u16 yoffset; member in struct:vrfb
/linux-master/drivers/video/fbdev/core/
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 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_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 Dtileblit.c126 ops->var.yoffset = info->var.yoffset;
/linux-master/drivers/acpi/
H A Dbgrt.c30 BGRT_SHOW(yoffset, image_offset_y);
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-risc.c116 unsigned int yoffset, unsigned int ybpl,
128 int topfield = (0 == yoffset);
176 while (yoffset && yoffset >= sg_dma_len(ysg)) {
177 yoffset -= sg_dma_len(ysg);
183 if (yoffset + ylen > sg_dma_len(ysg))
184 ylen = sg_dma_len(ysg) - yoffset;
212 *(rp++)=cpu_to_le32(sg_dma_address(ysg)+yoffset);
213 yoffset += ylen;
221 yoffset
114 bttv_risc_planar(struct bttv *btv, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int yoffset, unsigned int ybpl, unsigned int ypadding, unsigned int ylines, unsigned int uoffset, unsigned int voffset, unsigned int hshift, unsigned int vshift, unsigned int cpadding) argument
[all...]
/linux-master/drivers/staging/sm750fb/
H A Dsm750_hw.c338 reg |= (var->yoffset & PANEL_WINDOW_HEIGHT_Y_MASK);
551 (var->yoffset + var->yres > var->yres_virtual)) {
555 total = var->yoffset * info->fix.line_length +
/linux-master/drivers/video/fbdev/aty/
H A Daty128fb.c418 u32 xoffset, yoffset; member in struct:aty128_crtc
1034 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp, dst; local
1047 yoffset = var->yoffset;
1075 if (vyres < yres + yoffset)
1076 vyres = yres + yoffset;
1150 crtc->yoffset = yoffset;
1264 var->yoffset = crtc->yoffset;
1621 u32 xoffset, yoffset; local
[all...]
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.c176 m2info->fbcon.var.yoffset = var->yoffset;
179 pos = m2info->fbcon.var.yoffset * linelen + m2info->fbcon.var.xoffset * pixelsize;
218 if (var->yoffset + var->yres > var->yres_virtual)
219 var->yoffset = var->yres_virtual - var->yres;
354 pos = (m2info->fbcon.var.yoffset * m2info->fbcon.var.xres_virtual + m2info->fbcon.var.xoffset) * m2info->fbcon.var.bits_per_pixel >> 3;

Completed in 360 milliseconds

1234