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