aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-26drm/i915: More s/IS_IRONLAKE/HAS_PCH_SPLIT for Sandybridge.Eric Anholt1-1/+1
2010-02-26drm/i915: Disable the hangcheck reset on Sandybridge until we add support.Eric Anholt1-1/+5
2010-02-26drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.Eric Anholt1-9/+9
2010-02-22drm/i915: Record batch buffer following GPU errorChris Wilson1-7/+217
2010-02-22drm/i915: Deobfuscate the render p-state obfuscationMatthew Garrett1-7/+7
2010-02-22drm/i915: add dynamic performance control support for IronlakeJesse Barnes1-0/+63
2010-02-10drm/i915: fix flip done interrupt on IronlakeZhenyu Wang1-8/+8
2010-01-29drm/i915: page flip support for IronlakeJesse Barnes1-3/+14
2010-01-29drm/i915: don't trigger ironlake vblank interrupt at irq installLi Peng1-3/+2
2010-01-25drm/i915: enable vblank interrupt on ironlakeLi Peng1-11/+19
2010-01-15drm/i915: remove loop in Ironlake interrupt handlerZou Nan hai1-39/+29
2009-12-17drm/i915: Reload hangcheck timer too for IronlakeZhenyu Wang1-0/+2
2009-12-16drm/i915: only enable hotplug for detected outputsJesse Barnes1-11/+19
2009-12-10Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie1-1/+0
2009-12-08drm/i915: Remove a debugging printk from hangcheckChris Wilson1-1/+0
2009-12-08Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie1-63/+99
2009-12-07drm/i915: Fix product names and #definesAdam Jackson1-25/+25
2009-12-01drm/i915: Add intel implementation of the pageflip ioctlKristian Høgsberg1-4/+15
2009-11-30drm/i915: remove Pineview EOS protection supportShaohua Li1-21/+0
2009-11-12drm/i915: Fix IRQ stall issue on IronlakeZou, Nanhai1-1/+9
2009-11-05drm/i915: Add display hotplug event on IronlakeZhenyu Wang1-4/+31
2009-11-05drm/i915: Add ACPI OpRegion support for IronlakeZhao Yakui1-1/+18
2009-11-05drm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVERZhao Yakui1-12/+14
2009-09-29drm/i915: Enable irq to trace batch buffer completion.Chris Wilson1-0/+10
2009-09-23drm/i915: Add tracepointsChris Wilson1-2/+7
2009-09-17drm/i915: Make dev_priv->mm.wedged an atomic_tBen Gamari1-7/+8
2009-09-17drm/i915: Hookup chip reset in error handlerBen Gamari1-3/+16
2009-09-17drm/i915: Implement GPU reset on i965Ben Gamari1-0/+8
2009-09-17drm/i915: Add hangcheck timerBen Gamari1-0/+49
2009-09-04drm/i915: Support IGD EOSShaohua Li1-0/+21
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