summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
AgeCommit message (Expand)Author
2021-06-14dma-buf: add dma_fence_chain_alloc/free v3Christian König
2021-06-11Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König
2021-06-05drm/i915/gem: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi
2021-04-14drm/i915: eliminate remaining uses of intel_device_info->genLucas De Marchi
2021-03-24drm/i915: Defer pin calls in buffer pool until first use by caller.Maarten Lankhorst
2021-03-24drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v7.Maarten Lankhorst
2021-03-24drm/i915: Make compilation of userptr code depend on MMU_NOTIFIER.Maarten Lankhorst
2021-03-24drm/i915: make lockdep slightly happier about execbuf.Maarten Lankhorst
2021-03-24drm/i915: Add missing -EDEADLK handling to execbuf pinning, v2.Maarten Lankhorst
2021-03-24drm/i915: Move cmd parser pinning to execbufferMaarten Lankhorst
2021-03-18drm/i915/gem: Drop relocation support on all new hardware (v6)Jason Ekstrand
2021-03-18drm/i915/gem: Drop legacy execbuffer support (v2)Jason Ekstrand
2021-01-19drm/i915/pool: constrain pool objects by mapping typeMatthew Auld
2021-01-08drm/i915/gt: Disable arbitration on no-preempt requestsChris Wilson
2021-01-03drm/i915: fix shift warningArnd Bergmann
2020-12-24drm/i915: clear the gpu reloc batchMatthew Auld
2020-12-16drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.hChris Wilson
2020-12-16drm/i915: Fix mismatch between misplaced vma check and vma insertChris Wilson
2020-12-08drm/i915/gem: Drop false !i915_vma_is_closed assertionChris Wilson
2020-12-04drm/i915/gem: Propagate error from cancelled submit due to context closureChris Wilson
2020-10-19drm/i915/gem: Support parsing of oversize batchesChris Wilson
2020-09-30drm/i915: Avoid mixing integer types during batch copiesChris Wilson
2020-09-10drm/i915: Fix slightly botched merge in __reloc_entry_gpuMaarten Lankhorst
2020-09-09Merge tag 'drm-intel-gt-next-2020-09-07' of git://anongit.freedesktop.org/drm...Dave Airlie
2020-09-09Backmerge drm-fixes merge into drm-nextDave Airlie
2020-09-08Revert "drm/i915/gem: Delete unused code"Dave Airlie
2020-09-08Revert "drm/i915/gem: Async GPU relocations only"Dave Airlie
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst
2020-09-07drm/i915: Pin engine before pinning all objects, v5.Maarten Lankhorst
2020-09-07drm/i915: Nuke arguments to eb_pin_engineMaarten Lankhorst
2020-09-07drm/i915: Use per object locking in execbuf, v12.Maarten Lankhorst
2020-09-07drm/i915: Parse command buffer earlier in eb_relocate(slow)Maarten Lankhorst
2020-09-07drm/i915: Remove locking from i915_gem_object_prepare_read/writeMaarten Lankhorst
2020-09-07drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.Maarten Lankhorst
2020-09-07Revert "drm/i915/gem: Split eb_vma into its own allocation"Maarten Lankhorst
2020-09-07Revert "drm/i915/gem: Drop relocation slowpath".Maarten Lankhorst
2020-09-07drm/i915: Revert relocation chaining commits.Maarten Lankhorst
2020-09-07Revert "drm/i915/gem: Async GPU relocations only"Maarten Lankhorst
2020-09-07drm/i915/gem: Free the fence after a fence-chain lookup failureChris Wilson
2020-09-07drm/i915: Export a preallocate variant of i915_active_acquire()Chris Wilson
2020-09-07drm/i915/gem: Remove disordered per-file request list for throttlingChris Wilson
2020-08-17drm/i915: add syncobj timeline supportLionel Landwerlin
2020-08-17drm/i915: introduce a mechanism to extend execbuf2Lionel Landwerlin
2020-07-08drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio
2020-07-03drm/i915/gem: Split the context's obj:vma lut into its own mutexChris Wilson
2020-07-01drm/i915/gem: Move obj->lut_list under its own lockChris Wilson
2020-06-25Merge drm/drm-next into drm-intel-next-queuedJani Nikula
2020-06-11Merge tag 'drm-next-2020-06-11-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-06-08drm/i915/gem: Mark the buffer pool as active for the cmdparserChris Wilson