drm_helper_disable_unused_functions(9) disable unused objects

SYNOPSIS

void drm_helper_disable_unused_functions(struct drm_device * dev);

ARGUMENTS

dev

DRM device

LOCKING

Caller must hold mode config lock.

If an connector or CRTC isn't part of dev's mode_config, it can be disabled by calling its dpms function, which should power it off.

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

COPYRIGHT