aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_execbuffer.c
AgeCommit message (Expand)Author
2021-01-17drm/i915: Fix mismatch between misplaced vma check and vma insertChris Wilson
2020-06-20make 'user_access_begin()' do 'access_ok()'Linus Torvalds
2019-11-12drm/i915/cmdparser: Add support for backward jumpsJon Bloomfield
2019-11-12drm/i915: Allow parsing of unsized batchesJon Bloomfield
2019-11-12drm/i915: Support ro ppgtt mapped cmdparser shadow buffersJon Bloomfield
2019-11-12drm/i915: Add support for mandatory cmdparsingJon Bloomfield
2019-11-12drm/i915: Remove Master tables from cmdparserJon Bloomfield
2019-11-12drm/i915: Disable Secure Batches for gen6+Jon Bloomfield
2019-11-12drm/i915: Move engine->needs_cmd_parser to engine->flagsTvrtko Ursulin
2019-11-12drm/i915: Don't use GPU relocations prior to cmdparser stallsChris Wilson
2018-04-26drm/i915: Do no use kfree() to free a kmem_cache_alloc() return valueXidong Wang
2018-03-15drm/i915: Clear the in-use marker on execbuf failureChris Wilson
2018-03-15drm/i915: Fix rsvd2 mask when out-fence is returnedDaniele Ceraolo Spurio
2017-11-08drm/i915: Reject unknown syncobj flagsTvrtko Ursulin
2017-11-01drm/i915: Check incoming alignment for unfenced buffers (on i915gm)Chris Wilson
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-09-06drm/i915: Annotate user relocs with __userVille Syrjälä
2017-09-05drm/i915: Silence sparse by using gfp_tChris Wilson
2017-08-30drm/i915: Ignore duplicate VMA stored within the per-object handle LUTChris Wilson
2017-08-30drm/i915: Recreate vmapping even when the object is pinnedChris Wilson
2017-08-29i915: Use drm_syncobj_fence_getJason Ekstrand
2017-08-18drm/i915: Trivial grammar fix s/opt of/opt out of/ in commentChris Wilson
2017-08-18drm/i915: Replace execbuf vma ht with an idrChris Wilson
2017-08-18drm/i915: Simplify eb_lookup_vmas()Chris Wilson
2017-08-18drm/i915: Convert execbuf to use struct-of-array packing for critical fieldsChris Wilson
2017-08-18drm/i915: Check context status before looking up our obj/vmaChris Wilson
2017-08-18drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcsChris Wilson
2017-08-15drm/i915: Add support for drm syncobjsJason Ekstrand
2017-08-15drm/i915: Split obj->cache_coherent to track r/wChris Wilson
2017-07-27drm/i915: Force CPU synchronisation even if userspace requests ASYNCChris Wilson
2017-07-27drm/i915: Only skip updating execobject.offset after errorChris Wilson
2017-07-27drm/i915: Only mark the execobject as pinned on successChris Wilson
2017-07-17drm/i915: Fix user ptr check size in eb_relocate_vma()Imre Deak
2017-06-29drm/i915: Avoid undefined behaviour of "u32 >> 32"Chris Wilson
2017-06-22drm/i915: Clear execbuf's vma backpointer upon releaseChris Wilson
2017-06-20drm/i915: Pass the right flags to i915_vma_move_to_active()Chris Wilson
2017-06-20drm/i915: Enable rcu-only context lookupsChris Wilson
2017-06-16drm/i915: Stash a pointer to the obj's resv in the vmaChris Wilson
2017-06-16drm/i915: Async GPU relocation processingChris Wilson
2017-06-16drm/i915: Allow execbuffer to use the first object as the batchChris Wilson
2017-06-16drm/i915: Wait upon userptr get-user-pages within execbufferChris Wilson
2017-06-16drm/i915: First try the previous execbuffer locationChris Wilson
2017-06-16drm/i915: Store a persistent reference for an object in the execbuffer cacheChris Wilson
2017-06-16drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson
2017-06-16drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocationsChris Wilson
2017-06-16drm/i915: Pass vma to relocate entryChris Wilson
2017-06-16drm/i915: Store a direct lookup from object handle to vmaChris Wilson
2017-06-16drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson
2017-06-16drm/i915: Mark CPU cache as dirty on every transition for CPU writesChris Wilson
2017-06-15drm/i915: Split vma exec_link/evict_linkChris Wilson