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.

AUTHORS

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

COPYRIGHT