aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* samsung update 1codeworkx2012-06-021-13/+30
* drm/i915/ringbuffer: Idling requires waiting for the ring to be emptyChris Wilson2011-07-121-1/+1
* drm/i915: proper use of forcewakeBen Widawsky2011-05-101-16/+13
* drm/1915: ringbuffer wait for idle functionBen Widawsky2011-05-101-0/+6
* Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2011-03-071-6/+7
|\
| * drm/i915: Do not overflow the MMADDR write FIFOChris Wilson2011-03-061-6/+7
* | drm/i915: Refine tracepointsChris Wilson2011-02-071-0/+7
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2011-01-241-1/+3
|\ \ | |/
| * drm/i915/ringbuffer: Fix use of stale HEAD position whilst polling for spaceChris Wilson2011-01-201-1/+0
| * drm/i915: Initialise ring vfuncs for old DRI pathsChris Wilson2011-01-201-0/+3
* | drm/i915: Trivial sparse fixesChris Wilson2011-01-191-1/+21
|/
* drm/i915: Make the ring IMR handling privateChris Wilson2011-01-111-0/+1
* drm/i915/ringbuffer: Simplify the ring irq refcountingChris Wilson2011-01-111-1/+1
* drm/i915/debugfs: Show the per-ring IMRChris Wilson2011-01-111-12/+13
* drm/i915: Mask USER interrupts on gen6 (until required)Chris Wilson2011-01-111-0/+3
* drm/i915: Handle ringbuffer stalls when flushingChris Wilson2011-01-111-3/+3
* drm/i915: Workaround erratum on i830 for TAIL pointer within last 2 cachelinesChris Wilson2011-01-111-0/+1
* drm/i915/ringbuffer: Make IRQ refcnting atomicChris Wilson2010-12-141-2/+2
* Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-12-091-2/+3
|\
| * drm/i915/ringbuffer: Handle wrapping of the autoreported HEADChris Wilson2010-12-091-2/+3
| * drm/i915: SNB BLT workaroundChris Wilson2010-11-021-0/+3
* | drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson2010-12-051-4/+37
* | drm/i915/ringbuffer: Handle cliprects in the callerChris Wilson2010-11-301-3/+1
* | drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson2010-11-231-2/+2
* | drm/i915/ringbuffer: set FORCE_WAKE bit before reading ring registerZou Nan hai2010-11-111-4/+9
* | drm/i915: Only add the lazy request if we end up waiting for it.Chris Wilson2010-11-101-1/+1
* | drm/i915: SNB BLT workaroundZou Nan hai2010-11-021-0/+3
* | drm/i915: Propagate error from failing to queue a requestChris Wilson2010-10-271-2/+2
* | drm/i915: Remove the confusing global waiting/irq seqnoChris Wilson2010-10-271-2/+2
* | drm/i915/debugfs: Include info for the other ringsChris Wilson2010-10-271-1/+1
* | drm/i915: Propagate errors from writing to ringbufferChris Wilson2010-10-271-2/+2
* | drm/i915/ringbuffer: Drop the redundant dev from the vfunc interfaceChris Wilson2010-10-271-48/+28
|/
* drm/i915: Move gpu_write_list to per-ringChris Wilson2010-10-241-0/+9
* drm/i915/ringbuffer: Write the value passed in to the tail registerChris Wilson2010-10-221-3/+3
* drm/i915: Enable SandyBridge blitter ringChris Wilson2010-10-211-0/+2
* drm/i915/ringbuffer: Remove broken intel_fill_struct()Chris Wilson2010-10-211-4/+0
* Revert "drm/i915: Drop ring->lazy_request"Chris Wilson2010-09-281-0/+5
* drm/i915: kill ring->setup_status_pageDaniel Vetter2010-09-251-2/+2
* drm/i915: kill ring->get_active_headDaniel Vetter2010-09-251-2/+3
* drm/i915: Only hold a process-local lock whilst throttling.Chris Wilson2010-09-241-3/+2
* drm/i915/ringbuffer: Fix sign of ring space.Chris Wilson2010-09-241-1/+1
* drm/i915: Drop ring->lazy_requestChris Wilson2010-09-221-5/+0
* drm/i915/ringbuffer: whitespace cleanupChris Wilson2010-09-211-6/+4
* drm/i915: drop alignment ringbuffer parameterDaniel Vetter2010-09-211-1/+0
* drm/i915: use new macros to access the ring ctl registerDaniel Vetter2010-09-211-3/+2
* drm/i915: use new macros to access the ring head registerDaniel Vetter2010-09-211-3/+2
* drm/i915: use new macros to access the ring start registerDaniel Vetter2010-09-211-1/+2
* drm/i915: use new macros to access the ring tail registerDaniel Vetter2010-09-211-4/+5
* drm/i915: add relative ring register macrosDaniel Vetter2010-09-211-0/+1
* drm/i915/ringbuffer: Implement advance using set_tailChris Wilson2010-09-211-2/+0