Searched refs:fb_mem_virt (Results 1 – 2 of 2) sorted by relevance
275 void *fb_mem_virt; in wm8505fb_probe() local331 fb_mem_virt = dmam_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys, in wm8505fb_probe()333 if (!fb_mem_virt) { in wm8505fb_probe()344 fbi->fb.screen_base = fb_mem_virt; in wm8505fb_probe()
285 void *fb_mem_virt; in vt8500lcd_probe() local358 fb_mem_virt = dma_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys, in vt8500lcd_probe()360 if (!fb_mem_virt) { in vt8500lcd_probe()368 fbi->fb.screen_base = fb_mem_virt; in vt8500lcd_probe()