SYNOPSIS
- struct drm_property_blob * drm_property_lookup_blob(struct drm_device * dev, uint32_t id);
ARGUMENTS
dev
-
- drm device
id
- id of the blob property
DESCRIPTION
If successful, this takes an additional reference to the blob property. callers need to make sure to eventually unreference the returned property again, using drm_property_unreference_blob.
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