Lines Matching full:framebuffer
283 * drm_framebuffer_init - initialize a framebuffer
289 * Allocates an ID for the framebuffer's parent mode object, sets its mode
315 * drm_framebuffer_cleanup - remove a framebuffer object
316 * @fb: framebuffer to remove
1129 * them to the user, including CRTC, connector and framebuffer configuration.
1722 DRM_DEBUG_KMS("Unknown framebuffer ID %d\n", in drm_mode_setplane()
1836 /* If we have a mode we need a framebuffer. */ in drm_mode_setcrtc()
2065 DRM_ERROR("could not create framebuffer\n"); in drm_mode_addfb()
2177 DRM_ERROR("bad framebuffer width %d, should be >= %d && <= %d\n", in drm_mode_addfb2()
2182 DRM_ERROR("bad framebuffer height %d, should be >= %d && <= %d\n", in drm_mode_addfb2()
2189 DRM_ERROR("bad framebuffer format 0x%08x\n", r->pixel_format); in drm_mode_addfb2()
2197 DRM_ERROR("could not create framebuffer\n"); in drm_mode_addfb2()
2243 /* TODO check that we really get a framebuffer back. */ in drm_mode_rmfb()
2259 /* TODO release all crtc connected to the framebuffer */ in drm_mode_rmfb()
3165 /* The framebuffer is currently unbound, presumably in drm_mode_page_flip_ioctl()