summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
AgeCommit message (Expand)AuthorFilesLines
2010-12-09drm/i915/ringbuffer: Handle wrapping of the autoreported HEADChris Wilson1-2/+3
2010-11-02drm/i915: SNB BLT workaroundChris Wilson1-0/+3
2010-10-24drm/i915: Move gpu_write_list to per-ringChris Wilson1-0/+9
2010-10-22drm/i915/ringbuffer: Write the value passed in to the tail registerChris Wilson1-3/+3
2010-10-21drm/i915: Enable SandyBridge blitter ringChris Wilson1-0/+2
2010-10-21drm/i915/ringbuffer: Remove broken intel_fill_struct()Chris Wilson1-4/+0
2010-09-28Revert "drm/i915: Drop ring->lazy_request"Chris Wilson1-0/+5
2010-09-25drm/i915: kill ring->setup_status_pageDaniel Vetter1-2/+2
2010-09-25drm/i915: kill ring->get_active_headDaniel Vetter1-2/+3
2010-09-25drm/i915: Only hold a process-local lock whilst throttling.Chris Wilson1-3/+2
2010-09-24drm/i915/ringbuffer: Fix sign of ring space.Chris Wilson1-1/+1
2010-09-22drm/i915: Drop ring->lazy_requestChris Wilson1-5/+0
2010-09-21drm/i915/ringbuffer: whitespace cleanupChris Wilson1-6/+4
2010-09-21drm/i915: drop alignment ringbuffer parameterDaniel Vetter1-1/+0
2010-09-21drm/i915: use new macros to access the ring ctl registerDaniel Vetter1-3/+2
2010-09-21drm/i915: use new macros to access the ring head registerDaniel Vetter1-3/+2
2010-09-21drm/i915: use new macros to access the ring start registerDaniel Vetter1-1/+2
2010-09-21drm/i915: use new macros to access the ring tail registerDaniel Vetter1-4/+5
2010-09-21drm/i915: add relative ring register macrosDaniel Vetter1-0/+1
2010-09-21drm/i915/ringbuffer: Implement advance using set_tailChris Wilson1-2/+0
2010-09-21drm/i915: add set_tail hook in struct intel_ring_bufferXiang, Haihao1-0/+2
2010-09-21drm/i915: do not export the instances of struct intel_ring_bufferXiang, Haihao1-2/+2
2010-09-21drm/i915: Only emit a flush request on the active ring.Chris Wilson1-0/+4
2010-09-15drm/i915: Remove unused intel_ringbuffer->ring_flagChris Wilson1-1/+0
2010-09-08drm/i915: only one interrupt per batchbuffer is not enough!Daniel Vetter1-0/+5
2010-08-09drm/i915: Use a common seqno for all rings.Chris Wilson1-1/+0
2010-08-09drm/i915: Inline ringbuffer_emit()Chris Wilson1-2/+10
2010-05-27drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai1-0/+124