Lines Matching refs:fb_size
188 unsigned long fb_size; member
441 unsigned int nr_pages_max = ch->fb_size >> PAGE_SHIFT; in sh_mobile_lcdc_sginit()
1487 ovl->dma_handle, ovl->fb_size); in sh_mobile_lcdc_overlay_mmap()
1582 info->fix.smem_len = ovl->fb_size; in sh_mobile_lcdc_overlay_fb_init()
1961 ch->dma_handle, ch->fb_size); in sh_mobile_lcdc_mmap()
1997 ch->fb_size >> PAGE_SHIFT); in sh_mobile_lcdc_channel_fb_register()
2073 info->fix.smem_len = ch->fb_size; in sh_mobile_lcdc_channel_fb_init()
2268 dma_free_coherent(&pdev->dev, ovl->fb_size, in sh_mobile_lcdc_remove()
2283 dma_free_coherent(&pdev->dev, ch->fb_size, in sh_mobile_lcdc_remove()
2388 ovl->fb_size = ovl->cfg->max_xres * ovl->cfg->max_yres in sh_mobile_lcdc_overlay_init()
2390 ovl->fb_mem = dma_alloc_coherent(dev, ovl->fb_size, &ovl->dma_handle, in sh_mobile_lcdc_overlay_init()
2482 ch->fb_size = max_size * format->bpp / 8 * 2; in sh_mobile_lcdc_channel_init()
2483 ch->fb_mem = dma_alloc_coherent(dev, ch->fb_size, &ch->dma_handle, in sh_mobile_lcdc_channel_init()