intel_irq_init(9) initializes irq support

SYNOPSIS

void intel_irq_init(struct drm_i915_private * dev_priv);

ARGUMENTS

dev_priv

i915 device instance

DESCRIPTION

This function initializes all the irq support including work items, timers and all the vtables. It does not setup the interrupt itself though.

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

Daniel Vetter <[email protected]>
Intel Corporation,         
        

Contributions all over the place

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT