[go: nahoru, domu]

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

12345

/drivers/video/fbdev/msm/
H A Dmsm_fb.c67 unsigned yoffset; member in struct:msmfb_info
123 uint32_t yoffset; local
149 yoffset = msmfb->yoffset;
163 addr = ((msmfb->xres * (yoffset + y) + x) * 2);
195 uint32_t yoffset, int pan_display)
204 left, top, eright, ebottom, yoffset, pan_display);
253 msmfb->yoffset = yoffset;
276 msmfb->yoffset);
193 msmfb_pan_update(struct fb_info *info, uint32_t left, uint32_t top, uint32_t eright, uint32_t ebottom, uint32_t yoffset, int pan_display) argument
[all...]
/drivers/video/fbdev/
H A D68328fb.c145 var->yoffset = info->var.yoffset;
174 if (var->yres_virtual < var->yoffset + var->yres)
175 var->yres_virtual = var->yoffset + var->yres;
363 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
370 if (var->yoffset < 0
371 || var->yoffset >= info->var.yres_virtual
376 var->yoffset + info->var.yres > info->var.yres_virtual)
380 info->var.yoffset = var->yoffset;
[all...]
H A Dvfb.c174 var->yoffset = info->var.yoffset;
203 if (var->yres_virtual < var->yoffset + var->yres)
204 var->yres_virtual = var->yoffset + var->yres;
386 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
393 if (var->yoffset >= info->var.yres_virtual ||
398 var->yoffset + info->var.yres > info->var.yres_virtual)
402 info->var.yoffset = var->yoffset;
H A Dcontrolfb.c63 int xoffset, yoffset; member in struct:fb_par_control
246 static inline void set_screen_start(int xoffset, int yoffset, argument
252 par->yoffset = yoffset;
254 par->yoffset * par->pitch + (par->xoffset << par->cmode));
273 var->yoffset+par->yres > par->vyres)
276 set_screen_start(xoffset, var->yoffset, p);
498 * check if only xoffset or yoffset differs.
502 p->par.yoffset != par->yoffset)
[all...]
H A Dhgafb.c254 static void hga_pan(unsigned int xoffset, unsigned int yoffset) argument
259 base = (yoffset / 8) * 90 + xoffset;
407 * @var:contains new xoffset, yoffset and vmode values
410 * This function looks only at xoffset, yoffset and the %FB_VMODE_YWRAP
420 if (var->yoffset < 0 ||
421 var->yoffset >= info->var.yres_virtual ||
426 || var->yoffset + info->var.yres > info->var.yres_virtual
427 || var->yoffset % 8)
431 hga_pan(var->xoffset, var->yoffset);
H A Dg364fb.c138 info->var.yoffset);
147 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
153 var->yoffset + info->var.yres > info->var.yres_virtual)
156 *(unsigned int *) TOP_REG = var->yoffset * info->var.xres;
H A Dfb-puv3.c356 var->yoffset = info->var.yoffset;
385 if (var->yres_virtual < var->yoffset + var->yres)
386 var->yres_virtual = var->yoffset + var->yres;
618 * This call looks only at xoffset, yoffset and the FB_VMODE_YWRAP flag
624 if (var->yoffset < 0
625 || var->yoffset >= info->var.yres_virtual
630 var->yoffset + info->var.yres > info->var.yres_virtual)
634 info->var.yoffset = var->yoffset;
[all...]
H A Dhitfb.c161 int yoffset = var->yoffset; local
166 fb_writew((yoffset*info->fix.line_length)>>10, HD64461_LCDCBAR);
261 var->yoffset = 0;
H A Datafb.c356 * xres_virtual, yres_virtual, xoffset, yoffset, grayscale, bitfields,
684 if (var->yoffset + yres > yres_virtual && yres_virtual)
687 par->screen_base = screen_base + var->yoffset * linelen;
777 var->yoffset = (par->screen_base - screen_base) / linelen;
779 var->yoffset = 0;
942 xres_virtual, yres_virtual, xoffset, yoffset, grayscale, bitfields,
1382 if (var->yoffset + yres > yres_virtual && yres_virtual)
1385 par->screen_base = screen_base + var->yoffset * linelen;
1547 var->yoffset = (par->screen_base - screen_base) / linelen;
1549 var->yoffset
2456 int yoffset = var->yoffset; local
[all...]
H A Damifb.c689 __s16 yoffset; member in struct:fb_cursorstate
721 int yoffset; /* vmode */ member in struct:amifb_par
1485 par->yoffset = var->yoffset;
1487 if (par->xoffset || par->yoffset < 0 ||
1488 par->yoffset >= par->vyres)
1489 par->xoffset = par->yoffset = 0;
1493 par->yoffset < 0 || par->yoffset > par->vyres - par->yres)
1494 par->xoffset = par->yoffset
[all...]
H A Di740fb.c412 u32 vxres, xoffset, vyres, yoffset; local
420 var->xoffset, var->yoffset, var->bits_per_pixel,
489 yoffset = var->yoffset;
490 if (yres + yoffset > vyres)
491 yoffset = vyres - yres;
504 if (yoffset + yres > vyres)
505 yoffset = vyres - yres;
591 base = (yoffset * vxres + (xoffset & ~7)) >> 2;
909 u32 base = (var->yoffset * inf
[all...]
H A Dvga16fb.c195 pos = (info->var.xres_virtual * var->yoffset + xoffset) >> 2;
198 pos = (info->var.xres_virtual * (var->yoffset / fh) + xoffset) >> 3;
202 pos = (info->var.xres_virtual * var->yoffset + xoffset) >> 3;
318 u32 vxres, xoffset, vyres, yoffset; local
402 yoffset = var->yoffset;
411 if (yoffset + yres > vyres)
412 yoffset = vyres - yres;
418 var->yoffset = yoffset;
[all...]
H A Dpvr2fb.c428 par->disp_start = info->fix.smem_start + (line_length * var->yoffset) * line_length;
463 if (var->xoffset || var->yoffset < 0 ||
464 var->yoffset >= var->yres_virtual) {
465 var->xoffset = var->yoffset = 0;
468 var->yoffset > var->yres_virtual - var->yres ||
469 var->xoffset < 0 || var->yoffset < 0)
470 var->xoffset = var->yoffset = 0;
473 var->xoffset = var->yoffset = 0;
H A Dfsl-diu-fb.c706 if (var->yoffset < 0)
707 var->yoffset = 0;
712 if (var->yoffset + info->var.yres > info->var.yres_virtual)
713 var->yoffset = info->var.yres_virtual - info->var.yres;
916 ad->offset_xyi = cpu_to_le32((var->yoffset << 16) | var->xoffset);
1050 yy = (cursor->image.dy - info->var.yoffset) & 0x7ff;
1169 ad->offset_xyi = cpu_to_le32((var->yoffset << 16) | var->xoffset);
1244 * 'xoffset' and 'yoffset' fields of the 'var' structure. If the values
1251 (info->var.yoffset == var->yoffset))
[all...]
H A Darcfb.c207 if ((var->vmode & FB_VMODE_YWRAP) && (var->yoffset < 64)
210 ks108_set_start_line(par, i, var->yoffset);
212 info->var.yoffset = var->yoffset;
H A Dmx3fb.c787 * Ignore xoffset and yoffset update,
791 old_var.yoffset = new_var.yoffset;
885 mx3_fbi->cur_var.yoffset = 0;
893 cur_yoffset = mx3_fbi->cur_var.yoffset;
896 mx3_fbi->cur_var.yoffset = cur_yoffset;
1135 * We look only at xoffset, yoffset and the FB_VMODE_YWRAP flag
1159 mx3_fbi->cur_var.yoffset == var->yoffset)
1162 y_bottom = var->yoffset;
[all...]
H A Dda8xx-fb.c1037 if (var->yres + var->yoffset > var->yres_virtual)
1038 var->yoffset = var->yres_virtual - var->yres;
1231 var->yoffset != fbi->var.yoffset) {
1234 new_var.yoffset = var->yoffset;
1241 new_var.yoffset * fix->line_length +
1291 info->var.yoffset * info->fix.line_length +
/drivers/video/console/
H A Dfbcon_ud.c243 region.dy = info->var.yoffset;
421 int xoffset, yoffset; local
427 yoffset = vyres - info->var.yres - ops->var.yoffset;
428 if (yoffset < 0)
429 yoffset += vyres;
431 ops->var.yoffset = yoffset;
434 ops->var.yoffset = info->var.yoffset;
[all...]
H A Dfbcon_ccw.c206 region.dy = info->var.yoffset;
397 u32 yoffset; local
401 yoffset = (vyres - info->var.yres) - ops->var.xoffset;
402 ops->var.xoffset = ops->var.yoffset;
403 ops->var.yoffset = yoffset;
406 ops->var.yoffset = info->var.yoffset;
H A Dfbcon_cw.c189 region.dy = info->var.yoffset + rs;
197 region.dy = info->var.yoffset;
384 xoffset = vxres - (info->var.xres + ops->var.yoffset);
385 ops->var.yoffset = ops->var.xoffset;
389 ops->var.yoffset = info->var.yoffset;
H A Dtileblit.c126 ops->var.yoffset = info->var.yoffset;
/drivers/acpi/
H A Dbgrt.c52 static DEVICE_ATTR(yoffset, S_IRUGO, show_yoffset, NULL);
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c138 (var->xoffset != 0 || var->yoffset != 0)) {
144 (var->yoffset + var->yres) > par->max_height) {
151 var->yoffset + var->yres)) {
179 vmw_write(vmw_priv, SVGA_REG_DISPLAY_POSITION_Y, info->var.yoffset);
513 info->var.yoffset = 0;
/drivers/media/pci/bt8xx/
H A Dbttv-risc.c128 unsigned int yoffset, unsigned int ybpl,
140 int topfield = (0 == yoffset);
188 while (yoffset && yoffset >= sg_dma_len(ysg)) {
189 yoffset -= sg_dma_len(ysg);
203 if (yoffset + ylen > sg_dma_len(ysg))
204 ylen = sg_dma_len(ysg) - yoffset;
223 *(rp++)=cpu_to_le32(sg_dma_address(ysg)+yoffset);
224 yoffset += ylen;
232 yoffset
126 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...]
/drivers/video/fbdev/aty/
H A Daty128fb.c432 u32 xoffset, yoffset; member in struct:aty128_crtc
1057 u32 xres, yres, vxres, vyres, xoffset, yoffset, bpp, dst; local
1070 yoffset = var->yoffset;
1098 if (vyres < yres + yoffset)
1099 vyres = yres + yoffset;
1173 crtc->yoffset = yoffset;
1287 var->yoffset = crtc->yoffset;
1642 u32 xoffset, yoffset; local
[all...]

Completed in 363 milliseconds

12345