aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
Commit message (Expand)AuthorAge
* drm/i915: add per-output hotplug callback for KMSKeith Packard2009-06-18
* drm/i915: handle interrupt on new chipsetZhenyu Wang2009-06-09
* drm/i915: apply G45 vblank count code to all G4x chips and fix max_frame_countJesse Barnes2009-06-05
* drm/i915: Disable opregion on IGDNG for nowZhenyu Wang2009-06-05
* drm/i915: Don't let an oops get triggered from irq_emit without dma init.Eric Anholt2009-04-17
* drm/i915: add VGA hotplug support for 945+Jesse Barnes2009-04-01
* drm/i915: Fix use-before-null-check in i915_irq_emit().Eric Anholt2009-03-02
* drm/i915: add get_vblank_counter function for GM45Jesse Barnes2009-02-08
* drm/i915: don't enable vblanks on disabled pipesJesse Barnes2009-01-10
* DRM: i915: add mode setting supportJesse Barnes2008-12-29
* drm: move to kref per-master structures.Dave Airlie2008-12-29
* drivers/gpu/drm/i915/i915_irq.c: fix warningAndrew Morton2008-12-01
* drm: move drm vblank initialization/cleanup to driver load/unloadKeith Packard2008-11-24
* drm/i915: Always read pipestat in irq_handlerKeith Packard2008-11-24
* drm/i915: Remove IMR masking during interrupt handler, and restart it if needed.Eric Anholt2008-11-24
* drm/i915: Manage PIPESTAT to control vblank interrupts instead of IMR.Keith Packard2008-11-24
* drm/i915: Move legacy breadcrumb out of the reserved status page areaKeith Packard2008-11-11
* i915: Remove racy delayed vblank swap ioctl.Eric Anholt2008-11-11
* drm/i915: use pipes, not planes to label vblank dataKeith Packard2008-10-22
* drm/i915: hold dev->struct_mutex and DRM lock during vblank ring operationsKeith Packard2008-10-22
* i915: Enable IMR passthrough of vblank events before enabling it in pipestat.Eric Anholt2008-10-22
* drm: Remove two leaks of vblank reference count in error paths.Eric Anholt2008-10-22
* i915: Protect vblank IRQ reg access with spinlockKeith Packard2008-10-22
* drm: Increment dev_priv->irq_received so i915_gem_interrupts count works.Eric Anholt2008-10-17
* i915: Make use of sarea_priv conditional.Kristian Høgsberg2008-10-17
* i915: Use struct_mutex to protect ring in GEM mode.Eric Anholt2008-10-17
* drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt2008-10-17
* drm: Rework vblank-wait handling to allow interrupt reduction.Jesse Barnes2008-10-17
* Add Intel ACPI IGD OpRegion supportMatthew Garrett2008-10-17
* i915: Add support for MSI and interrupt mitigation.Eric Anholt2008-10-17
* i915: Use more consistent names for regs, and store them in a separate file.Jesse Barnes2008-10-17
* drm: reorganise drm tree to be more future proof.Dave Airlie2008-07-13