Merge branch '3.4-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[linux-flexiantxendom0-3.2.10.git] / drivers / gpu / drm / i915 / i915_gem_execbuffer.c
2012-04-23 Xi Wangdrm/i915: fix integer overflow in i915_gem_do_execbuffer()
2012-04-23 Xi Wangdrm/i915: fix integer overflow in i915_gem_execbuffer2()
2012-04-01 Chris Wilsondrm/i915: Mark untiled BLT commands as fenced on gen2/3
2012-02-14 Dave AirlieMerge tag 'drm-intel-next-2012-02-07' of git://people...
2012-02-10 Daniel VetterMerge remote-tracking branch 'airlied/drm-fixes' into...
2012-02-09 Daniel Vetterdrm/i915: ppgtt binding/unbinding support
2012-02-09 Daniel Vetterdrm/i915: s/DRM_ERROR/DRM_DEBUG in i915_gem_execbuffer.c
2012-01-29 Daniel Vetterdrm/i915: reject GTT domain in relocations
2012-01-29 Chris Wilsondrm/i915: Separate fence pin counting from normal bind...
2012-01-29 Daniel Vetterdrm/i915: switch ring->id to be a real id
2012-01-26 Ben Widawskydrm/i915: argument to control retiring behavior
2012-01-10 Linus TorvaldsMerge branch 'drm-core-next' of git://people.freedeskto...
2012-01-03 Eric Anholtdrm/i915: Add support for resetting the SO write pointe...
2012-01-03 Ben Widawskydrm/i915: Force sync command ordering (Gen6+)
2012-01-03 Ben Widawskydrm/i915: relative_constants_mode race fix
2011-12-27 Keith Packarddrm/i915: Disable semaphores by default on SNB
2011-12-16 Eugeni Dodonovdrm/i915: enable semaphores on per-device defaults
2011-09-21 Ben Widawskydrm/i915: Dumb down the semaphore logic
2011-06-21 Eric AnholtRevert "drm/i915: Kill GTT mappings when moving from...
2011-03-23 Chris Wilsondrm/i915: Disable pagefaults along execbuffer relocatio...
2011-03-07 Chris WilsonMerge branch 'drm-intel-fixes' into drm-intel-next
2011-03-07 Chris Wilsondrm/i915: Only wait on a pending flip if we intend...
2011-03-07 Chris Wilsondrm/i915: Disable GPU semaphores by default
2011-03-01 Chris Wilsondrm/i915: Re-enable GPU semaphores for SandyBridge...
2011-03-01 Chris Wilsondrm/i915: Allow relocation deltas outside of target bo
2011-02-22 Chris Wilsondrm/i915: Use a device flag for non-interruptible phases
2011-02-22 Chris Wilsondrm/i915: First try a normal large kmalloc for the...
2011-02-22 Chris Wilsondrm/i915: Protect against drm_gem_object not being...
2011-02-07 Chris Wilsondrm/i915: Refine tracepoints
2011-01-24 Chris WilsonMerge branch 'drm-intel-fixes' into drm-intel-next
2011-01-23 Chris Wilsondrm/i915: Fix use of invalid array size for ring->sync_...
2011-01-19 Chris Wilsondrm/i915: Trivial sparse fixes
2011-01-14 Chris Wilsondrm/i915: Disable GPU semaphores on SandyBridge mobile
2011-01-13 Chris Wilsondrm/i915/execbuffer: Clear domains before beginning...
2011-01-13 Chris Wilsondrm/i915/execbuffer: Reorder relocations to match new...
2011-01-11 Chris Wilsondrm/i915/execbuffer: Reorder binding of objects to...
2011-01-11 Chris Wilsondrm/i915/execbuffer: Correctly clear the current object...
2011-01-11 Chris Wilsondrm/i915: Propagate error from flushing the ring
2011-01-11 Chris Wilsondrm/i915: Handle ringbuffer stalls when flushing
2011-01-11 Chris Wilsondrm/i915: Enforce write ordering through the GTT
2010-12-20 Chris Wilsondrm/i915: Allow the application to choose the constant...
2010-12-09 Chris Wilsondrm/i915: Mark the user reloc error paths as unlikely
2010-12-09 Chris Wilsondrm/i915: Eliminate drm_gem_object_lookup during relocation
2010-12-05 Chris Wilsondrm/i915: Ignore fenced commands for gpu access on...
2010-12-05 Chris Wilsondrm/i915: Implement GPU semaphores for inter-ring synch...
2010-12-02 Chris Wilsondrm/i915: Pipelined fencing [infrastructure]
2010-12-02 Chris Wilsondrm/i915: Prevent stalling for a GTT read back from...
2010-11-30 Chris Wilsondrm/i915/ringbuffer: Handle cliprects in the caller
2010-11-28 Chris Wilsondrm/i915/execbuffer: On error, starting unwinding from...
2010-11-25 Chris Wilsondrm/i915: Avoid allocation for execbuffer object list
2010-11-25 Chris Wilsondrm/i915: Split i915_gem_execbuffer into its own file.