Query: drm_framebuffer_lookup
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DRM_FRAMEBUFFER_LOOK(9) DRM Internals DRM_FRAMEBUFFER_LOOK(9)NAMEdrm_framebuffer_lookup - look up a drm framebuffer and grab a referenceSYNOPSISstruct drm_framebuffer * drm_framebuffer_lookup(struct drm_device * dev, uint32_t id);ARGUMENTSdev drm device id id of the fb objectDESCRIPTIONIf successful, this grabs an additional reference to the framebuffer - callers need to make sure to eventually unreference the returned framebuffer again.AUTHORSJesse Barnes <jesse.barnes@intel.com> Intel Corporation, Initial version Laurent Pinchart <laurent.pinchart@ideasonboard.com> Ideas on board SPRL, Driver internalsCOPYRIGHTKernel Hackers Manual 3.10 June 2014 DRM_FRAMEBUFFER_LOOK(9)