Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/
Dwm8505fb.c272 unsigned long fb_mem_len; in wm8505fb_probe() local
328 fb_mem_len = mode.xres * mode.yres * 2 * (bpp / 8); in wm8505fb_probe()
329 fb_mem_virt = dmam_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys, in wm8505fb_probe()
341 fbi->fb.fix.smem_len = fb_mem_len; in wm8505fb_probe()
343 fbi->fb.screen_size = fb_mem_len; in wm8505fb_probe()
Dvt8500lcdfb.c277 unsigned long fb_mem_len; in vt8500lcd_probe() local
350 fb_mem_len = of_mode.xres * of_mode.yres * 2 * (bpp / 8); in vt8500lcd_probe()
351 fb_mem_virt = dma_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys, in vt8500lcd_probe()
360 fbi->fb.fix.smem_len = fb_mem_len; in vt8500lcd_probe()