other versions
- jessie 3.16.56-1+deb8u1
DRM_FRAMEBUFFER_LOOK(9) | DRM Core | DRM_FRAMEBUFFER_LOOK(9) |
NAME¶
drm_framebuffer_lookup - look up a drm framebuffer and grab a referenceSYNOPSIS¶
struct drm_framebuffer *
drm_framebuffer_lookup(struct drm_device * dev,
uint32_t id);
ARGUMENTS¶
devdrm device
id
id of the fb object
DESCRIPTION¶
If successful, this grabs an additional reference to the framebuffer - callers need to make sure to eventually unreference the returned framebuffer again, using drm_framebuffer_unreference.AUTHORS¶
Jesse Barnes <jesse.barnes@intel.com>Initial version
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Driver internals
Daniel Vetter <daniel.vetter@ffwll.ch>
Contributions all over the place
COPYRIGHT¶
May 2018 | Kernel Hackers Manual 3.16 |