1. NAME

drm_framebuffer_unregister_private - unregister a private fb from the lookup idr

2. SYNOPSIS

void drm_framebuffer_unregister_private(struct drm_framebuffer *  fb );

3. ARGUMENTS

fb
    fb to unregister

4. DESCRIPTION

Drivers need to call this when cleaning up driver-private framebuffers, e.g. those used for fbdev. Note that the caller must hold a reference of itAqs own, i.e. the object may not be destroyed through this call (since itAqll lead to a locking inversion).

5. AUTHORS

Jesse Barnes <>
Intel Corporation,
    Initial version

Laurent Pinchart <>
Ideas on board SPRL,
    Driver internals

6. COPYRIGHT