other versions
- jessie 3.16.56-1+deb8u1
DRM_PROPERTY_DESTROY(9) | DRM Core | DRM_PROPERTY_DESTROY(9) |
NAME¶
drm_property_destroy - destroy a drm propertySYNOPSIS¶
void
drm_property_destroy(struct drm_device * dev,
struct drm_property * property);
ARGUMENTS¶
devdrm device
property
property to destry
DESCRIPTION¶
This function frees a property including any attached resources like enumeration values.AUTHORS¶
Jesse Barnes <jesse.barnes@intel.com>Initial version
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Driver internals
Daniel Vetter <daniel.vetter@ffwll.ch>
Contributions all over the place
COPYRIGHT¶
May 2018 | Kernel Hackers Manual 3.16 |