Name

drm_atomic_helper_connector_reset — default ->reset hook for connectors

Synopsis

void drm_atomic_helper_connector_reset (struct drm_connector * connector);
 

Arguments

connector

drm connector

Description

Resets the atomic state for connector by freeing the state pointer (which might be NULL, e.g. at driver load time) and allocating a new empty state object.