Name
intel_irq_init — 
  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.