summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
AgeCommit message (Expand)Author
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi
2022-02-14drm/i915: split out i915_file_private.h from i915_drv.hJani Nikula
2022-01-31Merge drm/drm-next into drm-intel-nextRodrigo Vivi
2022-01-21drm/i915: Lock timeline mutex directly in error path of eb_pin_timelineMatthew Brost
2022-01-18drm/i915: Remove short-term pins from execbuf, v6.Maarten Lankhorst
2022-01-18drm/i915: Add locking to i915_gem_evict_vm(), v3.Maarten Lankhorst
2022-01-11drm/i915: Use struct vma_resource instead of struct vma_snapshotThomas Hellström
2022-01-11drm/i915: Initial introduction of vma resourcesThomas Hellström
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-01-10drm/i915: split out i915_gem_evict.h from i915_drv.hJani Nikula
2022-01-10drm/i915: split out i915_cmd_parser.h from i915_drv.hJani Nikula
2022-01-05drm/i915/gem: Use to_gt() helper for GGTT accessesMichał Winiarski
2021-12-27drm/i915: Increment composite fence seqnoMatthew Brost
2021-12-23drm/i915: Increment composite fence seqnoMatthew Brost
2021-12-22drm/i915: Require the vm mutex for i915_vma_bind()Thomas Hellström
2021-12-17drm/i915/gem: Use to_gt() helperMichał Winiarski
2021-12-08drm/i915: Fix error pointer dereference in i915_gem_do_execbuffer()Dan Carpenter
2021-12-03drm/i915: Fix error pointer dereference in i915_gem_do_execbuffer()Dan Carpenter
2021-12-01drm/i915: Update error capture code to avoid using the current vma stateThomas Hellström
2021-11-19drm/i915: Remove resv from i915_vmaMaarten Lankhorst
2021-10-25drm/i915: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Wan Jiabing
2021-10-20drm/i915: expand on the kernel-doc for cache_dirtyMatthew Auld
2021-10-15drm/i915: Update I915_GEM_BUSY IOCTL to understand composite fencesMatthew Brost
2021-10-15drm/i915: Multi-BB execbufMatthew Brost
2021-10-04drm/i915/pxp: Add plane decryption supportAnshuman Gupta
2021-10-04drm/i915/pxp: interfaces for using protected objectsDaniele Ceraolo Spurio
2021-09-15Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen
2021-09-06drm/i915: Add i915_gem_context_is_full_ppgttDaniel Vetter
2021-09-06drm/i915: Drop code to handle set-vm races from execbufDaniel Vetter
2021-08-12Merge tag 'drm-intel-gt-next-2021-08-06-1' of ssh://git.freedesktop.org/git/d...Dave Airlie
2021-08-05drm/i915: delete gpu reloc codeDaniel Vetter
2021-08-05drm/i915: Disable gpu relocationsDaniel Vetter
2021-07-26Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie
2021-07-19drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"Jason Ekstrand
2021-07-16drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"Jason Ekstrand
2021-07-08drm/i915/gem: Return an error ptr from context_lookupJason Ekstrand
2021-07-08drm/i915/request: Remove the hook from await_executionJason Ekstrand
2021-07-08drm/i915/gem: Remove engine auto-magic with FENCE_SUBMIT (v2)Jason Ekstrand
2021-07-08drm/i915: Implement SINGLE_TIMELINE with a syncobj (v4)Jason Ekstrand
2021-07-08drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAPJason Ekstrand
2021-06-21drm/i915/eb: Fix pagefault disabling in the first slowpathDaniel Vetter
2021-06-17drm/i915: Perform execbuffer object locking as a separate stepThomas Hellström
2021-06-14dma-buf: add dma_fence_chain_alloc/free v3Christian König
2021-06-14drm/i915: Simplify userptr lockingThomas Hellström
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