summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-30drm/i915: improve the catch-all evict to handle lock contentionMatthew Auld1-11/+48
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-22/+27
2022-11-23Merge tag 'drm-intel-next-2022-11-18' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-11-16drm/i915: call i915_request_await_object from _i915_vma_move_to_activeAndrzej Hajda1-8/+9
2022-11-14Merge drm/drm-next into drm-intel-nextRodrigo Vivi1-6/+1
2022-11-11drm/i915: stop including i915_irq.h from i915_trace.hJani Nikula1-0/+1
2022-11-10drm/i915: Partial abandonment of legacy DRM logging macrosTvrtko Ursulin1-9/+17
2022-11-04Merge tag 'drm-intel-gt-next-2022-11-03' of git://anongit.freedesktop.org/drm...Dave Airlie1-5/+0
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-03Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin1-1/+0
2022-09-28drm/i915: Remove unwanted pointer unpackingNiranjana Vishwanathapura1-5/+0
2022-08-06Merge tag 'iommu-updates-v5.20-or-v6.0' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+0
2022-07-15drm/i915: Remove unnecessary includeLu Baolu1-1/+0
2022-07-01drm/i915/uapi: tweak error capture on recoverable contextsMatthew Auld1-3/+12
2022-06-13drm/i915: Individualize fences before adding to dma_resv objNirmoy Das1-1/+2
2022-05-27drm/i915: Individualize fences before adding to dma_resv objNirmoy Das1-1/+2
2022-05-26Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-12/+15
2022-05-19drm/i915: Use i915_gem_object_ggtt_pin_ww for reloc_iomapMaarten Lankhorst1-4/+2
2022-05-18drm/i915: Use i915_gem_object_ggtt_pin_ww for reloc_iomapMaarten Lankhorst1-4/+2
2022-04-21Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi1-1/+2
2022-04-14Merge tag 'drm-intel-next-2022-04-13-1' of git://anongit.freedesktop.org/drm/...Dave Airlie1-1/+2
2022-04-12Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen1-6/+4
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König1-6/+4
2022-03-22drm/i915/: Re-work clflush_write32Michael Cheng1-5/+3
2022-03-07drm/i915: Remove the vm open countThomas Hellström1-0/+6
2022-03-04drm/i915: include linux/highmem.h and linux/swap.h where neededJani Nikula1-1/+2
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi1-127/+121
2022-02-14drm/i915: split out i915_file_private.h from i915_drv.hJani Nikula1-0/+1
2022-01-31Merge drm/drm-next into drm-intel-nextRodrigo Vivi1-30/+168
2022-01-22drm/i915: Lock timeline mutex directly in error path of eb_pin_timelineMatthew Brost1-2/+7
2022-01-18drm/i915: Remove short-term pins from execbuf, v6.Maarten Lankhorst1-111/+109
2022-01-18drm/i915: Add locking to i915_gem_evict_vm(), v3.Maarten Lankhorst1-1/+1
2022-01-11drm/i915: Use struct vma_resource instead of struct vma_snapshotThomas Hellström1-12/+3
2022-01-11drm/i915: Initial introduction of vma resourcesThomas Hellström1-1/+1
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-29/+166
2022-01-10drm/i915: split out i915_gem_evict.h from i915_drv.hJani Nikula1-0/+1
2022-01-10drm/i915: split out i915_cmd_parser.h from i915_drv.hJani Nikula1-0/+1
2022-01-05drm/i915/gem: Use to_gt() helper for GGTT accessesMichał Winiarski1-1/+1
2021-12-27drm/i915: Increment composite fence seqnoMatthew Brost1-1/+1
2021-12-24drm/i915: Increment composite fence seqnoMatthew Brost1-1/+1
2021-12-22drm/i915: Require the vm mutex for i915_vma_bind()Thomas Hellström1-1/+49
2021-12-18drm/i915/gem: Use to_gt() helperMichał Winiarski1-2/+2
2021-12-08drm/i915: Fix error pointer dereference in i915_gem_do_execbuffer()Dan Carpenter1-0/+1
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