Lines Matching full:framebuffer
41 The DSS driver does not itself have any support for Linux framebuffer, V4L or
75 From omapdss point of view the V4L2 drivers should be similar to framebuffer
83 - Framebuffer is a memory area inside OMAP's SRAM/SDRAM that contains the
84 pixel data for the image. Framebuffer has width and height and color
87 screen. The overlay may be smaller than framebuffer, thus displaying only
88 part of the framebuffer. The position of the overlay may be changed if
94 A framebuffer can be connected to multiple overlays to show the same pixel data
97 framebuffer can be connected to any overlay.
123 overlays List of overlay numbers to which framebuffer pixels go
124 phys_addr Physical address of the framebuffer
125 virt_addr Virtual address of the framebuffer
126 size Size of the framebuffer
130 input_size width,height (ie. the framebuffer size)
242 OMAP FB allocates the framebuffer memory using the OMAP VRAM allocator.
250 VRFB rotation requires much more memory than non-rotated framebuffer, so you
253 framebuffer parameters.
270 - VRAM allocated for a framebuffer. Normally omapfb allocates vram
272 more or define the physical address of each framebuffer. For example,
280 - Draw test pattern to framebuffer whenever framebuffer settings change.