Lines Matching refs:fb_mem
187 void *fb_mem; member
1490 return dma_mmap_coherent(ovl->channel->lcdc->dev, vma, ovl->fb_mem, in sh_mobile_lcdc_overlay_mmap()
1566 info->screen_buffer = ovl->fb_mem; in sh_mobile_lcdc_overlay_fb_init()
1959 return dma_mmap_coherent(ch->lcdc->dev, vma, ch->fb_mem, in sh_mobile_lcdc_mmap()
2054 info->screen_buffer = ch->fb_mem; in sh_mobile_lcdc_channel_fb_init()
2254 if (ovl->fb_mem) in sh_mobile_lcdc_remove()
2256 ovl->fb_mem, ovl->dma_handle); in sh_mobile_lcdc_remove()
2269 if (ch->fb_mem) in sh_mobile_lcdc_remove()
2271 ch->fb_mem, ch->dma_handle); in sh_mobile_lcdc_remove()
2376 ovl->fb_mem = dma_alloc_coherent(dev, ovl->fb_size, &ovl->dma_handle, in sh_mobile_lcdc_overlay_init()
2378 if (!ovl->fb_mem) { in sh_mobile_lcdc_overlay_init()
2469 ch->fb_mem = dma_alloc_coherent(dev, ch->fb_size, &ch->dma_handle, in sh_mobile_lcdc_channel_init()
2471 if (ch->fb_mem == NULL) { in sh_mobile_lcdc_channel_init()