summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_irq.c
AgeCommit message (Expand)Author
2008-12-02drivers/gpu/drm/i915/i915_irq.c: fix warningAndrew Morton
2008-11-24drm: move drm vblank initialization/cleanup to driver load/unloadKeith Packard
2008-11-24drm/i915: Always read pipestat in irq_handlerKeith Packard
2008-11-24drm/i915: Remove IMR masking during interrupt handler, and restart it if needed.Eric Anholt
2008-11-24drm/i915: Manage PIPESTAT to control vblank interrupts instead of IMR.Keith Packard
2008-11-11drm/i915: Move legacy breadcrumb out of the reserved status page areaKeith Packard
2008-11-11i915: Remove racy delayed vblank swap ioctl.Eric Anholt
2008-10-23drm/i915: use pipes, not planes to label vblank dataKeith Packard
2008-10-23drm/i915: hold dev->struct_mutex and DRM lock during vblank ring operationsKeith Packard
2008-10-23i915: Enable IMR passthrough of vblank events before enabling it in pipestat.Eric Anholt
2008-10-23drm: Remove two leaks of vblank reference count in error paths.Eric Anholt
2008-10-23i915: Protect vblank IRQ reg access with spinlockKeith Packard
2008-10-17drm: Increment dev_priv->irq_received so i915_gem_interrupts count works.Eric Anholt
2008-10-17i915: Make use of sarea_priv conditional.Kristian Høgsberg
2008-10-17i915: Use struct_mutex to protect ring in GEM mode.Eric Anholt
2008-10-17drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt
2008-10-17drm: Rework vblank-wait handling to allow interrupt reduction.Jesse Barnes
2008-10-17Add Intel ACPI IGD OpRegion supportMatthew Garrett
2008-10-17i915: Add support for MSI and interrupt mitigation.Eric Anholt
2008-10-17i915: Use more consistent names for regs, and store them in a separate file.Jesse Barnes
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie