Re-enable output polling.
void drm_kms_helper_poll_enable(struct drm_device * dev);
dev
drm_device
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.
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