Lines Matching full:framebuffer
42 The DSS driver does not itself have any support for Linux framebuffer, V4L or
121 From omapdss point of view the V4L2 drivers should be similar to framebuffer
129 - Framebuffer is a memory area inside OMAP's SRAM/SDRAM that contains the
130 pixel data for the image. Framebuffer has width and height and color
133 screen. The overlay may be smaller than framebuffer, thus displaying only
134 part of the framebuffer. The position of the overlay may be changed if
140 A framebuffer can be connected to multiple overlays to show the same pixel data
143 framebuffer can be connected to any overlay.
169 overlays List of overlay numbers to which framebuffer pixels go
170 phys_addr Physical address of the framebuffer
171 virt_addr Virtual address of the framebuffer
172 size Size of the framebuffer
176 input_size width,height (ie. the framebuffer size)
296 OMAP FB allocates the framebuffer memory using the standard dma allocator. You
307 VRFB rotation requires much more memory than non-rotated framebuffer, so you
310 framebuffer parameters.
322 - VRAM allocated for a framebuffer. Normally omapfb allocates vram
324 more or define the physical address of each framebuffer. For example,
332 - Draw test pattern to framebuffer whenever framebuffer settings change.