other versions
- jessie 3.16.56-1+deb8u1
DRM_IRQ_INSTALL(9) | DRM Core | DRM_IRQ_INSTALL(9) |
NAME¶
drm_irq_install - install IRQ handlerSYNOPSIS¶
int
drm_irq_install(struct drm_device * dev,
int irq);
ARGUMENTS¶
devDRM device
irq
IRQ number to install the handler for
DESCRIPTION¶
Initializes the IRQ related data. Installs the handler, calling the driver irq_preinstall and irq_postinstall functions before and after the installation. This is the simplified helper interface provided for drivers with no special needs. Drivers which need to install interrupt handlers for multiple interrupts must instead set drm_device->irq_enabled to signal the DRM core that vblank interrupts are available.RETURNS¶
Zero on success or a negative error code on failure.AUTHORS¶
Jesse Barnes <jesse.barnes@intel.com>Initial version
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Driver internals
Daniel Vetter <daniel.vetter@ffwll.ch>
Contributions all over the place
COPYRIGHT¶
May 2018 | Kernel Hackers Manual 3.16 |