Name

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