Home
last modified time | relevance | path

Searched refs:fb_mem (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/
Dau1100fb.c463 fbdev->fb_mem = dmam_alloc_coherent(&dev->dev, in au1100fb_drv_probe()
466 if (!fbdev->fb_mem) { in au1100fb_drv_probe()
479 for (page = (unsigned long)fbdev->fb_mem; in au1100fb_drv_probe()
480 page < PAGE_ALIGN((unsigned long)fbdev->fb_mem + fbdev->fb_len); in au1100fb_drv_probe()
489 print_dbg("Framebuffer memory map at %p", fbdev->fb_mem); in au1100fb_drv_probe()
499 fbdev->info.screen_base = fbdev->fb_mem; in au1100fb_drv_probe()
Dsh_mobile_lcdcfb.h68 void *fb_mem; member
Dsh_mobile_lcdcfb.c187 void *fb_mem; member
1569 return dma_mmap_coherent(ovl->channel->lcdc->dev, vma, ovl->fb_mem, in sh_mobile_lcdc_overlay_mmap()
1657 info->screen_base = ovl->fb_mem; in sh_mobile_lcdc_overlay_fb_init()
2053 return dma_mmap_coherent(ch->lcdc->dev, vma, ch->fb_mem, in sh_mobile_lcdc_mmap()
2151 info->screen_base = ch->fb_mem; in sh_mobile_lcdc_channel_fb_init()
2394 if (ovl->fb_mem) in sh_mobile_lcdc_remove()
2396 ovl->fb_mem, ovl->dma_handle); in sh_mobile_lcdc_remove()
2409 if (ch->fb_mem) in sh_mobile_lcdc_remove()
2411 ch->fb_mem, ch->dma_handle); in sh_mobile_lcdc_remove()
2517 ovl->fb_mem = dma_alloc_coherent(dev, ovl->fb_size, &ovl->dma_handle, in sh_mobile_lcdc_overlay_init()
[all …]
Dau1200fb.c152 unsigned char* fb_mem; /* FrameBuffer memory map */ member
1569 fbi->screen_base = (char __iomem *) fbdev->fb_mem; in au1200fb_init_fbinfo()
1694 fbdev->fb_mem = dmam_alloc_attrs(&dev->dev, in au1200fb_drv_probe()
1698 if (!fbdev->fb_mem) { in au1200fb_drv_probe()
1715 print_dbg("Framebuffer memory map at %p", fbdev->fb_mem); in au1200fb_drv_probe()
Dau1100fb.h108 unsigned char* fb_mem; /* FrameBuffer memory map */ member