aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-09drm/i915: Try a minimal attempt to insert the whole object for relocationsChris Wilson1-1/+3
2017-10-09drm/i915: Consolidate get_fence with pin_fenceChris Wilson1-5/+5
2017-09-28Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula1-6/+6
2017-09-28Merge tag 'drm-intel-next-2017-09-07' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-4/+14
2017-09-22drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko1-1/+1
2017-09-21drm/i915: Document the split in internal and public execbuf flagsChris Wilson1-0/+2
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-6/+6
2017-09-12drm/i915: Cleanup error paths through eb_lookup_vma()Chris Wilson1-7/+4
2017-09-06drm/i915: Annotate user relocs with __userVille Syrjälä1-1/+1
2017-09-06drm/i915: Disable MI_STORE_DATA_IMM for i915g/i915gmChris Wilson1-3/+4
2017-09-05drm/i915: Annotate user relocs with __userVille Syrjälä1-1/+1
2017-09-05drm/i915: Silence sparse by using gfp_tChris Wilson1-1/+1
2017-09-05drm/i915: Silence sparse by using gfp_tChris Wilson1-1/+1
2017-09-04Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula1-3/+1
2017-08-30drm/i915: Ignore duplicate VMA stored within the per-object handle LUTChris Wilson1-0/+1
2017-08-30drm/i915: Recreate vmapping even when the object is pinnedChris Wilson1-1/+3
2017-08-29drm/i915: Don't use GPU relocations prior to cmdparser stallsChris Wilson1-1/+10
2017-08-29drm/i915: Recreate vmapping even when the object is pinnedChris Wilson1-1/+3
2017-08-29i915: Use drm_syncobj_fence_getJason Ekstrand1-3/+1
2017-08-24drm/i915: Ignore duplicate VMA stored within the per-object handle LUTChris Wilson1-0/+1
2017-08-18drm/i915: Trivial grammar fix s/opt of/opt out of/ in commentChris Wilson1-1/+1
2017-08-18drm/i915: Replace execbuf vma ht with an idrChris Wilson1-55/+24
2017-08-18drm/i915: Simplify eb_lookup_vmas()Chris Wilson1-86/+36
2017-08-18drm/i915: Convert execbuf to use struct-of-array packing for critical fieldsChris Wilson1-148/+153
2017-08-18drm/i915: Check context status before looking up our obj/vmaChris Wilson1-7/+6
2017-08-18drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcsChris Wilson1-4/+4
2017-08-15drm/i915: Add support for drm syncobjsJason Ekstrand1-5/+147
2017-08-15drm/i915: Split obj->cache_coherent to track r/wChris Wilson1-1/+13
2017-07-27drm/i915: Force CPU synchronisation even if userspace requests ASYNCChris Wilson1-4/+6
2017-07-27drm/i915: Only skip updating execobject.offset after errorChris Wilson1-3/+3
2017-07-27drm/i915: Only mark the execobject as pinned on successChris Wilson1-3/+3
2017-07-17drm/i915: Fix user ptr check size in eb_relocate_vma()Imre Deak1-1/+1
2017-06-29drm/i915: Avoid undefined behaviour of "u32 >> 32"Chris Wilson1-14/+24
2017-06-22drm/i915: Clear execbuf's vma backpointer upon releaseChris Wilson1-0/+1
2017-06-20drm/i915: Pass the right flags to i915_vma_move_to_active()Chris Wilson1-1/+1
2017-06-20drm/i915: Enable rcu-only context lookupsChris Wilson1-10/+11
2017-06-16drm/i915: Stash a pointer to the obj's resv in the vmaChris Wilson1-13/+12
2017-06-16drm/i915: Async GPU relocation processingChris Wilson1-7/+220
2017-06-16drm/i915: Allow execbuffer to use the first object as the batchChris Wilson1-1/+4
2017-06-16drm/i915: Wait upon userptr get-user-pages within execbufferChris Wilson1-0/+3
2017-06-16drm/i915: First try the previous execbuffer locationChris Wilson1-4/+8
2017-06-16drm/i915: Store a persistent reference for an object in the execbuffer cacheChris Wilson1-10/+25
2017-06-16drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson1-864/+1174
2017-06-16drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocationsChris Wilson1-0/+10
2017-06-16drm/i915: Pass vma to relocate entryChris Wilson1-60/+42
2017-06-16drm/i915: Store a direct lookup from object handle to vmaChris Wilson1-104/+160
2017-06-16drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson1-1/+1
2017-06-16drm/i915: Mark CPU cache as dirty on every transition for CPU writesChris Wilson1-14/+7
2017-06-15drm/i915: Split vma exec_link/evict_linkChris Wilson1-16/+16
2017-06-15drm/i915: Use vma->exec_entry as our double-entry placeholderChris Wilson1-36/+41