Lines Matching refs:fb_mem
188 void *fb_mem; member
1625 return dma_mmap_coherent(ovl->channel->lcdc->dev, vma, ovl->fb_mem, in sh_mobile_lcdc_overlay_mmap()
1713 info->screen_base = ovl->fb_mem; in sh_mobile_lcdc_overlay_fb_init()
2114 return dma_mmap_coherent(ch->lcdc->dev, vma, ch->fb_mem, in sh_mobile_lcdc_mmap()
2215 info->screen_base = ch->fb_mem; in sh_mobile_lcdc_channel_fb_init()
2460 if (ovl->fb_mem) in sh_mobile_lcdc_remove()
2462 ovl->fb_mem, ovl->dma_handle); in sh_mobile_lcdc_remove()
2475 if (ch->fb_mem) in sh_mobile_lcdc_remove()
2477 ch->fb_mem, ch->dma_handle); in sh_mobile_lcdc_remove()
2583 ovl->fb_mem = dma_alloc_coherent(dev, ovl->fb_size, &ovl->dma_handle, in sh_mobile_lcdc_overlay_init()
2585 if (!ovl->fb_mem) { in sh_mobile_lcdc_overlay_init()
2679 ch->fb_mem = dma_alloc_coherent(dev, ch->fb_size, &ch->dma_handle, in sh_mobile_lcdc_channel_init()
2681 if (ch->fb_mem == NULL) { in sh_mobile_lcdc_channel_init()