summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Sleep whilst waiting for the ringChris Wilson2010-10-191-1/+1
* drm/i915/debug: Convert i915_verify_active() to scan all listsChris Wilson2010-09-301-2/+2
* drm/i915: kill ring->setup_status_pageDaniel Vetter2010-09-251-22/+3
* drm/i915: kill ring->get_active_headDaniel Vetter2010-09-251-19/+2
* drm/i915: kill per-ring macrosDaniel Vetter2010-09-251-11/+14
* drm/i915: fix ACTHD for gen <= 3Daniel Vetter2010-09-251-1/+1
* drm/i915: Only hold a process-local lock whilst throttling.Chris Wilson2010-09-241-9/+7
* drm/i915/ringbuffer: whitespace cleanupChris Wilson2010-09-211-59/+64
* drm/i915: drop alignment ringbuffer parameterDaniel Vetter2010-09-211-4/+1
* drm/i915: don't explicitly initialize ringbuffer members to zeroDaniel Vetter2010-09-211-33/+0
* drm/i915: use new macros to access the ring ctl registerDaniel Vetter2010-09-211-14/+5
* drm/i915: use new macros to access the ring head registerDaniel Vetter2010-09-211-37/+11
* drm/i915: use new macros to access the ring start registerDaniel Vetter2010-09-211-7/+4
* drm/i915: use new macros to access the ring tail registerDaniel Vetter2010-09-211-46/+17
* drm/i915: add relative ring register macrosDaniel Vetter2010-09-211-0/+3
* drm/i915/ringbuffer: Mark the initialisation structs as constant.Chris Wilson2010-09-211-3/+3
* drm/i915: add a new BSD ring buffer for SandybridgeXiang, Haihao2010-09-211-1/+123
* drm/i915/ringbuffer: Implement advance using set_tailChris Wilson2010-09-211-15/+1
* drm/i915: add set_tail hook in struct intel_ring_bufferXiang, Haihao2010-09-211-5/+17
* drm/i915: do not export the instances of struct intel_ring_bufferXiang, Haihao2010-09-211-2/+27
* drm/i915: Only emit a flush request on the active ring.Chris Wilson2010-09-211-4/+2
* drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson2010-09-211-4/+4
* drm/i915: Remove unused intel_ringbuffer->ring_flagChris Wilson2010-09-141-2/+0
* drm/i915: move flushing list processing to i915_retire_commandsDaniel Vetter2010-09-081-0/+4
* drm/i915: Enable MI_FLUSH on SandybridgeZhenyu Wang2010-09-071-2/+6
* drm/i915 invalidate indirect state pointers at end of ring execZou Nan hai2010-08-091-0/+9
* drm/i915/ringbuffer: Set ring->gem_buffer = NULL on init unwindChris Wilson2010-08-091-14/+17
* drm/i915: Use a common seqno for all rings.Chris Wilson2010-08-091-20/+26
* drm/i915: Inline ringbuffer_emit()Chris Wilson2010-08-091-8/+0
* drm/i915: Move ringbuffer accounting to begin/advance.Chris Wilson2010-08-091-2/+3
* drm/i915: Unroll wrapping of the ringbuffer.Chris Wilson2010-08-091-2/+4
* drm/i915: Account for space on the ring buffer consumed whilst wrapping.Chris Wilson2010-07-011-0/+1
* drm/i915: Fix incorrect intel_ring_begin size in BSD ringbuffer.Zou Nan hai2010-06-141-4/+5
* drm/i915: Fix PIPE_CONTROL command on SandybridgeZhenyu Wang2010-05-281-2/+14
* drm/i915: implement BSD ring buffer V2Zou Nan hai2010-05-261-0/+153
* drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai2010-05-261-233/+349
* drm/i915: Rename dev_priv->ring to dev_priv->render_ring.Eric Anholt2010-05-261-14/+14
* drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.Eric Anholt2010-05-261-0/+568
OpenPOWER on IntegriCloud