aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
Commit message (Expand)AuthorAge
* drm/i915: Limit calling mark-busy only for potential scanoutsChris Wilson2012-05-08
* Merge remote-tracking branch 'airlied/drm-core-next' into drm-intel-next-queuedDaniel Vetter2012-05-08
|\
| * Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter2012-05-07
| |\
| | * drm/i915: fix integer overflow in i915_gem_do_execbuffer()Xi Wang2012-04-23
| | * drm/i915: fix integer overflow in i915_gem_execbuffer2()Xi Wang2012-04-23
* | | drm/i915: disallow clip rects on gen5+Daniel Vetter2012-05-03
* | | drm/i915: remove do_retire from i915_wait_requestBen Widawsky2012-05-03
|/ /
* | drm/i915: Remove the pipelined parameter from get_fence()Chris Wilson2012-04-18
* | drm/i915: Always flush tiling changes before accessing through the GTTChris Wilson2012-04-18
* | drm/i915: use semaphores for the display planeBen Widawsky2012-04-12
* | drm/i915: Reorganise rules for get_fence/put_fenceChris Wilson2012-04-12
* | Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie2012-04-12
|\ \ | |/ |/|
| * mm: extend prefault helpers to fault in more than PAGE_SIZEDaniel Vetter2012-03-27
| * drm/i915: Avoid using mappable space for relocation processing through the CPUChris Wilson2012-03-27
| * drm/i915: Batch copy_from_user for relocation processingChris Wilson2012-03-26
| * drm/i915: implement SNB workaround for lazy global gttDaniel Vetter2012-03-20
* | drm/i915: Mark untiled BLT commands as fenced on gen2/3Chris Wilson2012-04-01
|/
* Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queuedDaniel Vetter2012-02-10
|\
| * Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-01-10
| |\
| * | drm/i915: Disable semaphores by default on SNBKeith Packard2011-12-27
* | | drm/i915: ppgtt binding/unbinding supportDaniel Vetter2012-02-09
* | | drm/i915: s/DRM_ERROR/DRM_DEBUG in i915_gem_execbuffer.cDaniel Vetter2012-02-09
* | | drm/i915: reject GTT domain in relocationsDaniel Vetter2012-01-29
* | | drm/i915: Separate fence pin counting from normal bind pin countingChris Wilson2012-01-29
* | | drm/i915: switch ring->id to be a real idDaniel Vetter2012-01-29
* | | drm/i915: argument to control retiring behaviorBen Widawsky2012-01-26
| |/ |/|
* | drm/i915: Add support for resetting the SO write pointers on gen7.Eric Anholt2012-01-03
* | drm/i915: Force sync command ordering (Gen6+)Ben Widawsky2012-01-03
* | drm/i915: relative_constants_mode race fixBen Widawsky2012-01-03
|/
* drm/i915: enable semaphores on per-device defaultsEugeni Dodonov2011-12-16
* drm/i915: Dumb down the semaphore logicBen Widawsky2011-09-21
* Revert "drm/i915: Kill GTT mappings when moving from GTT domain"Eric Anholt2011-06-21
* drm/i915: Disable pagefaults along execbuffer relocation fast pathChris Wilson2011-03-23
* Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2011-03-07
|\
| * drm/i915: Disable GPU semaphores by defaultChris Wilson2011-03-07
* | drm/i915: Only wait on a pending flip if we intend to write to the bufferChris Wilson2011-03-07
* | drm/i915: Re-enable GPU semaphores for SandyBridge mobileChris Wilson2011-03-01
* | drm/i915: Allow relocation deltas outside of target boChris Wilson2011-03-01
* | drm/i915: Use a device flag for non-interruptible phasesChris Wilson2011-02-22
* | drm/i915: First try a normal large kmalloc for the temporary exec buffersChris Wilson2011-02-22
* | drm/i915: Protect against drm_gem_object not being the first memberChris Wilson2011-02-22
* | drm/i915: Refine tracepointsChris Wilson2011-02-07
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2011-01-24
|\|
| * drm/i915: Fix use of invalid array size for ring->sync_seqnoChris Wilson2011-01-23
* | drm/i915: Trivial sparse fixesChris Wilson2011-01-19
|/
* drm/i915: Disable GPU semaphores on SandyBridge mobileChris Wilson2011-01-14
* drm/i915/execbuffer: Clear domains before beginning reloc processingChris Wilson2011-01-13
* drm/i915/execbuffer: Reorder relocations to match new object orderChris Wilson2011-01-13
* drm/i915/execbuffer: Reorder binding of objects to favour restrictionsChris Wilson2011-01-11
* drm/i915/execbuffer: Correctly clear the current object list upon EFAULTChris Wilson2011-01-11