Home
last modified time | relevance | path

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

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