Connector dpms helper implementation
void drm_helper_connector_dpms(struct drm_connector * connector, int mode);
connector
affected connector
mode
DPMS mode
This is the main helper function provided by the crtc helper framework for implementing the DPMS connector attribute. It computes the new desired DPMS state for all encoders and crtcs in the output mesh and calls the ->dpms callback provided by the driver appropriately.
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