aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
AgeCommit message (Expand)Author
2011-02-02drm/i915: Invalidate TLB caches on SNB BLT/BSD ringsChris Wilson
2011-01-20drm/i915/ringbuffer: Fix use of stale HEAD position whilst polling for spaceChris Wilson
2011-01-20drm/i915: Initialise ring vfuncs for old DRI pathsChris Wilson
2011-01-11drm/i915: Make the ring IMR handling privateChris Wilson
2011-01-11drm/i915/ringbuffer: Simplify the ring irq refcountingChris Wilson
2011-01-11drm/i915: Mask USER interrupts on gen6 (until required)Chris Wilson
2011-01-11drm/i915: Handle ringbuffer stalls when flushingChris Wilson
2011-01-11drm/i915: Workaround erratum on i830 for TAIL pointer within last 2 cachelinesChris Wilson
2010-12-15Revert "drm/i915: Avoid using PIPE_CONTROL on Ironlake"Chris Wilson
2010-12-14drm/i915/ringbuffer: Make IRQ refcnting atomicChris Wilson
2010-12-09Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-12-09drm/i915/ringbuffer: Handle wrapping of the autoreported HEADChris Wilson
2010-12-07Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-12-05drm/i915: Avoid using PIPE_CONTROL on IronlakeChris Wilson
2010-12-05drm/i915/ringbuffer: Only print an error on the second attempt to reset headChris Wilson
2010-12-05drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson
2010-11-30drm/i915/ringbuffer: Handle cliprects in the callerChris Wilson
2010-11-30drm/i915: Move instruction state invalidation from execbuffer to flushChris Wilson
2010-11-23drm/i915: Move the implementation details of PIPE_CONTROL to the ringbufferChris Wilson
2010-11-23drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson
2010-11-11Revert "drm/i915/ringbuffer: Ignore failure to setup the ring on Sandybridge"Chris Wilson
2010-11-11drm/i915/ringbuffer: set FORCE_WAKE bit before reading ring registerZou Nan hai
2010-11-08drm/i915/ringbuffer: Use the HEAD auto-reporting mechanismChris Wilson
2010-11-07drm/i915/ringbuffer: Ignore failure to setup the ring on SandybridgeChris Wilson
2010-11-07drm/i915/ringbuffer: Be consistent in use of ring->size when initialisingChris Wilson
2010-11-04drm/i915: kill mappable/fenceable disdinctionDaniel Vetter
2010-11-02drm/i915: Drop the iomem accessors when writing to the kmapped blt batchChris Wilson
2010-11-02drm/i915: SNB BLT workaroundChris Wilson
2010-11-02drm/i915: SNB BLT workaroundZou Nan hai
2010-10-29drm/i915/ringbuffer: Use the HEAD auto-reporting mechanismChris Wilson
2010-10-29drm/i915: Check if the GPU hung whilst waiting for the ring to clearChris Wilson
2010-10-29drm/i915/ringbuffer: Remove duplicate initialisation of ring controlChris Wilson
2010-10-29drm/i915/ringbuffer: Disable the ringbuffer on cleanup.Chris Wilson
2010-10-29drm/i915: Only enforce fence limits inside the GTT.Chris Wilson
2010-10-28drm/i915/ringbuffer: Check that we setup the ringbufferChris Wilson
2010-10-27drm/i915: range-restricted bind_to_gttDaniel Vetter
2010-10-27drm/i915: Propagate error from failing to queue a requestChris Wilson
2010-10-27drm/i915: Propagate errors from writing to ringbufferChris Wilson
2010-10-27drm/i915/ringbuffer: Drop the redundant dev from the vfunc interfaceChris Wilson
2010-10-24drm/i915: Move gpu_write_list to per-ringChris Wilson
2010-10-22drm/i915/ringbuffer: Write the value passed in to the tail registerChris Wilson
2010-10-21drm/i915: IS_IRONLAKE is synonymous with gen == 5Chris Wilson
2010-10-21drm/i915: Enable SandyBridge blitter ringChris Wilson
2010-10-21drm/i915/ringbuffer: Remove broken intel_fill_struct()Chris Wilson
2010-10-21drm/i915/ringbuffer: Fix emit batch buffer regression from 8187a2bChris Wilson
2010-10-19drm/i915: Sleep whilst waiting for the ringChris Wilson
2010-09-30drm/i915/debug: Convert i915_verify_active() to scan all listsChris Wilson
2010-09-25drm/i915: kill ring->setup_status_pageDaniel Vetter
2010-09-25drm/i915: kill ring->get_active_headDaniel Vetter
2010-09-25drm/i915: kill per-ring macrosDaniel Vetter