Lines Matching defs:framebuffer
71 * @fb_left: Left side of the framebuffer/content bounding box
72 * @fb_top: Top of the framebuffer/content bounding box
73 * @pitch: framebuffer pitch (stride)
160 * @crtc_x: X coordinate of screen target relative to framebuffer origin.
161 * @crtc_y: Y coordinate of screen target relative to framebuffer origin.
164 * framebuffer size changes.
534 * framebuffer and the screen target system.
539 * @vfb: Pointer to the buffer-object backed framebuffer.
701 * vmw_kms_stdu_surface_dirty - Dirty part of a surface backed framebuffer
704 * @framebuffer: Pointer to the surface-buffer backed framebuffer.
709 * to @framebuffer will be used.
710 * @dest_x: X coordinate offset to align @srf with framebuffer coordinates.
711 * @dest_y: Y coordinate offset to align @srf with framebuffer coordinates.
723 struct vmw_framebuffer *framebuffer,
734 container_of(framebuffer, typeof(*vfbs), base);
761 ret = vmw_kms_helper_dirty(dev_priv, framebuffer, clips, vclips,
1236 * @vfb: framebuffer which is blitted to display unit.