summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Move the magical deferred context allocation into the requestChris Wilson2016-04-281-8/+0Star
* drm/i915: Late request cancellations are harmfulChris Wilson2016-04-141-11/+4Star
* drm,i915: Introduce drm_malloc_gfp()Chris Wilson2016-04-111-5/+3Star
* drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen2016-03-311-5/+7
* drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen2016-03-181-3/+3
* drm/i915: More renaming of rings to enginesTvrtko Ursulin2016-03-161-2/+2
* drm/i915: More intel_engine_cs renamingTvrtko Ursulin2016-03-161-2/+2
* drm/i915: Rename intel_engine_cs struct membersTvrtko Ursulin2016-03-161-12/+12
* drm/i915: Rename intel_engine_cs function parametersTvrtko Ursulin2016-03-161-15/+19
* drm/i915: Rename local struct intel_engine_cs variablesTvrtko Ursulin2016-03-161-36/+38
* drm/i915: Reduce the pointer dance of i915_is_ggtt()Chris Wilson2016-02-261-3/+2Star
* Fix pointer tests in error-handling pathsDave Gordon2016-01-281-1/+1
* drm/i915: Fix VCS ring selection after uapi decouplingTvrtko Ursulin2016-01-281-0/+1
* drm/i915: Decouple execbuf uAPI from internal implementationTvrtko Ursulin2016-01-211-67/+72
* drm/i915: simplify allocation of driver-internal requestsDave Gordon2016-01-211-5/+9
* drm/i915: use hlist_for_each_entryGeliang Tang2016-01-181-5/+2Star
* drm/i915: Use MI_BATCH_BUFFER_START on 830/845Ville Syrjälä2016-01-121-0/+3
* drm/i915: Avoid writing relocs with addresses in non-canonical formMichał Winiarski2016-01-051-4/+48
* drm/i915: mark GEM object pages dirty when mapped & written by the CPUDave Gordon2015-12-111-4/+4
* drm/i915: Add soft-pinning API for execbufferChris Wilson2015-12-091-2/+14
* 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