summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_irq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| * | drm/i915: Rename intel_encoder->enc to base for consistencyChris Wilson2010-09-091-10/+6
| * | drm/i915: Add ringbuffer wait reset to hangcheckChris Wilson2010-09-081-0/+16
| * | drm/i915: Quieten sparse warnings for missing prototypes.Chris Wilson2010-09-081-3/+3
| * | drm/i915: Compile out error state without DEBUG_FSChris Wilson2010-09-081-0/+4
| * | drm/i915: Ironlake page-flipping is per-plane not per-pipeChris Wilson2010-09-081-2/+2
| * | drm/i915: Rename i915_opregion.c to intel_opregion.cChris Wilson2010-09-081-4/+4
* | | mm: stack based kmap_atomic()Peter Zijlstra2010-10-261-3/+2
| |/ |/|
* | drm/i915: Double check that the wait_request is not pending before warningChris Wilson2010-09-091-7/+15
|/
* drm/i915: Avoid pageflipping freeze when we miss the flip prepare interruptSimon Farnsworth2010-09-071-2/+49
OpenPOWER on IntegriCloud