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
365 * @fb: DRM framebuffer
369 * This function copies parts of a framebuffer to display memory and converts the
370 * color format during the process. Destination and framebuffer formats must match. The
422 * @fb: DRM framebuffer
425 * This function copies parts of a framebuffer to display memory and converts
474 * @fb: DRM framebuffer
477 * This function copies parts of a framebuffer to display memory and converts
526 * @fb: DRM framebuffer
529 * This function copies parts of a framebuffer to display memory and converts
576 * @fb: DRM framebuffer
579 * This function copies parts of a framebuffer to display memory and converts the
580 * color format during the process. Destination and framebuffer formats must match. The
624 * @fb: DRM framebuffer
627 * This function copies parts of a framebuffer to display memory and converts the
736 * @fb: DRM framebuffer
739 * This function copies parts of a framebuffer to display memory and converts the
740 * color format during the process. Destination and framebuffer formats must match. The
789 * @fb: DRM framebuffer
792 * This function copies parts of a framebuffer to display memory and converts
840 * @fb: DRM framebuffer
843 * This function copies parts of a framebuffer to display memory and converts the
844 * color format during the process. Destination and framebuffer formats must match. The
873 * drm_fb_blit - Copy parts of a framebuffer to display memory
878 * @src: The framebuffer memory to copy from
879 * @fb: The framebuffer to copy from
882 * This function copies parts of a framebuffer to display memory. If the
883 * formats of the display and the framebuffer mismatch, the blit function
979 * @fb: DRM framebuffer
982 * This function copies parts of a framebuffer to display memory and converts the
983 * color format during the process. Destination and framebuffer formats must match. The