Lines Matching full:framebuffers
59 * Framebuffers are tracked with &struct drm_framebuffer. They are published
67 * them again with drm_framebuffer_put(). For driver-private framebuffers for
338 * the 2nd version of the addfb ioctl, which supports multi-planar framebuffers
519 /* Multi-planar framebuffers need getfb2. */ in drm_mode_getfb()
582 /* For multi-plane framebuffers, we require the driver to place the in drm_mode_getfb2_ioctl()
584 * framebuffers, we can fall back to create_handle. in drm_mode_getfb2_ioctl()
901 * Drivers need to call this when cleaning up driver-private framebuffers, e.g.
906 * NOTE: This function is deprecated. For driver-private framebuffers it is not
931 * driver private framebuffers embedded into a larger structure.
938 * user-created framebuffers this will happen in the rmfb ioctl. For
1112 * drm ABI mandates that we remove any deleted framebuffers from active in drm_framebuffer_remove()
1113 * usage. But since most sane clients only remove framebuffers they no in drm_framebuffer_remove()