other versions
- jessie 3.16.56-1+deb8u1
DRM_HELPER_CONNECTOR(9) | DRM Core | DRM_HELPER_CONNECTOR(9) |
NAME¶
drm_helper_connector_dpms - connector dpms helper implementationSYNOPSIS¶
void
drm_helper_connector_dpms(struct drm_connector * connector,
int mode);
ARGUMENTS¶
connectoraffected 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.AUTHORS¶
Jesse Barnes <jesse.barnes@intel.com>Initial version
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Driver internals
Daniel Vetter <daniel.vetter@ffwll.ch>
Contributions all over the place
COPYRIGHT¶
May 2018 | Kernel Hackers Manual 3.16 |