index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gem
/
i915_gem_execbuffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-11
1
-1
/
+1
*
Merge tag 'iommu-updates-v5.20-or-v6.0' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2022-08-06
1
-1
/
+0
|
\
|
*
drm/i915: Remove unnecessary include
Lu Baolu
2022-07-15
1
-1
/
+0
|
*
drm/i915: Individualize fences before adding to dma_resv obj
Nirmoy Das
2022-06-13
1
-1
/
+2
|
*
Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2022-05-25
1
-12
/
+15
|
|
\
|
*
|
drm/i915: Use i915_gem_object_ggtt_pin_ww for reloc_iomap
Maarten Lankhorst
2022-05-19
1
-4
/
+2
*
|
|
drm/i915/uapi: tweak error capture on recoverable contexts
Matthew Auld
2022-07-01
1
-3
/
+12
*
|
|
drm/i915: Individualize fences before adding to dma_resv obj
Nirmoy Das
2022-05-27
1
-1
/
+2
*
|
|
drm/i915: Use i915_gem_object_ggtt_pin_ww for reloc_iomap
Maarten Lankhorst
2022-05-18
1
-4
/
+2
|
|
/
|
/
|
*
|
Merge drm/drm-next into drm-intel-gt-next
Rodrigo Vivi
2022-04-21
1
-1
/
+2
|
\
\
|
*
\
Merge tag 'drm-intel-next-2022-04-13-1' of git://anongit.freedesktop.org/drm/...
Dave Airlie
2022-04-14
1
-1
/
+2
|
|
\
\
|
|
*
|
drm/i915: include linux/highmem.h and linux/swap.h where needed
Jani Nikula
2022-03-04
1
-1
/
+2
|
|
|
/
*
|
|
Merge drm/drm-next into drm-intel-gt-next
Joonas Lahtinen
2022-04-12
1
-6
/
+4
|
\
|
|
|
*
|
dma-buf/drivers: make reserving a shared slot mandatory v4
Christian König
2022-04-06
1
-6
/
+4
|
|
/
*
|
drm/i915/: Re-work clflush_write32
Michael Cheng
2022-03-22
1
-5
/
+3
*
|
drm/i915: Remove the vm open count
Thomas Hellström
2022-03-07
1
-0
/
+6
|
/
*
Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...
Rodrigo Vivi
2022-02-23
1
-127
/
+121
|
\
|
*
drm/i915: Lock timeline mutex directly in error path of eb_pin_timeline
Matthew Brost
2022-01-21
1
-2
/
+7
|
*
drm/i915: Remove short-term pins from execbuf, v6.
Maarten Lankhorst
2022-01-18
1
-111
/
+109
|
*
drm/i915: Add locking to i915_gem_evict_vm(), v3.
Maarten Lankhorst
2022-01-18
1
-1
/
+1
|
*
drm/i915: Use struct vma_resource instead of struct vma_snapshot
Thomas Hellström
2022-01-11
1
-12
/
+3
|
*
drm/i915: Initial introduction of vma resources
Thomas Hellström
2022-01-11
1
-1
/
+1
|
*
drm/i915/gem: Use to_gt() helper for GGTT accesses
Michał Winiarski
2022-01-05
1
-1
/
+1
|
*
drm/i915: Increment composite fence seqno
Matthew Brost
2021-12-23
1
-1
/
+1
*
|
drm/i915: split out i915_file_private.h from i915_drv.h
Jani Nikula
2022-02-14
1
-0
/
+1
*
|
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
2022-01-31
1
-30
/
+168
|
\
\
|
*
|
Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2022-01-10
1
-29
/
+166
|
|
\
|
|
|
*
drm/i915: Require the vm mutex for i915_vma_bind()
Thomas Hellström
2021-12-22
1
-1
/
+49
|
|
*
drm/i915/gem: Use to_gt() helper
Michał Winiarski
2021-12-17
1
-2
/
+2
|
|
*
drm/i915: Fix error pointer dereference in i915_gem_do_execbuffer()
Dan Carpenter
2021-12-03
1
-0
/
+1
|
|
*
drm/i915: Update error capture code to avoid using the current vma state
Thomas Hellström
2021-12-01
1
-23
/
+112
|
|
*
drm/i915: Remove resv from i915_vma
Maarten Lankhorst
2021-11-19
1
-2
/
+2
|
|
*
drm/i915: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
Wan Jiabing
2021-10-25
1
-1
/
+1
|
*
|
drm/i915: Increment composite fence seqno
Matthew Brost
2021-12-27
1
-1
/
+1
|
*
|
drm/i915: Fix error pointer dereference in i915_gem_do_execbuffer()
Dan Carpenter
2021-12-08
1
-0
/
+1
|
|
/
*
|
drm/i915: split out i915_gem_evict.h from i915_drv.h
Jani Nikula
2022-01-10
1
-0
/
+1
*
|
drm/i915: split out i915_cmd_parser.h from i915_drv.h
Jani Nikula
2022-01-10
1
-0
/
+1
|
/
*
drm/i915: expand on the kernel-doc for cache_dirty
Matthew Auld
2021-10-20
1
-0
/
+11
*
drm/i915: Update I915_GEM_BUSY IOCTL to understand composite fences
Matthew Brost
2021-10-15
1
-1
/
+4
*
drm/i915: Multi-BB execbuf
Matthew Brost
2021-10-15
1
-239
/
+544
*
drm/i915/pxp: Add plane decryption support
Anshuman Gupta
2021-10-04
1
-1
/
+1
*
drm/i915/pxp: interfaces for using protected objects
Daniele Ceraolo Spurio
2021-10-04
1
-0
/
+18
*
Merge drm/drm-next into drm-intel-gt-next
Joonas Lahtinen
2021-09-15
1
-4
/
+2
|
\
|
*
Merge tag 'drm-intel-gt-next-2021-08-06-1' of ssh://git.freedesktop.org/git/d...
Dave Airlie
2021-08-12
1
-414
/
+66
|
|
\
|
*
\
Backmerge tag 'v5.14-rc3' into drm-next
Dave Airlie
2021-07-26
1
-214
/
+13
|
|
\
\
|
|
*
|
drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"
Jason Ekstrand
2021-07-19
1
-214
/
+13
|
*
|
|
dma-buf: add dma_fence_chain_alloc/free v3
Christian König
2021-06-14
1
-4
/
+2
|
|
/
/
*
|
|
drm/i915: Add i915_gem_context_is_full_ppgtt
Daniel Vetter
2021-09-06
1
-1
/
+1
*
|
|
drm/i915: Drop code to handle set-vm races from execbuf
Daniel Vetter
2021-09-06
1
-5
/
+1
|
|
/
|
/
|
*
|
drm/i915: delete gpu reloc code
Daniel Vetter
2021-08-05
1
-359
/
+1
[next]