Home
last modified time | relevance | path

Searched refs:pxafb (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/Documentation/fb/
Dpxafb.txt5 options=<OPTIONS> when modular or video=pxafb:<OPTIONS> when built in.
8 modprobe pxafb options=vmem:2M,mode:640x480-8,passive
10 video=pxafb:vmem:2M,mode:640x480-8,passive
134 FOR - color format, as defined by OVERLAY_FORMAT_* in pxafb.h
D00-INDEX46 pxafb.txt
/linux-4.1.27/drivers/video/fbdev/
DMakefile88 obj-$(CONFIG_FB_PXA) += pxafb.o
Dpxafb.c906 static int pxafb_overlay_map_video_memory(struct pxafb_info *pxafb, in pxafb_overlay_map_video_memory() argument
912 ofb->video_mem = alloc_pages_exact(PAGE_ALIGN(pxafb->video_mem_size), in pxafb_overlay_map_video_memory()
918 ofb->video_mem_size = PAGE_ALIGN(pxafb->video_mem_size); in pxafb_overlay_map_video_memory()
922 ofb->fb.fix.smem_len = pxafb->video_mem_size; in pxafb_overlay_map_video_memory()
DKconfig1887 module will be called pxafb. If you want to compile it as a module,
1917 <file:Documentation/fb/pxafb.txt> describes the available parameters.