summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-041-309/+82Star
|\
| * drm/i915: Assert that the exec object lookup table is a power-of-twoChris Wilson2012-09-201-0/+1
| * drm/i915: Drop the misleading cast to the wrong user pointer typeChris Wilson2012-09-201-6/+3Star
| * drm/i915: Replace the array of pages with a scatterlistChris Wilson2012-09-201-1/+2
| * drm/i915: Avoid unbinding due to an interrupted pin_and_fence during execbufferChris Wilson2012-08-241-69/+45Star
| * drm/i915: Use cpu relocations if the object is in the GTT but not mappableChris Wilson2012-08-241-0/+1
| * drm/i915: Only pwrite through the GTT if there is space in the apertureChris Wilson2012-08-241-1/+1
| * drm/i915: Track unbound pagesChris Wilson2012-08-211-7/+2Star
| * Merge tag 'v3.6-rc2' into drm-intel-nextDaniel Vetter2012-08-171-10/+10
| |\
| * | drm/i915: Avoid concurrent access when marking the device as idle/busyChris Wilson2012-07-251-3/+1Star
| * | drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcsChris Wilson2012-07-251-8/+1Star
| * | drm/i915: Clear the pending_gpu_fenced_access flag at the start of execbufferChris Wilson2012-07-251-0/+1
| * | drm/i915: Replace the complex flushing logic with simple invalidate/flush allDaniel Vetter2012-07-251-202/+20Star
| * | drm/i915: Remove the per-ring write listChris Wilson2012-07-251-5/+2Star
| * | drm/i915: Replace the pending_gpu_write flag with an explicit seqnoChris Wilson2012-07-251-1/+1
| * | drm/i915: Allow late allocation of request for i915_add_request()Chris Wilson2012-07-251-6/+1Star
* | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
* | | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-021-1/+0Star
| |/ |/|
* | drm/i915: Don't forget to apply SNB PIPE_CONTROL GTT workaround.Eric Anholt2012-08-051-10/+10
|/
* drm/i915: Set the context before setting up regs for the context.Eric Anholt2012-07-251-4/+4
* drm/i915: Insert a flush between batches if the breadcrumb was droppedChris Wilson2012-07-201-2/+7
* drm/i915: disable flushing_list/gpu_write_listDaniel Vetter2012-06-201-40/+12Star
* drm/i915/context: switch contexts with execbuf2Ben Widawsky2012-06-141-0/+16
* drm/i915: Check whether the ring is initialised prior to dispatchChris Wilson2012-05-191-8/+5Star
* drm/i915: Limit calling mark-busy only for potential scanoutsChris Wilson2012-05-081-1/+4
* Merge remote-tracking branch 'airlied/drm-core-next' into drm-intel-next-queuedDaniel Vetter2012-05-081-1/+8
|\
| * Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter2012-05-071-1/+7
| |\
| | * drm/i915: fix integer overflow in i915_gem_do_execbuffer()Xi Wang2012-04-231-0/+5
| | * drm/i915: fix integer overflow in i915_gem_execbuffer2()Xi Wang2012-04-231-1/+2
* | | drm/i915: disallow clip rects on gen5+Daniel Vetter2012-05-031-0/+5
* | | drm/i915: remove do_retire from i915_wait_requestBen Widawsky2012-05-031-1/+2
|/ /
* | drm/i915: Remove the pipelined parameter from get_fence()Chris Wilson2012-04-181-1/+1
* | drm/i915: Always flush tiling changes before accessing through the GTTChris Wilson2012-04-181-1/+5
* | drm/i915: use semaphores for the display planeBen Widawsky2012-04-121-59/+1Star
* | drm/i915: Reorganise rules for get_fence/put_fenceChris Wilson2012-04-121-10/+5Star
* | Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie2012-04-121-26/+68
|\ \ | |/ |/|
| * mm: extend prefault helpers to fault in more than PAGE_SIZEDaniel Vetter2012-03-271-1/+1
| * drm/i915: Avoid using mappable space for relocation processing through the CPUChris Wilson2012-03-271-11/+25
| * drm/i915: Batch copy_from_user for relocation processingChris Wilson2012-03-261-13/+29
| * drm/i915: implement SNB workaround for lazy global gttDaniel Vetter2012-03-201-1/+13
* | drm/i915: Mark untiled BLT commands as fenced on gen2/3Chris Wilson2012-04-011-1/+1
|/
* Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queuedDaniel Vetter2012-02-101-2/+2
|\
| * Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-01-101-12/+51
| |\
| * | drm/i915: Disable semaphores by default on SNBKeith Packard2011-12-271-2/+2
* | | drm/i915: ppgtt binding/unbinding supportDaniel Vetter2012-02-091-0/+9
* | | drm/i915: s/DRM_ERROR/DRM_DEBUG in i915_gem_execbuffer.cDaniel Vetter2012-02-091-25/+25
* | | drm/i915: reject GTT domain in relocationsDaniel Vetter2012-01-291-2/+3
* | | drm/i915: Separate fence pin counting from normal bind pin countingChris Wilson2012-01-291-49/+90
* | | drm/i915: switch ring->id to be a real idDaniel Vetter2012-01-291-2/+2
* | | drm/i915: argument to control retiring behaviorBen Widawsky2012-01-261-1/+1
| |/ |/|