summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Add functions to emit register offsets to the ringVille Syrjälä2015-11-181-2/+2
* drm/i915: Kill DRI1 cliprectsChris Wilson2015-10-071-123/+31Star
* drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffsetMichel Thierry2015-10-011-0/+11
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter2015-09-301-1/+1
|\
| * drm/i915: Always mark the object as dirty when used by the GPUChris Wilson2015-09-021-1/+1
* | drm/i915: Split alloc from init for lrcNick Hoath2015-09-141-1/+1
|/
* Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter2015-07-151-1/+2
|\
| * Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-06-261-44/+46
| |\
| * | mm/fault, drm/i915: Use pagefault_disabled() to check for disabled pagefaultsDavid Hildenbrand2015-05-191-1/+2
* | | drm/i915: Expose I915_EXEC_RESOURCE_STREAMER flag and getparamAbdiel Janulgue2015-07-061-0/+14
* | | drm/i915: Move the request/file and request/pid association to creation timeJohn Harrison2015-06-231-1/+5
* | | drm/i915: Remove the now obsolete 'outstanding_lazy_request'John Harrison2015-06-231-3/+1Star
* | | drm/i915: Update intel_ring_begin() to take a request structureJohn Harrison2015-06-231-4/+4
* | | drm/i915: Update ring->dispatch_execbuffer() to take a request structureJohn Harrison2015-06-231-2/+2
* | | drm/i915: Update a bunch of execbuffer helpers to take request structuresJohn Harrison2015-06-231-5/+7
* | | drm/i915: Update [vma|object]_move_to_active() to take request structuresJohn Harrison2015-06-231-1/+1
* | | drm/i915: Update add_request() to take a request structureJohn Harrison2015-06-231-1/+1
* | | drm/i915: Update i915_gem_object_sync() to take a request structureJohn Harrison2015-06-231-1/+1
* | | drm/i915: Update i915_switch_context() to take a request structureJohn Harrison2015-06-231-1/+1
* | | drm/i915: Add flag to i915_add_request() to skip the cache flushJohn Harrison2015-06-231-1/+1
* | | drm/i915: Update execbuffer_move_to_active() to take a request structureJohn Harrison2015-06-231-3/+3
* | | drm/i915: Update move_to_gpu() to take a request structureJohn Harrison2015-06-231-6/+6
* | | drm/i915: Update the dispatch tracepoint to use params->requestJohn Harrison2015-06-231-1/+1
* | | drm/i915: Add request to execbuf params and add explicit cleanupJohn Harrison2015-06-231-2/+11
* | | drm/i915: Update alloc_request to return the allocated requestJohn Harrison2015-06-231-1/+2
* | | drm/i915: Simplify i915_gem_execbuffer_retire_commands() parametersJohn Harrison2015-06-231-8/+4Star
* | | drm/i915: Merged the many do_execbuf() parameters into a structureJohn Harrison2015-06-231-21/+38
* | | drm/i915: Early alloc request in execbuffJohn Harrison2015-06-231-0/+7
* | | drm/i915: i915_add_request must not failJohn Harrison2015-06-231-1/+1
* | | drm/i915: Enforce execobject.alignment to be a power-of-twoChris Wilson2015-06-221-0/+3
* | | drm/i915: Remove unused ring argument from frontbuffer invalidate and busy fu...Rodrigo Vivi2015-06-221-1/+1
* | | drm/i915: add a context parameter to {en, dis}able zero address mappingDavid Weinehall2015-05-291-4/+9
| |/ |/|
* | drm/i915: Inline check required for object syncing prior to execbufChris Wilson2015-05-211-3/+7
* | drm/i915: Fix possible security hole in command parsingRebecca N. Palmer2015-05-081-10/+21
* | drm/i915: Simplify cmd-parser DISPATCH_SECURE checkDaniel Vetter2015-05-081-2/+1Star
* | drm/i915: Enable cmd parser to do secure batch promotion for aliasing ppgttDaniel Vetter2015-04-301-5/+1Star
* | drm/i915: Fix up the vma aliasing ppgtt bindingDaniel Vetter2015-04-231-4/+3Star
* | drm/i915: Don't use atomics for pg_dirty_ringsDaniel Vetter2015-04-231-3/+2Star
* | drm/i915: Don't look at pg_dirty_rings for aliasing ppgttDaniel Vetter2015-04-231-3/+0Star
* | drm/i915: Dont clear PIN_GLOBAL in the execbuf pinning fallbackDaniel Vetter2015-04-201-3/+4
* | drm/i915: Split the batch pool by engineChris Wilson2015-04-101-2/+1Star
* | drm/i915: Tidy batch pool logicChris Wilson2015-04-101-8/+5Star
* | drm/i915: Rename 'do_execbuf' to 'execbuf_submit'John Harrison2015-04-011-3/+3
|/
* drm/i915: Skip allocating shadow batch for 0-length batchesChris Wilson2015-03-271-1/+1
* drm/i915: Track page table reload needBen Widawsky2015-03-201-0/+7
* drm/i915: Fallback to using CPU relocations for large batch buffersChris Wilson2015-03-201-11/+75
* drm/i915: pass which operation triggered the frontbuffer trackingPaulo Zanoni2015-03-171-1/+1
* drm/i915: Fix trivial typos in comments and warning messageYannick Guerrini2015-03-171-1/+1
* drm/i915: Rename 'flags' to 'dispatch_flags' for better code readingJohn Harrison2015-02-251-12/+13
* drm/i915: Trim the command parser allocationsChris Wilson2015-02-231-35/+39