Name

__drm_atomic_helper_connector_reset — reset state on connector

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.