summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-15Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter1-1/+2
2015-07-06drm/i915: Expose I915_EXEC_RESOURCE_STREAMER flag and getparamAbdiel Janulgue1-0/+14
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-44/+46
2015-06-23drm/i915: Move the request/file and request/pid association to creation timeJohn Harrison1-1/+5
2015-06-23drm/i915: Remove the now obsolete 'outstanding_lazy_request'John Harrison1-3/+1
2015-06-23drm/i915: Update intel_ring_begin() to take a request structureJohn Harrison1-4/+4
2015-06-23drm/i915: Update ring->dispatch_execbuffer() to take a request structureJohn Harrison1-2/+2
2015-06-23drm/i915: Update a bunch of execbuffer helpers to take request structuresJohn Harrison1-5/+7
2015-06-23drm/i915: Update [vma|object]_move_to_active() to take request structuresJohn Harrison1-1/+1
2015-06-23drm/i915: Update add_request() to take a request structureJohn Harrison1-1/+1
2015-06-23drm/i915: Update i915_gem_object_sync() to take a request structureJohn Harrison1-1/+1
2015-06-23drm/i915: Update i915_switch_context() to take a request structureJohn Harrison1-1/+1
2015-06-23drm/i915: Add flag to i915_add_request() to skip the cache flushJohn Harrison1-1/+1
2015-06-23drm/i915: Update execbuffer_move_to_active() to take a request structureJohn Harrison1-3/+3
2015-06-23drm/i915: Update move_to_gpu() to take a request structureJohn Harrison1-6/+6
2015-06-23drm/i915: Update the dispatch tracepoint to use params->requestJohn Harrison1-1/+1
2015-06-23drm/i915: Add request to execbuf params and add explicit cleanupJohn Harrison1-2/+11
2015-06-23drm/i915: Update alloc_request to return the allocated requestJohn Harrison1-1/+2
2015-06-23drm/i915: Simplify i915_gem_execbuffer_retire_commands() parametersJohn Harrison1-8/+4
2015-06-23drm/i915: Merged the many do_execbuf() parameters into a structureJohn Harrison1-21/+38
2015-06-23drm/i915: Early alloc request in execbuffJohn Harrison1-0/+7
2015-06-23drm/i915: i915_add_request must not failJohn Harrison1-1/+1
2015-06-22drm/i915: Enforce execobject.alignment to be a power-of-twoChris Wilson1-0/+3
2015-06-22drm/i915: Remove unused ring argument from frontbuffer invalidate and busy fu...Rodrigo Vivi1-1/+1
2015-05-29drm/i915: add a context parameter to {en, dis}able zero address mappingDavid Weinehall1-4/+9
2015-05-21drm/i915: Inline check required for object syncing prior to execbufChris Wilson1-3/+7
2015-05-19mm/fault, drm/i915: Use pagefault_disabled() to check for disabled pagefaultsDavid Hildenbrand1-1/+2
2015-05-08drm/i915: Fix possible security hole in command parsingRebecca N. Palmer1-10/+21
2015-05-08drm/i915: Simplify cmd-parser DISPATCH_SECURE checkDaniel Vetter1-2/+1
2015-04-30drm/i915: Enable cmd parser to do secure batch promotion for aliasing ppgttDaniel Vetter1-5/+1
2015-04-23drm/i915: Fix up the vma aliasing ppgtt bindingDaniel Vetter1-4/+3
2015-04-23drm/i915: Don't use atomics for pg_dirty_ringsDaniel Vetter1-3/+2
2015-04-23drm/i915: Don't look at pg_dirty_rings for aliasing ppgttDaniel Vetter1-3/+0
2015-04-20drm/i915: Dont clear PIN_GLOBAL in the execbuf pinning fallbackDaniel Vetter1-3/+4
2015-04-10drm/i915: Split the batch pool by engineChris Wilson1-2/+1
2015-04-10drm/i915: Tidy batch pool logicChris Wilson1-8/+5
2015-04-01drm/i915: Rename 'do_execbuf' to 'execbuf_submit'John Harrison1-3/+3
2015-03-27drm/i915: Skip allocating shadow batch for 0-length batchesChris Wilson1-1/+1
2015-03-20drm/i915: Track page table reload needBen Widawsky1-0/+7
2015-03-20drm/i915: Fallback to using CPU relocations for large batch buffersChris Wilson1-11/+75
2015-03-17drm/i915: pass which operation triggered the frontbuffer trackingPaulo Zanoni1-1/+1
2015-03-17drm/i915: Fix trivial typos in comments and warning messageYannick Guerrini1-1/+1
2015-02-25drm/i915: Rename 'flags' to 'dispatch_flags' for better code readingJohn Harrison1-12/+13
2015-02-23drm/i915: Trim the command parser allocationsChris Wilson1-35/+39
2015-01-27drm/i915: Specify bsd rings through exec flagZhipeng Gong1-2/+24
2015-01-12Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter1-3/+0
2015-01-08drm/i915: Reserve shadow batch VMA analogue to othersTvrtko Ursulin1-0/+2
2014-12-24Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"Dave Airlie1-3/+0
2014-12-16drm/i915: Tidy up execbuffer command parsing codeBrad Volkin1-55/+69
2014-12-16drm/i915: Mark shadow batch buffers as purgeableBrad Volkin1-1/+8