.\" 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_IRQ_INSTALL" "9" "09 October 2005" "" ""
.SH NAME
drm_irq_install \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int drm_irq_install (drm_device_t * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
.PP
\\param dev DRM device.
\\param irq IRQ number.
.PP
Initializes the IRQ related data, and setups drm_device::vbl_queue. Installs the handler, calling the driver
\\c \fBdrm_driver_irq_preinstall\fR and \\c \fBdrm_driver_irq_postinstall\fR functions
before and after the installation.