aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Suppress spurious vblank interruptsChris Wilson2011-01-311-4/+4
* drm/i915: Prevent uninitialised reads during error state captureChris Wilson2011-01-241-0/+2
* drm/i915: Handle the no-interrupts case for UMS by pollingChris Wilson2011-01-241-2/+2
* drm/i915: Increase the amount of defense before computing vblank timestampsChris Wilson2011-01-241-7/+18
* drm/i915: Don't kick-off hangcheck after a DRI interruptChris Wilson2011-01-201-1/+5
* drm/i915: Fix error handler to capture the first batch after the seqnoChris Wilson2011-01-131-1/+1
* drm/i915: Record AGP memory type upon errorChris Wilson2011-01-111-0/+1
* drm/i915: Record the error batchbuffer on each ringChris Wilson2011-01-111-118/+46
* drm/i915: detect & report PCH display error interruptsJesse Barnes2011-01-111-2/+52
* drm/i915/debugfs: Show the per-ring IMRChris Wilson2011-01-111-1/+4
* drm/i915: Mask USER interrupts on gen6 (until required)Chris Wilson2011-01-111-45/+0
* drm/i915: dynamic render p-state support for Sandy BridgeJesse Barnes2010-12-181-2/+45
* drm/i915: Add support for precise vblank timestamping (v2)Mario Kleiner2010-12-161-0/+86
* Revert "drm/i915: Avoid using PIPE_CONTROL on Ironlake"Chris Wilson2010-12-151-1/+2
* drm/i915/ringbuffer: Make IRQ refcnting atomicChris Wilson2010-12-141-8/+9
* drm/i915: Avoid using PIPE_CONTROL on IronlakeChris Wilson2010-12-051-2/+2
* drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson2010-12-051-90/+119
* drm/i915: Tweak on-error bbaddr parsing for clarityChris Wilson2010-11-251-11/+8
* drm/i915: Record fence registers on error.Chris Wilson2010-11-231-0/+30
* drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson2010-11-231-39/+28
* drm/i915: Avoid oops when capturing NULL ring for inactive pinned buffersChris Wilson2010-11-231-1/+1
* drm/i915: Capture interesting display registers on errorChris Wilson2010-11-221-0/+1
* drm/i915: Capture pinned buffers on errorChris Wilson2010-11-221-30/+57
* drm/i915: Convert (void)I915_READ to POSTING_READChris Wilson2010-11-161-24/+24
* drm/i915: Remove the definitions for Primary Ring BufferChris Wilson2010-11-111-14/+14
* drm/i915: Remove the global irq wait queueChris Wilson2010-11-111-1/+1
* drm/i915/debugfs: Report ring in error stateChris Wilson2010-11-011-0/+1
* drm/i915: Record BSD engine error stateChris Wilson2010-10-291-0/+9
* drm/i915: Record BLT engine error stateChris Wilson2010-10-291-0/+7
* drm/i915: Capture ERROR register on Sandybridge hangsChris Wilson2010-10-271-7/+11
* drm/i915: Remove the confusing global waiting/irq seqnoChris Wilson2010-10-271-3/+3
* drm/i915: Fix hangcheck to handle multiple ringsChris Wilson2010-10-271-39/+35
* drm/i915: Propagate errors from writing to ringbufferChris Wilson2010-10-271-6/+7
* drm/i915/ringbuffer: Drop the redundant dev from the vfunc interfaceChris Wilson2010-10-271-6/+6
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-261-115/+144
|\
| * drm/i915: Enable SandyBridge blitter ringChris Wilson2010-10-211-26/+38
| * drm/i915: Track objects in global active list (as well as per-ring)Chris Wilson2010-10-201-7/+4
| * drivers: gpu: drm: i915: Fix a typo.Andrea Gelmini2010-10-191-1/+1
| * drm/i915: Update hotplug interrupts register definitions for SandybridgeYuanhan Liu2010-10-081-5/+16
| * drm/i915: Only print 'generating error event' if we actually areChris Wilson2010-10-011-2/+3
| * drm/i915: Adjust hangcheck EIO semanticsChris Wilson2010-09-251-0/+2
| * drm/i915: Only hold a process-local lock whilst throttling.Chris Wilson2010-09-241-14/+15
| * drm/i915: add a new BSD ring buffer for SandybridgeXiang, Haihao2010-09-211-5/+10
| * drm/i915: Clean up bo lists on all hung gpusChris Wilson2010-09-211-13/+5
| * drm/i915: Add support for GPU soft reset on Ironlake.Kenneth Graunke2010-09-211-0/+1
| * drm/i915: Rename graphics reset registers.Kenneth Graunke2010-09-211-1/+1
| * drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson2010-09-211-15/+14
| * drm/i915: Reduce hangcheck frequencyChris Wilson2010-09-141-3/+6
| * drm/i915: Use macros to switch between equivalent pipe registersChris Wilson2010-09-111-23/+12
| * Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-09-111-7/+15
| |\