Searched refs:fb_mem_len (Results 1 – 2 of 2) sorted by relevance
274 unsigned long fb_mem_len; in wm8505fb_probe() local330 fb_mem_len = mode.xres * mode.yres * 2 * (bpp / 8); in wm8505fb_probe()331 fb_mem_virt = dmam_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys, in wm8505fb_probe()343 fbi->fb.fix.smem_len = fb_mem_len; in wm8505fb_probe()345 fbi->fb.screen_size = fb_mem_len; in wm8505fb_probe()
284 unsigned long fb_mem_len; in vt8500lcd_probe() local357 fb_mem_len = of_mode.xres * of_mode.yres * 2 * (bpp / 8); in vt8500lcd_probe()358 fb_mem_virt = dma_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys, in vt8500lcd_probe()367 fbi->fb.fix.smem_len = fb_mem_len; in vt8500lcd_probe()