SYNOPSIS
- int drm_mode_plane_set_obj_prop(struct drm_plane * plane, struct drm_property * property, uint64_t value);
ARGUMENTS
plane
- drm plane object to set property value for
property
- property to set
value
- value the property should be set to
DESCRIPTION
This functions sets a given property on a given plane object. This function calls the driver's ->set_property callback and changes the software state of the property if the callback succeeds.
RETURNS
Zero on success, error code on failure.
AUTHORS
Jesse Barnes <jesse.barnes@intel.com>
Intel Corporation,
- Initial version
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Ideas on board SPRL,
- Driver internals
Daniel Vetter <daniel.vetter@ffwll.ch>
Intel Corporation,
- Contributions all over the place
Lukas Wunner <lukas@wunner.de>
- vga_switcheroo documentation
COPYRIGHT