summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Do no use kfree() to free a kmem_cache_alloc() return valueXidong Wang2018-04-261-1/+1
* drm/i915: Clear the in-use marker on execbuf failureChris Wilson2018-03-151-0/+2
* drm/i915: Fix rsvd2 mask when out-fence is returnedDaniele Ceraolo Spurio2018-03-151-1/+1
* drm/i915: Reject unknown syncobj flagsTvrtko Ursulin2017-11-081-0/+8
* drm/i915: Check incoming alignment for unfenced buffers (on i915gm)Chris Wilson2017-11-011-0/+4
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-6/+6
* drm/i915: Annotate user relocs with __userVille Syrjälä2017-09-061-1/+1
* drm/i915: Silence sparse by using gfp_tChris Wilson2017-09-051-1/+1
* drm/i915: Ignore duplicate VMA stored within the per-object handle LUTChris Wilson2017-08-301-0/+1
* drm/i915: Recreate vmapping even when the object is pinnedChris Wilson2017-08-301-1/+3
* i915: Use drm_syncobj_fence_getJason Ekstrand2017-08-291-3/+1
* drm/i915: Trivial grammar fix s/opt of/opt out of/ in commentChris Wilson2017-08-181-1/+1
* drm/i915: Replace execbuf vma ht with an idrChris Wilson2017-08-181-55/+24
* drm/i915: Simplify eb_lookup_vmas()Chris Wilson2017-08-181-86/+36
* drm/i915: Convert execbuf to use struct-of-array packing for critical fieldsChris Wilson2017-08-181-148/+153
* drm/i915: Check context status before looking up our obj/vmaChris Wilson2017-08-181-7/+6
* drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcsChris Wilson2017-08-181-4/+4
* drm/i915: Add support for drm syncobjsJason Ekstrand2017-08-151-5/+147
* drm/i915: Split obj->cache_coherent to track r/wChris Wilson2017-08-151-1/+13
* drm/i915: Force CPU synchronisation even if userspace requests ASYNCChris Wilson2017-07-271-4/+6
* drm/i915: Only skip updating execobject.offset after errorChris Wilson2017-07-271-3/+3
* drm/i915: Only mark the execobject as pinned on successChris Wilson2017-07-271-3/+3
* drm/i915: Fix user ptr check size in eb_relocate_vma()Imre Deak2017-07-171-1/+1
* drm/i915: Avoid undefined behaviour of "u32 >> 32"Chris Wilson2017-06-291-14/+24
* drm/i915: Clear execbuf's vma backpointer upon releaseChris Wilson2017-06-221-0/+1
* drm/i915: Pass the right flags to i915_vma_move_to_active()Chris Wilson2017-06-201-1/+1
* drm/i915: Enable rcu-only context lookupsChris Wilson2017-06-201-10/+11
* drm/i915: Stash a pointer to the obj's resv in the vmaChris Wilson2017-06-161-13/+12
* drm/i915: Async GPU relocation processingChris Wilson2017-06-161-7/+220
* drm/i915: Allow execbuffer to use the first object as the batchChris Wilson2017-06-161-1/+4
* drm/i915: Wait upon userptr get-user-pages within execbufferChris Wilson2017-06-161-0/+3
* drm/i915: First try the previous execbuffer locationChris Wilson2017-06-161-4/+8
* drm/i915: Store a persistent reference for an object in the execbuffer cacheChris Wilson2017-06-161-10/+25
* drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson2017-06-161-864/+1174
* drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocationsChris Wilson2017-06-161-0/+10
* drm/i915: Pass vma to relocate entryChris Wilson2017-06-161-60/+42
* drm/i915: Store a direct lookup from object handle to vmaChris Wilson2017-06-161-104/+160
* drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson2017-06-161-1/+1
* drm/i915: Mark CPU cache as dirty on every transition for CPU writesChris Wilson2017-06-161-14/+7
* drm/i915: Split vma exec_link/evict_linkChris Wilson2017-06-151-16/+16
* drm/i915: Use vma->exec_entry as our double-entry placeholderChris Wilson2017-06-151-36/+41
* drm/i915: Amalgamate execbuffer parameter structuresChris Wilson2017-06-151-317/+232
* Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-05-301-0/+12
|\
| * drm/i915: Copy user requested buffers into the error stateChris Wilson2017-04-151-0/+12
* | drm: drop drm_[cm]alloc* helpersMichal Hocko2017-05-181-17/+17
|/
* drm/i915: Align "unfenced" tiled access on gen2, early gen3Chris Wilson2017-03-271-1/+3
* drm/i915: Drop spinlocks around adding to the client request listChris Wilson2017-03-021-4/+10
* drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke2017-02-241-48/+2
* drm/i915: Perform object clflushing asynchronouslyChris Wilson2017-02-221-3/+6
* drm/i915: Remove change_domain tracepointChris Wilson2017-02-221-3/+0