SYNOPSIS
- void __drm_atomic_helper_connector_duplicate_state(struct drm_connector * connector, struct drm_connector_state * state);
ARGUMENTS
connector
-
- connector object
state
- atomic connector state
DESCRIPTION
Copies atomic state from a connector's current state. This is useful for drivers that subclass the connector state.
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