SYNOPSIS
- void __drm_atomic_helper_connector_reset(struct drm_connector * connector, struct drm_connector_state * conn_state);
ARGUMENTS
connector
-
- drm connector
conn_state
- connector state to assign
DESCRIPTION
Initializes the newly allocated conn_state and assigns it to #connector ->state, usually required when initializing the drivers or when called from the ->reset hook.
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