Destroy a drm property
void drm_property_destroy(struct drm_device * dev, struct drm_property * property);
dev
drm device
property
property to destry
This function frees a property including any attached resources like enumeration values.
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