summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-12drm/i915/execbuffer: Reorder binding of objects to favour restrictionsChris Wilson1-26/+46
2011-01-12drm/i915/execbuffer: Correctly clear the current object list upon EFAULTChris Wilson1-3/+1
2011-01-11drm/i915: Propagate error from flushing the ringChris Wilson1-10/+18
2011-01-11drm/i915: Handle ringbuffer stalls when flushingChris Wilson1-5/+7
2011-01-11drm/i915: Enforce write ordering through the GTTChris Wilson1-0/+3
2010-12-20drm/i915: Allow the application to choose the constant addressing modeChris Wilson1-1/+34
2010-12-09drm/i915: Mark the user reloc error paths as unlikelyChris Wilson1-9/+8
2010-12-09drm/i915: Eliminate drm_gem_object_lookup during relocationChris Wilson1-27/+123
2010-12-06drm/i915: Ignore fenced commands for gpu access on gen4Chris Wilson1-11/+16
2010-12-05drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson1-22/+72
2010-12-02drm/i915: Pipelined fencing [infrastructure]Chris Wilson1-7/+13
2010-12-02drm/i915: Prevent stalling for a GTT read back from a read-only GPU targetChris Wilson1-0/+1
2010-11-30drm/i915/ringbuffer: Handle cliprects in the callerChris Wilson1-5/+25
2010-11-28drm/i915/execbuffer: On error, starting unwinding from the previous objectChris Wilson1-0/+3
2010-11-26drm/i915: Avoid allocation for execbuffer object listChris Wilson1-214/+189
2010-11-26drm/i915: Split i915_gem_execbuffer into its own file.Chris Wilson1-0/+1155