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
727 * @fb: DRM framebuffer
731 * This function copies parts of a framebuffer to display memory and converts the
732 * color format during the process. Destination and framebuffer formats must match. The
776 * @fb: DRM framebuffer
780 * This function copies parts of a framebuffer to display memory and converts the
891 * @fb: DRM framebuffer
895 * This function copies parts of a framebuffer to display memory and converts the
896 * color format during the process. Destination and framebuffer formats must match. The
946 * @fb: DRM framebuffer
950 * This function copies parts of a framebuffer to display memory and converts
999 * @fb: DRM framebuffer
1003 * This function copies parts of a framebuffer to display memory and converts the
1004 * color format during the process. Destination and framebuffer formats must match. The
1072 * @fb: DRM framebuffer
1076 * This function copies parts of a framebuffer to display memory and converts
1102 * drm_fb_blit - Copy parts of a framebuffer to display memory
1107 * @src: The framebuffer memory to copy from
1108 * @fb: The framebuffer to copy from
1112 * This function copies parts of a framebuffer to display memory. If the
1113 * formats of the display and the framebuffer mismatch, the blit function
1212 * @fb: DRM framebuffer
1216 * This function copies parts of a framebuffer to display memory and converts the
1217 * color format during the process. Destination and framebuffer formats must match. The