summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-21drm/i915: Dumb down the semaphore logicBen Widawsky1-1/+2
2011-06-21Revert "drm/i915: Kill GTT mappings when moving from GTT domain"Eric Anholt1-4/+0
2011-03-23drm/i915: Disable pagefaults along execbuffer relocation fast pathChris Wilson1-4/+17
2011-03-07Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-1/+2
2011-03-07drm/i915: Only wait on a pending flip if we intend to write to the bufferChris Wilson1-48/+44
2011-03-07drm/i915: Disable GPU semaphores by defaultChris Wilson1-2/+2
2011-03-01drm/i915: Re-enable GPU semaphores for SandyBridge mobileChris Wilson1-2/+1
2011-03-01drm/i915: Allow relocation deltas outside of target boChris Wilson1-10/+0
2011-02-22drm/i915: Use a device flag for non-interruptible phasesChris Wilson1-2/+2
2011-02-22drm/i915: First try a normal large kmalloc for the temporary exec buffersChris Wilson1-1/+5
2011-02-22drm/i915: Protect against drm_gem_object not being the first memberChris Wilson1-2/+2
2011-02-07drm/i915: Refine tracepointsChris Wilson1-45/+13
2011-01-24Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-1/+1
2011-01-23drm/i915: Fix use of invalid array size for ring->sync_seqnoChris Wilson1-1/+1
2011-01-19drm/i915: Trivial sparse fixesChris Wilson1-2/+0
2011-01-14drm/i915: Disable GPU semaphores on SandyBridge mobileChris Wilson1-1/+2
2011-01-13drm/i915/execbuffer: Clear domains before beginning reloc processingChris Wilson1-4/+3
2011-01-13drm/i915/execbuffer: Reorder relocations to match new object orderChris Wilson1-6/+9
2011-01-11drm/i915/execbuffer: Reorder binding of objects to favour restrictionsChris Wilson1-26/+46
2011-01-11drm/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-05drm/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-25drm/i915: Avoid allocation for execbuffer object listChris Wilson1-214/+189
2010-11-25drm/i915: Split i915_gem_execbuffer into its own file.Chris Wilson1-0/+1155