summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-24drm/i915: Move gpu_write_list to per-ringChris Wilson1-0/+1
2010-10-22drm/i915/ringbuffer: Write the value passed in to the tail registerChris Wilson1-13/+13
2010-10-21drm/i915: IS_IRONLAKE is synonymous with gen == 5Chris Wilson1-1/+1
2010-10-21drm/i915: Enable SandyBridge blitter ringChris Wilson1-27/+65
2010-10-21drm/i915/ringbuffer: Remove broken intel_fill_struct()Chris Wilson1-15/+0
2010-10-21drm/i915/ringbuffer: Fix emit batch buffer regression from 8187a2bChris Wilson1-1/+1
2010-10-19drm/i915: Sleep whilst waiting for the ringChris Wilson1-1/+1
2010-09-30drm/i915/debug: Convert i915_verify_active() to scan all listsChris Wilson1-2/+2
2010-09-25drm/i915: kill ring->setup_status_pageDaniel Vetter1-22/+3
2010-09-25drm/i915: kill ring->get_active_headDaniel Vetter1-19/+2
2010-09-25drm/i915: kill per-ring macrosDaniel Vetter1-11/+14
2010-09-25drm/i915: fix ACTHD for gen <= 3Daniel Vetter1-1/+1
2010-09-25drm/i915: Only hold a process-local lock whilst throttling.Chris Wilson1-9/+7
2010-09-21drm/i915/ringbuffer: whitespace cleanupChris Wilson1-59/+64
2010-09-21drm/i915: drop alignment ringbuffer parameterDaniel Vetter1-4/+1
2010-09-21drm/i915: don't explicitly initialize ringbuffer members to zeroDaniel Vetter1-33/+0
2010-09-21drm/i915: use new macros to access the ring ctl registerDaniel Vetter1-14/+5
2010-09-21drm/i915: use new macros to access the ring head registerDaniel Vetter1-37/+11
2010-09-21drm/i915: use new macros to access the ring start registerDaniel Vetter1-7/+4
2010-09-21drm/i915: use new macros to access the ring tail registerDaniel Vetter1-46/+17
2010-09-21drm/i915: add relative ring register macrosDaniel Vetter1-0/+3
2010-09-21drm/i915/ringbuffer: Mark the initialisation structs as constant.Chris Wilson1-3/+3
2010-09-21drm/i915: add a new BSD ring buffer for SandybridgeXiang, Haihao1-1/+123
2010-09-21drm/i915/ringbuffer: Implement advance using set_tailChris Wilson1-15/+1
2010-09-21drm/i915: add set_tail hook in struct intel_ring_bufferXiang, Haihao1-5/+17
2010-09-21drm/i915: do not export the instances of struct intel_ring_bufferXiang, Haihao1-2/+27
2010-09-21drm/i915: Only emit a flush request on the active ring.Chris Wilson1-4/+2
2010-09-21drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson1-4/+4
2010-09-15drm/i915: Remove unused intel_ringbuffer->ring_flagChris Wilson1-2/+0
2010-09-08drm/i915: move flushing list processing to i915_retire_commandsDaniel Vetter1-0/+4
2010-09-07drm/i915: Enable MI_FLUSH on SandybridgeZhenyu Wang1-2/+6
2010-08-09drm/i915 invalidate indirect state pointers at end of ring execZou Nan hai1-0/+9
2010-08-09drm/i915/ringbuffer: Set ring->gem_buffer = NULL on init unwindChris Wilson1-14/+17
2010-08-09drm/i915: Use a common seqno for all rings.Chris Wilson1-20/+26
2010-08-09drm/i915: Inline ringbuffer_emit()Chris Wilson1-8/+0
2010-08-09drm/i915: Move ringbuffer accounting to begin/advance.Chris Wilson1-2/+3
2010-08-09drm/i915: Unroll wrapping of the ringbuffer.Chris Wilson1-2/+4
2010-07-02drm/i915: Account for space on the ring buffer consumed whilst wrapping.Chris Wilson1-0/+1
2010-06-15drm/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-27drm/i915: implement BSD ring buffer V2Zou Nan hai1-0/+153
2010-05-27drm/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