drm_kms_helper_poll_enable_locked(9) re-enable output polling.

SYNOPSIS

void drm_kms_helper_poll_enable_locked(struct drm_device * dev);

ARGUMENTS

dev

drm_device

DESCRIPTION

This function re-enables the output polling work without locking the mode_config mutex.

This is like drm_kms_helper_poll_enable however it is to be called from a context where the mode_config mutex is locked already.

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