aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-05-211-9/+14
|\
| * Merge remote branch 'anholt/drm-intel-next' into drm-nextDave Airlie2010-05-191-4/+4
| |\
| | * Merge remote branch 'origin/master' into drm-intel-nextEric Anholt2010-05-101-4/+4
| | |\
| * | | drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie2010-05-181-2/+1
| |/ /
| * | drm/i915: drop pointer to drm_gem_objectDaniel Vetter2010-04-201-2/+2
| * | Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie2010-04-201-0/+1
| |\ \
| | * | drm/kms/fb: use slow work mechanism for normal hotplug also.Dave Airlie2010-04-071-0/+1
| * | | Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next ...Dave Airlie2010-04-201-6/+11
| |\ \ \
| | * | | drm/i915: Fix legacy BLC event for pipe AZhao Yakui2010-04-121-2/+7
| | * | | drm/i915: use encoder_list for hotplug callbackZhenyu Wang2010-04-091-4/+4
* | | | | drivers/gpu/drm/i915/i915_irq.c:i915_error_object_create(): use correct kmap-...Andrew Morton2010-05-111-2/+6
| |_|_|/ |/| | |
* | | | drm/i915: use PIPE_CONTROL instruction on Ironlake and Sandy BridgeJesse Barnes2010-04-221-4/+4
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-04-171-4/+4
|\ \ \ | |/ /
| * | drm/i915: Rename intel_output to intel_encoder.Eric Anholt2010-03-251-3/+3
| * | drm/i915: introduce to_intel_bo helperDaniel Vetter2010-03-251-1/+1
| |/
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* drm/i915: More s/IS_IRONLAKE/HAS_PCH_SPLIT for Sandybridge.Eric Anholt2010-02-261-1/+1
* drm/i915: Disable the hangcheck reset on Sandybridge until we add support.Eric Anholt2010-02-261-1/+5
* drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.Eric Anholt2010-02-261-9/+9
* drm/i915: Record batch buffer following GPU errorChris Wilson2010-02-221-7/+217
* drm/i915: Deobfuscate the render p-state obfuscationMatthew Garrett2010-02-221-7/+7
* drm/i915: add dynamic performance control support for IronlakeJesse Barnes2010-02-221-0/+63
* 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