Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/fb/
H A Dpxafb.rst6 options=<OPTIONS> when modular or video=pxafb:<OPTIONS> when built in.
10 modprobe pxafb options=vmem:2M,mode:640x480-8,passive
14 video=pxafb:vmem:2M,mode:640x480-8,passive
163 FOR - color format, as defined by OVERLAY_FORMAT_* in pxafb.h
H A Dindex.rst29 pxafb
/openbmc/linux/drivers/video/fbdev/
H A DMakefile83 obj-$(CONFIG_FB_PXA) += pxafb.o
H A Dpxafb.c907 static int pxafb_overlay_map_video_memory(struct pxafb_info *pxafb, in pxafb_overlay_map_video_memory() argument
913 ofb->video_mem = alloc_pages_exact(PAGE_ALIGN(pxafb->video_mem_size), in pxafb_overlay_map_video_memory()
919 ofb->video_mem_size = PAGE_ALIGN(pxafb->video_mem_size); in pxafb_overlay_map_video_memory()
923 ofb->fb.fix.smem_len = pxafb->video_mem_size; in pxafb_overlay_map_video_memory()
H A DKconfig1578 module will be called pxafb. If you want to compile it as a module,
1605 <file:Documentation/fb/pxafb.rst> describes the available parameters.