Home
last modified time | relevance | path

Searched refs:fb_mem_phys (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dwm8505fb.c270 dma_addr_t fb_mem_phys; in wm8505fb_probe() local
326 fb_mem_virt = dmam_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys, in wm8505fb_probe()
337 fbi->fb.fix.smem_start = fb_mem_phys; in wm8505fb_probe()
H A Dvt8500lcdfb.c276 dma_addr_t fb_mem_phys; in vt8500lcd_probe() local
350 fb_mem_virt = dma_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys, in vt8500lcd_probe()
358 fbi->fb.fix.smem_start = fb_mem_phys; in vt8500lcd_probe()