aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-09drm/i915: silence vblank warningsFrans Pop1-2/+2
2009-08-05drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.Eric Anholt1-2/+3
2009-07-13drm/i915: refactor error detection & collectionJesse Barnes1-74/+158
2009-07-01drm/i915: add FIFO watermark supportShaohua Li1-0/+4
2009-07-01drm/i915: enable error detection & state collectionJesse Barnes1-3/+136
2009-06-18drm/i915: add per-output hotplug callback for KMSKeith Packard1-1/+11
2009-06-09drm/i915: handle interrupt on new chipsetZhenyu Wang1-6/+180
2009-06-05drm/i915: apply G45 vblank count code to all G4x chips and fix max_frame_countJesse Barnes1-2/+0
2009-06-05drm/i915: Disable opregion on IGDNG for nowZhenyu Wang1-1/+3
2009-04-17drm/i915: Don't let an oops get triggered from irq_emit without dma init.Eric Anholt1-1/+1
2009-04-01drm/i915: add VGA hotplug support for 945+Jesse Barnes1-5/+62
2009-03-03drm/i915: Fix use-before-null-check in i915_irq_emit().Eric Anholt1-2/+3
2009-02-08drm/i915: add get_vblank_counter function for GM45Jesse Barnes1-0/+13
2009-01-11drm/i915: don't enable vblanks on disabled pipesJesse Barnes1-0/+6
2008-12-29DRM: i915: add mode setting supportJesse Barnes1-0/+21
2008-12-29drm: move to kref per-master structures.Dave Airlie1-15/+15
2008-12-01drivers/gpu/drm/i915/i915_irq.c: fix warningAndrew Morton1-1/+1
2008-11-25drm: move drm vblank initialization/cleanup to driver load/unloadKeith Packard1-5/+0
2008-11-25drm/i915: Always read pipestat in irq_handlerKeith Packard1-19/+36
2008-11-25drm/i915: Remove IMR masking during interrupt handler, and restart it if needed.Eric Anholt1-47/+61
2008-11-25drm/i915: Manage PIPESTAT to control vblank interrupts instead of IMR.Keith Packard1-112/+99
2008-11-11drm/i915: Move legacy breadcrumb out of the reserved status page areaKeith Packard1-4/+2
2008-11-11i915: Remove racy delayed vblank swap ioctl.Eric Anholt1-363/+14
2008-10-23drm/i915: use pipes, not planes to label vblank dataKeith Packard1-53/+20
2008-10-23drm/i915: hold dev->struct_mutex and DRM lock during vblank ring operationsKeith Packard1-53/+85
2008-10-23i915: Enable IMR passthrough of vblank events before enabling it in pipestat.Eric Anholt1-1/+9
2008-10-23drm: Remove two leaks of vblank reference count in error paths.Eric Anholt1-0/+1
2008-10-23i915: Protect vblank IRQ reg access with spinlockKeith Packard1-29/+40
2008-10-18drm: Increment dev_priv->irq_received so i915_gem_interrupts count works.Eric Anholt1-0/+2
2008-10-18i915: Make use of sarea_priv conditional.Kristian Høgsberg1-8/+17
2008-10-18i915: Use struct_mutex to protect ring in GEM mode.Eric Anholt1-4/+24
2008-10-18drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt1-7/+12
2008-10-18drm: Rework vblank-wait handling to allow interrupt reduction.Jesse Barnes1-130/+265
2008-10-18Add Intel ACPI IGD OpRegion supportMatthew Garrett1-8/+17
2008-10-18i915: Add support for MSI and interrupt mitigation.Eric Anholt1-45/+108
2008-10-18i915: Use more consistent names for regs, and store them in a separate file.Jesse Barnes1-37/+36
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie1-0/+623