Lines Matching full:framebuffer

120  * drm_fb_clip_offset - Returns the clipping rectangles byte-offset in a framebuffer
121 * @pitch: Framebuffer line pitch in byte
122 * @format: Framebuffer format
126 * The byte offset of the clip rectangle's top-left corner within the framebuffer.
253 * @fb: DRM framebuffer
256 * This function copies parts of a framebuffer to display memory. Destination and
257 * framebuffer formats must match. No conversion takes place. The parameters @dst,
327 * @fb: DRM framebuffer
332 * This function copies parts of a framebuffer to display memory and swaps per-pixel
333 * bytes during the process. Destination and framebuffer formats must match. The
390 * @fb: DRM framebuffer
394 * This function copies parts of a framebuffer to display memory and converts the
395 * color format during the process. Destination and framebuffer formats must match. The
460 * @fb: DRM framebuffer
465 * This function copies parts of a framebuffer to display memory and converts the
466 * color format during the process. Destination and framebuffer formats must match. The
519 * @fb: DRM framebuffer
523 * This function copies parts of a framebuffer to display memory and converts
572 * @fb: DRM framebuffer
576 * This function copies parts of a framebuffer to display memory and converts
625 * @fb: DRM framebuffer
629 * This function copies parts of a framebuffer to display memory and converts
676 * @fb: DRM framebuffer
680 * This function copies parts of a framebuffer to display memory and converts the
681 * color format during the process. Destination and framebuffer formats must match. The
725 * @fb: DRM framebuffer
729 * This function copies parts of a framebuffer to display memory and converts the
840 * @fb: DRM framebuffer
844 * This function copies parts of a framebuffer to display memory and converts the
845 * color format during the process. Destination and framebuffer formats must match. The
895 * @fb: DRM framebuffer
899 * This function copies parts of a framebuffer to display memory and converts
948 * @fb: DRM framebuffer
952 * This function copies parts of a framebuffer to display memory and converts the
953 * color format during the process. Destination and framebuffer formats must match. The
982 * drm_fb_blit - Copy parts of a framebuffer to display memory
987 * @src: The framebuffer memory to copy from
988 * @fb: The framebuffer to copy from
992 * This function copies parts of a framebuffer to display memory. If the
993 * formats of the display and the framebuffer mismatch, the blit function
1089 * @fb: DRM framebuffer
1093 * This function copies parts of a framebuffer to display memory and converts the
1094 * color format during the process. Destination and framebuffer formats must match. The