summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_irq.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-28drm/i915: Only print an message if there was an errorChris Wilson1-14/+24
2010-05-27drm/i915: add power monitoring supportJesse Barnes1-24/+4
2010-05-27drm/i915: implement BSD ring buffer V2Zou Nan hai1-2/+11
2010-05-27drm/i915: convert some gem structures to per-ring V2Zou Nan hai1-17/+28
2010-05-27drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai1-6/+9
2010-05-26drm/i915: Rename dev_priv->ring to dev_priv->render_ring.Eric Anholt1-6/+6
2010-05-26drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.Eric Anholt1-33/+2
2010-05-21Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+14
2010-05-19Merge remote branch 'anholt/drm-intel-next' into drm-nextDave Airlie1-4/+4
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie1-2/+1
2010-05-12drivers/gpu/drm/i915/i915_irq.c:i915_error_object_create(): use correct kmap-...Andrew Morton1-2/+6
2010-05-11Merge remote branch 'origin/master' into drm-intel-nextEric Anholt1-4/+4
2010-04-23drm/i915: use PIPE_CONTROL instruction on Ironlake and Sandy BridgeJesse Barnes1-4/+4
2010-04-20drm/i915: drop pointer to drm_gem_objectDaniel Vetter1-2/+2
2010-04-20Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie1-0/+1
2010-04-20Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next ...Dave Airlie1-6/+11
2010-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds1-4/+4
2010-04-12drm/i915: Fix legacy BLC event for pipe AZhao Yakui1-2/+7
2010-04-10drm/i915: use encoder_list for hotplug callbackZhenyu Wang1-4/+4
2010-04-07drm/kms/fb: use slow work mechanism for normal hotplug also.Dave Airlie1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-25drm/i915: Rename intel_output to intel_encoder.Eric Anholt1-3/+3
2010-03-25drm/i915: introduce to_intel_bo helperDaniel Vetter1-1/+1
2010-02-27drm/i915: More s/IS_IRONLAKE/HAS_PCH_SPLIT for Sandybridge.Eric Anholt1-1/+1
2010-02-27drm/i915: Disable the hangcheck reset on Sandybridge until we add support.Eric Anholt1-1/+5
2010-02-27drm/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-11drm/i915: fix flip done interrupt on IronlakeZhenyu Wang1-8/+8
2010-01-30drm/i915: page flip support for IronlakeJesse Barnes1-3/+14
2010-01-30drm/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-17drm/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-09drm/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-08drm/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-06drm/i915: Add display hotplug event on IronlakeZhenyu Wang1-4/+31
2009-11-06drm/i915: Add ACPI OpRegion support for IronlakeZhao Yakui1-1/+18
2009-11-06drm/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-18drm/i915: Make dev_priv->mm.wedged an atomic_tBen Gamari1-7/+8
2009-09-18drm/i915: Hookup chip reset in error handlerBen Gamari1-3/+16