Searched defs:fb_size (Results 1 - 16 of 16) sorted by relevance

/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.h41 int fb_size; member in struct:mmpfb_info
/drivers/video/fbdev/
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");
167 of_iounmap(&op->resource[6], gp->fb_base, gp->fb_size);
185 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 Dsbuslib.c101 int type, int fb_depth, unsigned long fb_size)
112 __put_user(fb_size, &f->fb_cmsize))
99 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 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 Dsh_mobile_lcdcfb.h69 unsigned long fb_size; member in struct:sh_mobile_lcdc_chan
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;
345 ep->fb_size = info->fix.line_length * ep->height;
347 ep->fb_base = ioremap(ep->fb_base_phys, ep->fb_size);
H A Dxen-fbfront.c367 int fb_size; local
384 fb_size = video[KPARAM_MEM] * 1024 * 1024;
386 > fb_size) {
389 fb_size = XENFB_DEFAULT_FB_LEN;
399 info->fb = vzalloc(fb_size);
403 info->nr_pages = (fb_size + PAGE_SIZE - 1) >> PAGE_SHIFT;
442 fb_info->fix.smem_len = fb_size;
H A Dep93xx-fb.c424 int i, fb_size = 0; local
427 fb_size = EP93XXFB_MAX_XRES * EP93XXFB_MAX_YRES *
436 if (size > fb_size)
437 fb_size = size;
441 return fb_size;
449 unsigned int fb_size; local
451 fb_size = ep93xxfb_calc_fbsize(fbi->mach_info);
452 virt_addr = dma_alloc_writecombine(info->dev, fb_size,
470 dma_free_coherent(info->dev, fb_size, virt_addr, phys_addr);
475 info->fix.smem_len = fb_size;
[all...]
H A Dmxsfb.c392 int line_size, fb_size; local
396 fb_size = fb_info->var.yres_virtual * line_size;
398 if (fb_size > fb_info->fix.smem_len)
762 unsigned fb_size; local
782 fb_size = SZ_2M;
783 fb_virt = alloc_pages_exact(fb_size, GFP_DMA);
791 fb_info->screen_size = fb_info->fix.smem_len = fb_size;
794 memset(fb_virt, 0, fb_size);
H A Dsh_mobile_lcdcfb.c160 * @fb_size: Frame buffer size in bytes
189 unsigned long fb_size; member in struct:sh_mobile_lcdc_overlay
451 unsigned int nr_pages_max = ch->fb_size >> PAGE_SHIFT;
1626 ovl->dma_handle, ovl->fb_size);
1723 info->fix.smem_len = ovl->fb_size;
2115 ch->dma_handle, ch->fb_size);
2151 ch->fb_size >> PAGE_SHIFT);
2232 info->fix.smem_len = ch->fb_size;
2461 dma_free_coherent(&pdev->dev, ovl->fb_size,
2476 dma_free_coherent(&pdev->dev, ch->fb_size,
[all...]
H A Dcyber2000fb.h472 unsigned int fb_size; member in struct:cyberpro_info
/drivers/gpu/drm/bochs/
H A Dbochs.h64 unsigned long fb_size; member in struct:bochs_device
/drivers/gpu/drm/savage/
H A Dsavage_bci.c565 unsigned long mmio_base, fb_base, fb_size, aperture_base; local
576 fb_size = SAVAGE_FB_SIZE_S3;
602 fb_size = SAVAGE_FB_SIZE_S4;
621 fb_size = pci_resource_len(dev->pdev, 1);
633 ret = drm_legacy_addmap(dev, fb_base, fb_size, _DRM_FRAME_BUFFER,
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c421 unsigned fb_bpp, fb_depth, fb_offset, fb_pitch, fb_size; local
435 fb_size = fb_pitch * fb_height;
457 par->vmalloc = vmalloc(fb_size);
463 ret = vmw_fb_create_bo(vmw_priv, fb_size, &par->vmw_bo);
474 par->bo_size = fb_size;
490 info->fix.smem_len = fb_size;
494 info->screen_size = fb_size;
/drivers/gpu/drm/radeon/
H A Dradeon_drv.h203 u32 fb_size; member in struct:drm_radeon_private
354 u32 fb_end = fb_start + dev_priv->fb_size - 1;

Completed in 276 milliseconds