summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_irq.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-01drm/i915: Replace vblank PM QoS with "Interrupt-Based AGPBUSY#"Chris Wilson1-0/+9
2011-03-01Revert "drm/i915: Use PM QoS to prevent C-State starvation of gen3 GPU"Chris Wilson1-33/+0
2011-03-01drm/i915: Silence an innocuous compiler warning for an unused variableChris Wilson1-1/+0
2011-02-16Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-7/+11
2011-02-16drm/i915: don't enable FDI & transcoder interrupts after allJesse Barnes1-3/+3
2011-02-08drm/i915: cleanup per-pipe reg usageJesse Barnes1-83/+66
2011-02-07drm/i915: Refine tracepointsChris Wilson1-11/+1
2011-02-07drm/i915: Include 'i915_error_state' hint for when the GPU catches fireChris Wilson1-1/+2
2011-02-01Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-4/+4
2011-01-31drm/i915: Suppress spurious vblank interruptsChris Wilson1-4/+4
2011-01-28drm/i915: Record all error ringbuffersChris Wilson1-8/+14
2011-01-25Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-10/+27
2011-01-24drm/i915: Prevent uninitialised reads during error state captureChris Wilson1-0/+2
2011-01-24drm/i915: Handle the no-interrupts case for UMS by pollingChris Wilson1-2/+2
2011-01-24drm/i915: Increase the amount of defense before computing vblank timestampsChris Wilson1-7/+18
2011-01-23drm/i915: Remove unused code: i915_enable_interrupt()Chris Wilson1-10/+0
2011-01-20drm/i915: Don't kick-off hangcheck after a DRI interruptChris Wilson1-1/+5
2011-01-19drm/i915: Use PM QoS to prevent C-State starvation of gen3 GPUChris Wilson1-0/+33
2011-01-13drm/i915: Fix error handler to capture the first batch after the seqnoChris Wilson1-1/+1
2011-01-12drm/i915: Record AGP memory type upon errorChris Wilson1-0/+1
2011-01-11drm/i915: Record the error batchbuffer on each ringChris Wilson1-118/+46
2011-01-11drm/i915: detect & report PCH display error interruptsJesse Barnes1-2/+52
2011-01-11drm/i915/debugfs: Show the per-ring IMRChris Wilson1-1/+4
2011-01-11drm/i915: Mask USER interrupts on gen6 (until required)Chris Wilson1-45/+0
2010-12-18drm/i915: dynamic render p-state support for Sandy BridgeJesse Barnes1-2/+45
2010-12-17drm/i915: Add support for precise vblank timestamping (v2)Mario Kleiner1-0/+86
2010-12-15Revert "drm/i915: Avoid using PIPE_CONTROL on Ironlake"Chris Wilson1-1/+2
2010-12-14drm/i915/ringbuffer: Make IRQ refcnting atomicChris Wilson1-8/+9
2010-12-06drm/i915: Avoid using PIPE_CONTROL on IronlakeChris Wilson1-2/+2
2010-12-05drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson1-90/+119
2010-11-25drm/i915: Tweak on-error bbaddr parsing for clarityChris Wilson1-11/+8
2010-11-23drm/i915: Record fence registers on error.Chris Wilson1-0/+30
2010-11-23drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson1-39/+28
2010-11-23drm/i915: Avoid oops when capturing NULL ring for inactive pinned buffersChris Wilson1-1/+1
2010-11-22drm/i915: Capture interesting display registers on errorChris Wilson1-0/+1
2010-11-22drm/i915: Capture pinned buffers on errorChris Wilson1-30/+57
2010-11-16drm/i915: Convert (void)I915_READ to POSTING_READChris Wilson1-24/+24
2010-11-11drm/i915: Remove the definitions for Primary Ring BufferChris Wilson1-14/+14
2010-11-11drm/i915: Remove the global irq wait queueChris Wilson1-1/+1
2010-11-01drm/i915/debugfs: Report ring in error stateChris Wilson1-0/+1
2010-10-30drm/i915: Record BSD engine error stateChris Wilson1-0/+9
2010-10-29drm/i915: Record BLT engine error stateChris Wilson1-0/+7
2010-10-28drm/i915: Capture ERROR register on Sandybridge hangsChris Wilson1-7/+11
2010-10-28drm/i915: Remove the confusing global waiting/irq seqnoChris Wilson1-3/+3
2010-10-28drm/i915: Fix hangcheck to handle multiple ringsChris Wilson1-39/+35
2010-10-28drm/i915: Propagate errors from writing to ringbufferChris Wilson1-6/+7
2010-10-27drm/i915/ringbuffer: Drop the redundant dev from the vfunc interfaceChris Wilson1-6/+6
2010-10-27Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-115/+144
2010-10-27mm: stack based kmap_atomic()Peter Zijlstra1-3/+2
2010-10-21drm/i915: Enable SandyBridge blitter ringChris Wilson1-26/+38