SYNOPSIS

void drm_property_destroy(struct drm_device * dev, struct drm_property * property);

ARGUMENTS

dev

drm device

property

property to destry

DESCRIPTION

This function frees a property including any attached resources like enumeration values.

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