Lines Matching full:framebuffer
29 * drm_fb_clip_offset - Returns the clipping rectangles byte-offset in a framebuffer
30 * @pitch: Framebuffer line pitch in byte
31 * @format: Framebuffer format
35 * The byte offset of the clip rectangle's top-left corner within the framebuffer.
161 * @fb: DRM framebuffer
164 * This function copies parts of a framebuffer to display memory. Destination and
165 * framebuffer formats must match. No conversion takes place. The parameters @dst,
235 * @fb: DRM framebuffer
239 * This function copies parts of a framebuffer to display memory and swaps per-pixel
240 * bytes during the process. Destination and framebuffer formats must match. The
296 * @fb: DRM framebuffer
299 * This function copies parts of a framebuffer to display memory and converts the
300 * color format during the process. Destination and framebuffer formats must match. The
364 * @fb: DRM framebuffer
368 * This function copies parts of a framebuffer to display memory and converts the
369 * color format during the process. Destination and framebuffer formats must match. The
419 * @fb: DRM framebuffer
422 * This function copies parts of a framebuffer to display memory and converts the
423 * color format during the process. Destination and framebuffer formats must match. The
530 * @fb: DRM framebuffer
533 * This function copies parts of a framebuffer to display memory and converts the
534 * color format during the process. Destination and framebuffer formats must match. The
581 * @fb: DRM framebuffer
584 * This function copies parts of a framebuffer to display memory and converts the
585 * color format during the process. Destination and framebuffer formats must match. The
614 * drm_fb_blit - Copy parts of a framebuffer to display memory
619 * @src: The framebuffer memory to copy from
620 * @fb: The framebuffer to copy from
623 * This function copies parts of a framebuffer to display memory. If the
624 * formats of the display and the framebuffer mismatch, the blit function
713 * @fb: DRM framebuffer
716 * This function copies parts of a framebuffer to display memory and converts the
717 * color format during the process. Destination and framebuffer formats must match. The