Home
last modified time | relevance | path

Searched refs:DEFAULT_FB_SIZE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/video/
H A Dpxa168fb.h33 #define DEFAULT_FB_SIZE (800 * 480 * 4) macro
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dpxa168fb.c671 info->fix.smem_len = PAGE_ALIGN(DEFAULT_FB_SIZE); in pxa168fb_probe()