index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
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
*
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
2018-11-20
1
-1
/
+1
|
\
|
*
dma-buf: allow reserving more than one shared fence slot
Christian König
2018-10-25
1
-1
/
+1
*
|
drm/i915: GEM_WARN_ON considered harmful
Tvrtko Ursulin
2018-10-18
1
-4
/
+4
|
/
*
drm/i915: Stop holding a ref to the ppgtt from each vma
Chris Wilson
2018-08-16
1
-4
/
+0
*
drm/i915: Pull unpin map into vma release
Chris Wilson
2018-07-24
1
-1
/
+4
*
drm/i915: Handle recursive shrinker for vma->last_active allocation
Chris Wilson
2018-07-19
1
-0
/
+8
*
drm/i915: Track the last-active inside the i915_vma
Chris Wilson
2018-07-06
1
-2
/
+56
*
drm/i915: Track vma activity per fence.context, not per engine
Chris Wilson
2018-07-06
1
-31
/
+81
*
drm/i915: Move i915_vma_move_to_active() to i915_vma.c
Chris Wilson
2018-07-06
1
-0
/
+61
*
drm/i915: Squelch very verbose error logging
Chris Wilson
2018-07-06
1
-1
/
+1
*
drm/i915: Try GGTT mmapping whole object as partial
Chris Wilson
2018-07-02
1
-1
/
+1
*
drm/i915: Show vma allocator stack when in doubt
Chris Wilson
2018-06-28
1
-2
/
+37
*
drm/i915: Decouple vma vfuncs from vm
Chris Wilson
2018-06-07
1
-5
/
+6
*
drm/i915: Prepare for non-object vma
Chris Wilson
2018-06-07
1
-40
/
+56
*
drm/i915/gtt: Rename i915_hw_ppgtt base member
Chris Wilson
2018-06-05
1
-1
/
+1
*
drm/i915/vma: Move the bind_count vs pin_count assertion to a helper
Chris Wilson
2018-06-05
1
-2
/
+14
*
drm/i915: Lazily unbind vma on close
Chris Wilson
2018-05-04
1
-17
/
+56
*
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
2018-02-21
1
-2
/
+1
*
drm/i915: make mappable struct resource centric
Matthew Auld
2017-12-12
1
-1
/
+1
*
drm/i915: Refactor common list iteration over GGTT vma
Chris Wilson
2017-12-07
1
-0
/
+6
*
drm/i915: Track GGTT writes on the vma
Chris Wilson
2017-12-07
1
-0
/
+22
*
drm/i915: Remove vma from object on destroy, not close
Chris Wilson
2017-12-07
1
-1
/
+3
*
drm/i915: Mark up i915_vma_unbind() as a potential sleeper
Chris Wilson
2017-11-09
1
-0
/
+1
*
drm/i915: Prune the reservation shared fence array
Chris Wilson
2017-11-08
1
-0
/
+7
*
drm/i915: Assert vma->flags are updated correctly during binding
Chris Wilson
2017-11-06
1
-1
/
+4
*
drm/i915: Move dev_priv->mm.[un]bound_list to its own lock
Chris Wilson
2017-10-16
1
-4
/
+12
*
drm/i915: Track user GTT faulting per-vma
Chris Wilson
2017-10-09
1
-1
/
+27
*
drm/i915: Consolidate get_fence with pin_fence
Chris Wilson
2017-10-09
1
-3
/
+1
*
drm/i915: Pin fence for iomap
Chris Wilson
2017-10-09
1
-4
/
+31
*
drm/i915: Assert we do not try to expand VMA for hugepage inside GGTT
Chris Wilson
2017-10-09
1
-0
/
+7
*
drm/i915: align 64K objects to 2M
Matthew Auld
2017-10-07
1
-1
/
+11
*
drm/i915: align the vma start to the largest gtt page size
Matthew Auld
2017-10-07
1
-0
/
+16
*
drm/i915: introduce vm set_pages/clear_pages
Matthew Auld
2017-10-07
1
-11
/
+16
*
drm/i915: Replace execbuf vma ht with an idr
Chris Wilson
2017-08-18
1
-22
/
+0
*
drm/i915: Assert the vma's active tracking is clear before free
Chris Wilson
2017-06-21
1
-2
/
+7
*
drm/i915: Retire the VMA's fence tracker before unbinding
Chris Wilson
2017-06-21
1
-0
/
+5
*
drm/i915: Stash a pointer to the obj's resv in the vma
Chris Wilson
2017-06-16
1
-0
/
+1
*
drm/i915: Store a persistent reference for an object in the execbuffer cache
Chris Wilson
2017-06-16
1
-0
/
+2
*
drm/i915: Eliminate lots of iterations over the execobjects array
Chris Wilson
2017-06-16
1
-1
/
+1
*
drm/i915: Store a direct lookup from object handle to vma
Chris Wilson
2017-06-16
1
-0
/
+20
*
drm/i915: Make i915_vma_destroy() static
Chris Wilson
2017-06-16
1
-1
/
+1
*
drm/i915: Use vma->exec_entry as our double-entry placeholder
Chris Wilson
2017-06-15
1
-1
/
+0
*
drm/i915: Remove the vma from the drm_mm if binding fails
Chris Wilson
2017-02-27
1
-20
/
+37
*
drm/i915: Sanity check the vma->node prior to binding into the GTT
Chris Wilson
2017-02-25
1
-6
/
+9
*
drm/i915: Move allocate_va_range to GTT
Chris Wilson
2017-02-15
1
-9
/
+0
*
drm/i915: Exercise i915_vma_pin/i915_vma_insert
Chris Wilson
2017-02-13
1
-2
/
+2
*
drm/i915: Test creation of VMA
Chris Wilson
2017-02-13
1
-0
/
+3
*
drm/i915: Assert that we never create a vma for the aliasing_ppgtt
Chris Wilson
2017-02-09
1
-0
/
+3
*
drm/i915: Pevent copying uninitialised garbage into vma->ggtt_view
Chris Wilson
2017-01-23
1
-1
/
+1
*
drm/i915: reinstate call to trace_i915_vma_bind
Daniele Ceraolo Spurio
2017-01-21
1
-0
/
+1
[next]