summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* drm/i915: add set_tail hook in struct intel_ring_bufferXiang, Haihao2010-09-211-0/+2
* drm/i915: do not export the instances of struct intel_ring_bufferXiang, Haihao2010-09-211-2/+2
* drm/i915: Only emit a flush request on the active ring.Chris Wilson2010-09-211-0/+4
* drm/i915: Remove unused intel_ringbuffer->ring_flagChris Wilson2010-09-141-1/+0
* drm/i915: only one interrupt per batchbuffer is not enough!Daniel Vetter2010-09-081-0/+5
* drm/i915: Use a common seqno for all rings.Chris Wilson2010-08-091-1/+0
* drm/i915: Inline ringbuffer_emit()Chris Wilson2010-08-091-2/+10
* drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai2010-05-261-0/+124
OpenPOWER on IntegriCloud