summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-17drm/i915/gem: Use to_gt() helperMichał Winiarski1-2/+2
2021-12-03drm/i915: Fix error pointer dereference in i915_gem_do_execbuffer()Dan Carpenter1-0/+1
2021-12-01drm/i915: Update error capture code to avoid using the current vma stateThomas Hellström1-23/+112
2021-11-19drm/i915: Remove resv from i915_vmaMaarten Lankhorst1-2/+2
2021-10-25drm/i915: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Wan Jiabing1-1/+1
2021-10-20drm/i915: expand on the kernel-doc for cache_dirtyMatthew Auld1-0/+11
2021-10-15drm/i915: Update I915_GEM_BUSY IOCTL to understand composite fencesMatthew Brost1-1/+4
2021-10-15drm/i915: Multi-BB execbufMatthew Brost1-239/+544
2021-10-04drm/i915/pxp: Add plane decryption supportAnshuman Gupta1-1/+1
2021-10-04drm/i915/pxp: interfaces for using protected objectsDaniele Ceraolo Spurio1-0/+18
2021-09-15Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen1-4/+2
2021-09-06drm/i915: Add i915_gem_context_is_full_ppgttDaniel Vetter1-1/+1
2021-09-06drm/i915: Drop code to handle set-vm races from execbufDaniel Vetter1-5/+1
2021-08-12Merge tag 'drm-intel-gt-next-2021-08-06-1' of ssh://git.freedesktop.org/git/d...Dave Airlie1-414/+66
2021-08-05drm/i915: delete gpu reloc codeDaniel Vetter1-359/+1
2021-08-05drm/i915: Disable gpu relocationsDaniel Vetter1-25/+18
2021-07-26Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie1-214/+13
2021-07-19drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"Jason Ekstrand1-214/+13
2021-07-16drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"Jason Ekstrand1-214/+13
2021-07-08drm/i915/gem: Return an error ptr from context_lookupJason Ekstrand1-2/+2
2021-07-08drm/i915/request: Remove the hook from await_executionJason Ekstrand1-2/+1
2021-07-08drm/i915/gem: Remove engine auto-magic with FENCE_SUBMIT (v2)Jason Ekstrand1-1/+1
2021-07-08drm/i915: Implement SINGLE_TIMELINE with a syncobj (v4)Jason Ekstrand1-0/+16
2021-07-08drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAPJason Ekstrand1-8/+0
2021-06-21drm/i915/eb: Fix pagefault disabling in the first slowpathDaniel Vetter1-2/+0
2021-06-17drm/i915: Perform execbuffer object locking as a separate stepThomas Hellström1-4/+21
2021-06-14dma-buf: add dma_fence_chain_alloc/free v3Christian König1-4/+2
2021-06-14drm/i915: Simplify userptr lockingThomas Hellström1-13/+8
2021-06-11Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...Dave Airlie1-5/+5
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König1-1/+1
2021-06-05drm/i915/gem: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-5/+5
2021-04-14drm/i915: eliminate remaining uses of intel_device_info->genLucas De Marchi1-11/+11
2021-03-24drm/i915: Defer pin calls in buffer pool until first use by caller.Maarten Lankhorst1-0/+2
2021-03-24drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v7.Maarten Lankhorst1-13/+88
2021-03-24drm/i915: Make compilation of userptr code depend on MMU_NOTIFIER.Maarten Lankhorst1-0/+2
2021-03-24drm/i915: make lockdep slightly happier about execbuf.Maarten Lankhorst1-6/+18
2021-03-24drm/i915: Add missing -EDEADLK handling to execbuf pinning, v2.Maarten Lankhorst1-11/+24
2021-03-24drm/i915: Move cmd parser pinning to execbufferMaarten Lankhorst1-6/+68
2021-03-18drm/i915/gem: Drop relocation support on all new hardware (v6)Jason Ekstrand1-0/+7
2021-03-18drm/i915/gem: Drop legacy execbuffer support (v2)Jason Ekstrand1-100/+0
2021-01-19drm/i915/pool: constrain pool objects by mapping typeMatthew Auld1-6/+7
2021-01-08drm/i915/gt: Disable arbitration on no-preempt requestsChris Wilson1-3/+3
2021-01-03drm/i915: fix shift warningArnd Bergmann1-1/+1
2020-12-24drm/i915: clear the gpu reloc batchMatthew Auld1-1/+3
2020-12-16drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.hChris Wilson1-0/+1
2020-12-16drm/i915: Fix mismatch between misplaced vma check and vma insertChris Wilson1-1/+1
2020-12-08drm/i915/gem: Drop false !i915_vma_is_closed assertionChris Wilson1-2/+0
2020-12-04drm/i915/gem: Propagate error from cancelled submit due to context closureChris Wilson1-2/+5
2020-10-19drm/i915/gem: Support parsing of oversize batchesChris Wilson1-2/+8
2020-09-30drm/i915: Avoid mixing integer types during batch copiesChris Wilson1-2/+5