Lines Matching full:framebuffer
19 * synchronization helpers, and plane state and framebuffer BO mappings
22 * Before scanout, a plane's framebuffer needs to be synchronized with
23 * possible writers that draw into the framebuffer. All drivers should
26 * the framebuffer so that the DRM core can synchronize access automatically.
48 * into the HW's framebuffer memory during an atomic update. This requires
92 * A mapping address for each of the framebuffer's buffer object is stored in
124 * drm_gem_plane_helper_prepare_fb() - Prepare a GEM backed framebuffer
135 * GEM based framebuffer drivers which have their buffers always pinned in
320 * maps all buffer objects of the plane's framebuffer into kernel address
322 * framebuffer will be synchronized as part of the atomic commit.
352 * This function unmaps all buffer objects of the plane's framebuffer.
374 * maps all buffer objects of the plane's framebuffer into kernel address
376 * framebuffer will be synchronized as part of the atomic commit.
396 * This function unmaps all buffer objects of the plane's framebuffer.