Home
last modified time | relevance | path

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

/linux-4.1.27/include/video/
Dpxa168fb.h36 #define DEFAULT_FB_SIZE (800 * 480 * 4) macro
/linux-4.1.27/drivers/video/fbdev/
Dpxa168fb.c684 info->fix.smem_len = PAGE_ALIGN(DEFAULT_FB_SIZE); in pxa168fb_probe()