summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: fix flip done interrupt on IronlakeZhenyu Wang2010-02-101-8/+8
* drm/i915: page flip support for IronlakeJesse Barnes2010-01-291-3/+14
* drm/i915: don't trigger ironlake vblank interrupt at irq installLi Peng2010-01-291-3/+2
* drm/i915: enable vblank interrupt on ironlakeLi Peng2010-01-251-11/+19
* drm/i915: remove loop in Ironlake interrupt handlerZou Nan hai2010-01-151-39/+29
* drm/i915: Reload hangcheck timer too for IronlakeZhenyu Wang2009-12-171-0/+2
* drm/i915: only enable hotplug for detected outputsJesse Barnes2009-12-161-11/+19
* Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie2009-12-101-1/+0
|\
| * drm/i915: Remove a debugging printk from hangcheckChris Wilson2009-12-081-1/+0
* | Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie2009-12-081-63/+99
|\ \ | |/
| * drm/i915: Fix product names and #definesAdam Jackson2009-12-071-25/+25
| * drm/i915: Add intel implementation of the pageflip ioctlKristian Høgsberg2009-12-011-4/+15
| * drm/i915: remove Pineview EOS protection supportShaohua Li2009-11-301-21/+0
| * drm/i915: Add display hotplug event on IronlakeZhenyu Wang2009-11-051-4/+31
| * drm/i915: Add ACPI OpRegion support for IronlakeZhao Yakui2009-11-051-1/+18
| * drm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVERZhao Yakui2009-11-051-12/+14
* | drm/i915: Fix IRQ stall issue on IronlakeZou, Nanhai2009-11-121-1/+9
|/
* drm/i915: Enable irq to trace batch buffer completion.Chris Wilson2009-09-291-0/+10
* drm/i915: Add tracepointsChris Wilson2009-09-231-2/+7
* drm/i915: Make dev_priv->mm.wedged an atomic_tBen Gamari2009-09-171-7/+8
* drm/i915: Hookup chip reset in error handlerBen Gamari2009-09-171-3/+16
* drm/i915: Implement GPU reset on i965Ben Gamari2009-09-171-0/+8
* drm/i915: Add hangcheck timerBen Gamari2009-09-171-0/+49
* drm/i915: Support IGD EOSShaohua Li2009-09-041-0/+21
* drm/i915: silence vblank warningsFrans Pop2009-08-091-2/+2
* drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.Eric Anholt2009-08-051-2/+3
* drm/i915: refactor error detection & collectionJesse Barnes2009-07-131-74/+158
* drm/i915: add FIFO watermark supportShaohua Li2009-07-011-0/+4
* drm/i915: enable error detection & state collectionJesse Barnes2009-07-011-3/+136
* drm/i915: add per-output hotplug callback for KMSKeith Packard2009-06-181-1/+11
* drm/i915: handle interrupt on new chipsetZhenyu Wang2009-06-091-6/+180
* drm/i915: apply G45 vblank count code to all G4x chips and fix max_frame_countJesse Barnes2009-06-051-2/+0
* drm/i915: Disable opregion on IGDNG for nowZhenyu Wang2009-06-051-1/+3
* drm/i915: Don't let an oops get triggered from irq_emit without dma init.Eric Anholt2009-04-171-1/+1
* drm/i915: add VGA hotplug support for 945+Jesse Barnes2009-04-011-5/+62
* drm/i915: Fix use-before-null-check in i915_irq_emit().Eric Anholt2009-03-031-2/+3
* drm/i915: add get_vblank_counter function for GM45Jesse Barnes2009-02-081-0/+13
* drm/i915: don't enable vblanks on disabled pipesJesse Barnes2009-01-111-0/+6
* DRM: i915: add mode setting supportJesse Barnes2008-12-291-0/+21
* drm: move to kref per-master structures.Dave Airlie2008-12-291-15/+15
* drivers/gpu/drm/i915/i915_irq.c: fix warningAndrew Morton2008-12-011-1/+1
* drm: move drm vblank initialization/cleanup to driver load/unloadKeith Packard2008-11-251-5/+0
* drm/i915: Always read pipestat in irq_handlerKeith Packard2008-11-251-19/+36
* drm/i915: Remove IMR masking during interrupt handler, and restart it if needed.Eric Anholt2008-11-251-47/+61
* drm/i915: Manage PIPESTAT to control vblank interrupts instead of IMR.Keith Packard2008-11-251-112/+99
* drm/i915: Move legacy breadcrumb out of the reserved status page areaKeith Packard2008-11-111-4/+2
* i915: Remove racy delayed vblank swap ioctl.Eric Anholt2008-11-111-363/+14
* drm/i915: use pipes, not planes to label vblank dataKeith Packard2008-10-231-53/+20
* drm/i915: hold dev->struct_mutex and DRM lock during vblank ring operationsKeith Packard2008-10-231-53/+85
* i915: Enable IMR passthrough of vblank events before enabling it in pipestat.Eric Anholt2008-10-231-1/+9
OpenPOWER on IntegriCloud