Home
last modified time | relevance | path

Searched refs:fb_mem_len (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A 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()
H A 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()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dwm8505fb.c271 unsigned long fb_mem_len; in wm8505fb_probe() local
325 fb_mem_len = mode.xres * mode.yres * 2 * (bpp / 8); in wm8505fb_probe()
326 fb_mem_virt = dmam_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys, in wm8505fb_probe()
338 fbi->fb.fix.smem_len = fb_mem_len; in wm8505fb_probe()
340 fbi->fb.screen_size = fb_mem_len; in wm8505fb_probe()
H A Dvt8500lcdfb.c277 unsigned long fb_mem_len; in vt8500lcd_probe() local
349 fb_mem_len = of_mode.xres * of_mode.yres * 2 * (bpp / 8); in vt8500lcd_probe()
350 fb_mem_virt = dma_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys, in vt8500lcd_probe()
359 fbi->fb.fix.smem_len = fb_mem_len; in vt8500lcd_probe()

Completed in 3 milliseconds