1. NAME

drm_framebuffer_unreference - unref a framebuffer

2. SYNOPSIS

void drm_framebuffer_unreference(struct drm_framebuffer *  fb );

3. ARGUMENTS

fb
    framebuffer to unref

4. DESCRIPTION

This functions decrements the fbAqs refcount and frees it if it drops to zero.

5. AUTHORS

Jesse Barnes <>
Intel Corporation,
    Initial version

Laurent Pinchart <>
Ideas on board SPRL,
    Driver internals

6. COPYRIGHT