Name

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