Unref a framebuffer
void drm_framebuffer_unreference(struct drm_framebuffer * fb);
fb
framebuffer to unref
This functions decrements the fb's refcount and frees it if it drops to zero.
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place