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