Searched refs:fb_mem_len (Results 1 – 2 of 2) sorted by relevance
271 unsigned long fb_mem_len; in wm8505fb_probe() local325 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()
277 unsigned long fb_mem_len; in vt8500lcd_probe() local349 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()