Name
drm_helper_connector_dpms —
connector dpms helper implementation
Arguments
connector
affected connector
mode
DPMS mode
Description
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.
Returns
Always returns 0.