1. NAME

drm_helper_connector_dpms - connector dpms helper implementation

2. SYNOPSIS

void drm_helper_connector_dpms(struct drm_connector *  connector , int  mode );

3. ARGUMENTS

connector
    affected connector

mode
    DPMS mode

4. 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.

5. AUTHORS

Jesse Barnes <>
Intel Corporation,
    Initial version

Laurent Pinchart <>
Ideas on board SPRL,
    Driver internals

6. COPYRIGHT