summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "drm/i915: Avoid using PIPE_CONTROL on Ironlake"Chris Wilson2010-12-151-2/+160
* drm/i915/ringbuffer: Make IRQ refcnting atomicChris Wilson2010-12-141-19/+25
* Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-12-091-11/+8
|\
| * drm/i915/ringbuffer: Handle wrapping of the autoreported HEADChris Wilson2010-12-091-11/+8
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-12-071-14/+16
|\ \ | |/
| * drm/i915/ringbuffer: Only print an error on the second attempt to reset headChris Wilson2010-12-051-14/+16
| * drm/i915/ringbuffer: Use the HEAD auto-reporting mechanismChris Wilson2010-11-081-1/+12
| * drm/i915: SNB BLT workaroundChris Wilson2010-11-021-3/+113
* | drm/i915: Avoid using PIPE_CONTROL on IronlakeChris Wilson2010-12-051-157/+2
* | drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson2010-12-051-156/+259
* | drm/i915/ringbuffer: Handle cliprects in the callerChris Wilson2010-11-301-58/+28
* | drm/i915: Move instruction state invalidation from execbuffer to flushChris Wilson2010-11-301-11/+4
* | drm/i915: Move the implementation details of PIPE_CONTROL to the ringbufferChris Wilson2010-11-231-9/+96
* | drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson2010-11-231-30/+24
* | Revert "drm/i915/ringbuffer: Ignore failure to setup the ring on Sandybridge"Chris Wilson2010-11-111-24/+8
* | drm/i915/ringbuffer: set FORCE_WAKE bit before reading ring registerZou Nan hai2010-11-111-1/+1
* | drm/i915/ringbuffer: Ignore failure to setup the ring on SandybridgeChris Wilson2010-11-071-8/+24
* | drm/i915/ringbuffer: Be consistent in use of ring->size when initialisingChris Wilson2010-11-071-1/+1
* | drm/i915: kill mappable/fenceable disdinctionDaniel Vetter2010-11-041-3/+3
* | drm/i915: Drop the iomem accessors when writing to the kmapped blt batchChris Wilson2010-11-021-3/+3
* | drm/i915: SNB BLT workaroundZou Nan hai2010-11-021-3/+120
* | drm/i915/ringbuffer: Use the HEAD auto-reporting mechanismChris Wilson2010-10-291-1/+12
* | drm/i915: Check if the GPU hung whilst waiting for the ring to clearChris Wilson2010-10-291-0/+2
* | drm/i915/ringbuffer: Remove duplicate initialisation of ring controlChris Wilson2010-10-291-11/+1
* | drm/i915/ringbuffer: Disable the ringbuffer on cleanup.Chris Wilson2010-10-291-0/+8
* | drm/i915: Only enforce fence limits inside the GTT.Chris Wilson2010-10-291-2/+2
* | drm/i915/ringbuffer: Check that we setup the ringbufferChris Wilson2010-10-281-2/+3
* | drm/i915: range-restricted bind_to_gttDaniel Vetter2010-10-271-2/+2
* | drm/i915: Propagate error from failing to queue a requestChris Wilson2010-10-271-60/+68
* | drm/i915: Propagate errors from writing to ringbufferChris Wilson2010-10-271-80/+109
* | drm/i915/ringbuffer: Drop the redundant dev from the vfunc interfaceChris Wilson2010-10-271-202/+176
|/
* drm/i915: Move gpu_write_list to per-ringChris Wilson2010-10-241-0/+1
* drm/i915/ringbuffer: Write the value passed in to the tail registerChris Wilson2010-10-221-13/+13
* drm/i915: IS_IRONLAKE is synonymous with gen == 5Chris Wilson2010-10-211-1/+1
* drm/i915: Enable SandyBridge blitter ringChris Wilson2010-10-211-27/+65
* drm/i915/ringbuffer: Remove broken intel_fill_struct()Chris Wilson2010-10-211-15/+0
* drm/i915/ringbuffer: Fix emit batch buffer regression from 8187a2bChris Wilson2010-10-211-1/+1
* drm/i915: Sleep whilst waiting for the ringChris Wilson2010-10-191-1/+1
* drm/i915/debug: Convert i915_verify_active() to scan all listsChris Wilson2010-09-301-2/+2
* drm/i915: kill ring->setup_status_pageDaniel Vetter2010-09-251-22/+3
* drm/i915: kill ring->get_active_headDaniel Vetter2010-09-251-19/+2
* drm/i915: kill per-ring macrosDaniel Vetter2010-09-251-11/+14
* drm/i915: fix ACTHD for gen <= 3Daniel Vetter2010-09-251-1/+1
* drm/i915: Only hold a process-local lock whilst throttling.Chris Wilson2010-09-241-9/+7
* drm/i915/ringbuffer: whitespace cleanupChris Wilson2010-09-211-59/+64
* drm/i915: drop alignment ringbuffer parameterDaniel Vetter2010-09-211-4/+1
* drm/i915: don't explicitly initialize ringbuffer members to zeroDaniel Vetter2010-09-211-33/+0
* drm/i915: use new macros to access the ring ctl registerDaniel Vetter2010-09-211-14/+5
* drm/i915: use new macros to access the ring head registerDaniel Vetter2010-09-211-37/+11
* drm/i915: use new macros to access the ring start registerDaniel Vetter2010-09-211-7/+4
OpenPOWER on IntegriCloud