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

/linux-4.4.14/drivers/video/fbdev/
H A Djz4740_fb.c556 int max_videosize = 0; jzfb_alloc_devmem() local
562 if (max_videosize < mode->xres * mode->yres) jzfb_alloc_devmem()
563 max_videosize = mode->xres * mode->yres; jzfb_alloc_devmem()
566 max_videosize *= jzfb_get_controller_bpp(jzfb) >> 3; jzfb_alloc_devmem()
575 jzfb->vidmem_size = PAGE_ALIGN(max_videosize); jzfb_alloc_devmem()
593 jzfb->framedesc->cmd |= max_videosize / 4; jzfb_alloc_devmem()

Completed in 48 milliseconds