summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-01drm/i915: Account for space on the ring buffer consumed whilst wrapping.Chris Wilson1-0/+1
2010-06-14drm/i915: Fix incorrect intel_ring_begin size in BSD ringbuffer.Zou Nan hai1-4/+5
2010-05-28drm/i915: Fix PIPE_CONTROL command on SandybridgeZhenyu Wang1-2/+14
2010-05-26drm/i915: implement BSD ring buffer V2Zou Nan hai1-0/+153
2010-05-26drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai1-233/+349
2010-05-26drm/i915: Rename dev_priv->ring to dev_priv->render_ring.Eric Anholt1-14/+14
2010-05-26drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.Eric Anholt1-0/+568