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
/
i915_vma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Use the vma resource as argument for gtt binding / unbinding
Thomas Hellström
2022-01-11
1
-4
/
+20
*
drm/i915: Initial introduction of vma resources
Thomas Hellström
2022-01-11
1
-6
/
+49
*
drm/i915: Require the vm mutex for i915_vma_bind()
Thomas Hellström
2021-12-22
1
-0
/
+1
*
drm/i915: Take object lock in i915_ggtt_pin if ww is not set
Maarten Lankhorst
2021-12-20
1
-12
/
+28
*
drm/i915: Remove pages_mutex and intel_gtt->vma_ops.set/clear_pages members, v3.
Maarten Lankhorst
2021-12-20
1
-32
/
+362
*
drm/i915: Remove unused bits of i915_vma/active api
Maarten Lankhorst
2021-12-20
1
-14
/
+10
*
drm/i915: Add support for moving fence waiting
Maarten Lankhorst
2021-11-25
1
-1
/
+42
*
Merge drm/drm-next into drm-intel-gt-next
Tvrtko Ursulin
2021-11-22
1
-4
/
+1
|
\
|
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-09
1
-4
/
+1
|
|
\
|
|
*
lib, stackdepot: add helper to print stack entries into buffer
Imran Khan
2021-11-09
1
-4
/
+1
*
|
|
drm/i915: Remove resv from i915_vma
Maarten Lankhorst
2021-11-19
1
-5
/
+4
*
|
|
drm/i915: vma is always backed by an object.
Maarten Lankhorst
2021-11-19
1
-28
/
+20
*
|
|
drm/i915: fixup dma_fence_wait usage
Matthew Auld
2021-11-04
1
-1
/
+1
|
/
/
*
/
drm/i915: Multi-BB execbuf
Matthew Brost
2021-10-15
1
-8
/
+13
|
/
*
drm/i915: move vma slab to direct module init/exit
Daniel Vetter
2021-07-28
1
-17
/
+8
*
drm/i915: Ditch i915 globals shrink infrastructure
Daniel Vetter
2021-07-22
1
-6
/
+0
*
drm/i915: Drop error handling from dma_fence_work
Jason Ekstrand
2021-07-16
1
-2
/
+1
*
Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...
Dave Airlie
2021-06-11
1
-12
/
+17
|
\
|
*
drm/i915: Untangle the vma pages_mutex
Thomas Hellström
2021-06-01
1
-12
/
+17
*
|
Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2021-06-10
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
drm/i915/adlp: Fix GEM VM asserts for DPT VMs
Imre Deak
2021-05-25
1
-1
/
+1
*
|
drm/i915: drop the __i915_active_call pointer packing
Matthew Auld
2021-05-05
1
-2
/
+1
*
|
drm/i915/lmem: Bypass aperture when lmem is available
Anusha Srivatsa
2021-04-27
1
-6
/
+19
*
|
drm/i915/gtt: map the PD up front
Matthew Auld
2021-04-27
1
-2
/
+1
|
/
*
drm/i915: Use a single page table lock for each gtt.
Maarten Lankhorst
2021-03-24
1
-0
/
+5
*
drm/i915: Take reservation lock around i915_vma_pin.
Maarten Lankhorst
2021-03-24
1
-3
/
+1
*
drm/i915: make lockdep slightly happier about execbuf.
Maarten Lankhorst
2021-03-24
1
-3
/
+5
*
drm/i915: Ensure we hold the object mutex in pin correctly.
Maarten Lankhorst
2021-03-24
1
-1
/
+10
*
i915_vma: Rename vma_lookup to i915_vma_lookup
Liam Howlett
2021-03-24
1
-2
/
+2
*
drm/i915: Hold onto an explicit ref to i915_vma_work.pinned
Chris Wilson
2020-11-03
1
-2
/
+4
*
drm/i915: check i915_vm_alloc_pt_stash for errors
Matthew Auld
2020-09-30
1
-3
/
+5
*
drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.
Maarten Lankhorst
2020-09-07
1
-3
/
+10
*
drm/i915/gt: Switch to object allocations for page directories
Chris Wilson
2020-09-07
1
-6
/
+12
*
drm/i915: Preallocate stashes for vma page-directories
Chris Wilson
2020-09-07
1
-10
/
+17
*
drm/i915: Provide a fastpath for waiting on vma bindings
Chris Wilson
2020-09-07
1
-2
/
+7
*
drm/i915: Export ppgtt_bind_vma
Chris Wilson
2020-07-03
1
-4
/
+4
*
drm/i915: Also drop vm.ref along error paths for vma construction
Chris Wilson
2020-07-02
1
-10
/
+6
*
drm/i915: Drop vm.ref for duplicate vma on construction
Chris Wilson
2020-07-02
1
-0
/
+1
*
drm/i915: Leave vma intact as they are discarded
Chris Wilson
2020-06-12
1
-1
/
+2
*
drm/i915/gt: Remove local entries from GGTT on suspend
Chris Wilson
2020-05-28
1
-27
/
+32
*
drm/i915: Remove PIN_UPDATE for i915_vma_pin
Chris Wilson
2020-05-21
1
-6
/
+3
*
drm/i915: Only close vma we open
Chris Wilson
2020-04-24
1
-9
/
+19
*
drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma()
Chris Wilson
2020-04-22
1
-4
/
+6
*
drm/i915: Make exclusive awaits on i915_active optional
Chris Wilson
2020-04-06
1
-1
/
+2
*
drm/i915: Check current i915_vma.pin_count status first on unbind
Chris Wilson
2020-04-03
1
-16
/
+9
*
drm/i915: Revoke mmap before fence
Chris Wilson
2020-04-03
1
-3
/
+3
*
drm/i915/gem: Drop cached obj->bind_count
Chris Wilson
2020-04-02
1
-24
/
+0
*
drm/i915/gt: Make fence revocation unequivocal
Chris Wilson
2020-04-01
1
-3
/
+1
*
drm/i915/gt: Only wait for GPU activity before unbinding a GGTT fence
Chris Wilson
2020-04-01
1
-0
/
+4
*
drm/i915: Differentiate between aliasing-ppgtt and ggtt pinning
Chris Wilson
2020-03-27
1
-3
/
+22
[next]