int drm_notifier (void * priv);
without calling DRM_IOCTL_UNLOCK.
If the lock is not held, then let the signal proceed as usual. If the lock is held, then set the contended flag and keep the signal blocked.
\param priv pointer to a drm_sigdata structure. \return one if the signal should be delivered normally, or zero if the signal should be blocked.