1. NAME

drm_helper_disable_unused_functions - disable unused objects

2. SYNOPSIS

void drm_helper_disable_unused_functions(struct drm_device *  dev );

3. ARGUMENTS

dev
    DRM device

4. LOCKING

Caller must hold mode config lock.

If an connector or CRTC isnAqt part of devAqs mode_config, it can be disabled by calling its dpms function, which should power it off.

5. AUTHORS

Jesse Barnes <>
Intel Corporation,
    Initial version

Laurent Pinchart <>
Ideas on board SPRL,
    Driver internals

6. COPYRIGHT