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 <[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