drm_kms_helper_poll_enable(9) re-enable output polling.

SYNOPSIS

void drm_kms_helper_poll_enable(struct drm_device * dev);

ARGUMENTS

dev

drm_device

DESCRIPTION

This function re-enables the output polling work.

Drivers can call this helper from their device resume implementation. It is an error to call this when the output polling support has not yet been set up.

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

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

Driver internals

Daniel Vetter <[email protected]>
Intel Corporation,         
        

Contributions all over the place

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT