Name
drm_gem_dumb_destroy — 
     dumb fb callback helper for gem based drivers
 
Synopsis
| int drm_gem_dumb_destroy ( | struct drm_file * file, | 
|  | struct drm_device * dev, | 
|  | uint32_t handle ); | 
 
Arguments
- file
- 
     drm file-private structure to remove the dumb handle from
     
- dev
- 
     corresponding drm_device
     
- handle
- 
     the dumb handle to remove
     
Description
   This implements the ->dumb_destroy kms driver callback for drivers which use
   gem to manage their backing storage.