summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
AgeCommit message (Expand)Author
2022-07-27drm/i915/vm_bind: Add I915_GEM_EXECBUFFER3 ioctlNiranjana Vishwanathapura
2022-07-01drm/i915/uapi: tweak error capture on recoverable contextsMatthew Auld
2022-05-27drm/i915: Individualize fences before adding to dma_resv objNirmoy Das
2022-05-18drm/i915: Use i915_gem_object_ggtt_pin_ww for reloc_iomapMaarten Lankhorst
2022-04-21Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi
2022-04-14Merge tag 'drm-intel-next-2022-04-13-1' of git://anongit.freedesktop.org/drm/...Dave Airlie
2022-04-12Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König
2022-03-22drm/i915/: Re-work clflush_write32Michael Cheng
2022-03-07drm/i915: Remove the vm open countThomas Hellström
2022-03-04drm/i915: include linux/highmem.h and linux/swap.h where neededJani Nikula
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