Name

drm_helper_disable_unused_functions — 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.