aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/drm-intel into drm-nextDave 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
2020-09-10drm/i915: Fix slightly botched merge in __reloc_entry_gpuMaarten Lankhorst1-2/+2
2020-09-09Merge tag 'drm-intel-gt-next-2020-09-07' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-482/+767
2020-09-09Backmerge drm-fixes merge into drm-nextDave Airlie1-21/+293
2020-09-08Revert "drm/i915/gem: Delete unused code"Dave Airlie1-0/+19
2020-09-08Revert "drm/i915/gem: Async GPU relocations only"Dave Airlie1-21/+274
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst1-64/+76
2020-09-07drm/i915: Pin engine before pinning all objects, v5.Maarten Lankhorst1-65/+149
2020-09-07drm/i915: Nuke arguments to eb_pin_engineMaarten Lankhorst1-10/+7
2020-09-07drm/i915: Use per object locking in execbuf, v12.Maarten Lankhorst1-146/+217
2020-09-07drm/i915: Parse command buffer earlier in eb_relocate(slow)Maarten Lankhorst1-31/+37
2020-09-07drm/i915: Remove locking from i915_gem_object_prepare_read/writeMaarten Lankhorst1-2/+11
2020-09-07drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst1-1/+1
2020-09-07Revert "drm/i915/gem: Split eb_vma into its own allocation"Maarten Lankhorst1-73/+51
2020-09-07Revert "drm/i915/gem: Drop relocation slowpath".Maarten Lankhorst1-10/+252
2020-09-07drm/i915: Revert relocation chaining commits.Maarten Lankhorst1-139/+32
2020-09-07Revert "drm/i915/gem: Async GPU relocations only"Maarten Lankhorst1-21/+298
2020-09-07drm/i915/gem: Free the fence after a fence-chain lookup failureChris Wilson1-0/+1
2020-09-07drm/i915: Export a preallocate variant of i915_active_acquire()Chris Wilson1-1/+1