Name
__drm_atomic_helper_connector_reset —
reset state on connector
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.