SYNOPSIS
- struct drm_property_blob * drm_property_create_blob(struct drm_device * dev, size_t length, const void * data);
ARGUMENTS
dev
-
- DRM device to create property for
length
- Length to allocate for blob data
data
- If specified, copies data into blob
DESCRIPTION
Creates a new blob property for a specified DRM device, optionally copying data.
RETURNS
New blob property with a single reference on success, or an ERR_PTR value on failure.
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
Lukas Wunner <[email protected]>
- vga_switcheroo documentation
COPYRIGHT