Searched refs:fb_size (Results 1 - 23 of 23) sorted by relevance

/drivers/video/
H A Dsbuslib.h23 int type, int fb_depth, unsigned long fb_size);
H A Dsunxvr1000.c23 unsigned int fb_size; member in struct:gfb_info
77 info->screen_size = gp->fb_size;
84 info->fix.smem_len = gp->fb_size;
140 gp->fb_size = info->fix.line_length * gp->height;
143 gp->fb_size, "gfb fb");
165 of_iounmap(&op->resource[6], gp->fb_base, gp->fb_size);
183 of_iounmap(&op->resource[6], gp->fb_base, gp->fb_size);
H A Dsunxvr2500.c27 unsigned int fb_size; member in struct:s3d_info
81 info->screen_size = sp->fb_size;
88 info->fix.smem_len = sp->fb_size;
181 sp->fb_size = info->fix.line_length * sp->height;
183 sp->fb_base = ioremap(sp->fb_base_phys, sp->fb_size);
H A Dsh_mobile_lcdcfb.h68 unsigned long fb_size; member in struct:sh_mobile_lcdc_chan
H A Dep93xx-fb.c423 int i, fb_size = 0; local
426 fb_size = EP93XXFB_MAX_XRES * EP93XXFB_MAX_YRES *
435 if (size > fb_size)
436 fb_size = size;
440 return fb_size;
448 unsigned int fb_size; local
450 fb_size = ep93xxfb_calc_fbsize(fbi->mach_info);
451 virt_addr = dma_alloc_writecombine(info->dev, fb_size,
469 dma_free_coherent(info->dev, fb_size, virt_addr, phys_addr);
474 info->fix.smem_len = fb_size;
[all...]
H A Dmxsfb.c380 int line_size, fb_size; local
384 fb_size = fb_info->var.yres_virtual * line_size;
386 if (fb_size > fb_info->fix.smem_len)
684 unsigned fb_size = pdata->fb_size; local
705 if (!fb_size)
710 if (!request_mem_region(fb_phys, fb_size, host->pdev->name))
713 fb_virt = ioremap(fb_phys, fb_size);
715 release_mem_region(fb_phys, fb_size);
720 if (!fb_size)
[all...]
H A Dsunxvr500.c45 unsigned int fb_size; member in struct:e3d_info
204 info->screen_size = ep->fb_size;
211 info->fix.smem_len = ep->fb_size;
343 ep->fb_size = info->fix.line_length * ep->height;
345 ep->fb_base = ioremap(ep->fb_base_phys, ep->fb_size);
H A Dpmag-aa-fb.c91 unsigned long fb_size; member in struct:aafb_info
234 fix->smem_len = ip->fb_size;
423 ip->fb_size = 2048 * 1024; /* fb_fix_screeninfo.smem_length
456 memset ((void *)ip->fb_start, 0, ip->fb_size);
H A Dxen-fbfront.c366 int fb_size; local
383 fb_size = video[KPARAM_MEM] * 1024 * 1024;
385 > fb_size) {
388 fb_size = XENFB_DEFAULT_FB_LEN;
398 info->fb = vzalloc(fb_size);
402 info->nr_pages = (fb_size + PAGE_SIZE - 1) >> PAGE_SHIFT;
441 fb_info->fix.smem_len = fb_size;
H A Dsbuslib.c102 int type, int fb_depth, unsigned long fb_size)
113 __put_user(fb_size, &f->fb_cmsize))
100 sbusfb_ioctl_helper(unsigned long cmd, unsigned long arg, struct fb_info *info, int type, int fb_depth, unsigned long fb_size) argument
H A Dsh_mobile_lcdcfb.c276 unsigned int nr_pages_max = ch->fb_size >> PAGE_SHIFT;
1428 ch->fb_size >> PAGE_SHIFT);
1509 info->fix.smem_len = ch->fb_size;
1735 dma_free_coherent(&pdev->dev, ch->fb_size,
1877 ch->fb_size = max_size * format->bpp / 8 * 2;
1878 ch->fb_mem = dma_alloc_coherent(priv->dev, ch->fb_size, &ch->dma_handle,
H A Dcyber2000fb.h472 unsigned int fb_size; member in struct:cyberpro_info
H A Dcyber2000fb.c1139 info->fb_size = int_cfb_info->fb.fix.smem_len;
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c414 unsigned fb_bpp, fb_depth, fb_offset, fb_pitch, fb_size; local
428 fb_size = fb_pitch * fb_height;
450 par->vmalloc = vmalloc(fb_size);
456 ret = vmw_fb_create_bo(vmw_priv, fb_size, &par->vmw_bo);
467 par->bo_size = fb_size;
483 info->fix.smem_len = fb_size;
487 info->screen_size = fb_size;
/drivers/staging/crystalhd/
H A Dcrystalhd_misc.c78 dio->fb_size = 0;
729 dio->fb_size = ubuff_sz & 0x03;
730 if (dio->fb_size) {
732 (void *)(uaddr + count - dio->fb_size),
733 dio->fb_size);
736 res, dio->fb_size,
737 (void *)(uaddr + count-dio->fb_size));
784 dio->sg[0].length = count - dio->fb_size;
H A Dcrystalhd_misc.h90 uint32_t fb_size; member in struct:crystalhd_dio_req
H A Dcrystalhd_hw.c749 if (ioreq->fb_size) {
756 desc[ix].fill_bytes = 4 - ioreq->fb_size;
757 count += ioreq->fb_size;
/drivers/gpu/drm/savage/
H A Dsavage_bci.c563 unsigned long mmio_base, fb_base, fb_size, aperture_base; local
577 fb_size = SAVAGE_FB_SIZE_S3;
610 fb_size = SAVAGE_FB_SIZE_S4;
631 fb_size = pci_resource_len(dev->pdev, 1);
642 ret = drm_addmap(dev, fb_base, fb_size, _DRM_FRAME_BUFFER,
/drivers/gpu/drm/radeon/
H A Dradeon_cp.c1383 dev_priv->fb_size =
1416 base < (dev_priv->fb_location + dev_priv->fb_size - 1)) {
1425 base = dev_priv->fb_location + dev_priv->fb_size;
H A Dr600_cp.c2127 dev_priv->fb_size =
2161 base < (dev_priv->fb_location + dev_priv->fb_size - 1)) {
2170 base = dev_priv->fb_location + dev_priv->fb_size;
2196 (unsigned int) dev_priv->fb_size);
H A Dradeon_drv.h194 u32 fb_size; member in struct:drm_radeon_private
345 u32 fb_end = fb_start + dev_priv->fb_size - 1;
H A Dradeon_state.c47 u32 fb_end = dev_priv->fb_location + dev_priv->fb_size - 1;
74 if (off < (dev_priv->fb_size + dev_priv->gart_size)) {
/drivers/video/aty/
H A Datyfb_base.c1834 fbtyp.fb_size = info->fix.smem_len;

Completed in 931 milliseconds