.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "DRM_NOTIFIER" "9" "09 October 2005" "" ""
.SH NAME
drm_notifier \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int drm_notifier (void * \fIpriv\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpriv\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
without calling DRM_IOCTL_UNLOCK.
.PP
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.
.PP
\\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.