SYNOPSIS
- int drm_atomic_helper_connector_set_property(struct drm_connector * connector, struct drm_property * property, uint64_t val);
ARGUMENTS
connector
-
- DRM connector
property
- DRM property
val
- value of property
DESCRIPTION
Provides a default connector set_property handler using the atomic driver interface.
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