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