index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_vma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-09
Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-6
/
+45
2019-04-29
drm: Simplify stacktrace handling
Thomas Gleixner
1
-7
/
+4
2019-03-06
drm/i915: Use i915_global_register()
Chris Wilson
1
-10
/
+18
2019-02-28
drm/i915: Make object/vma allocation caches global
Chris Wilson
1
-6
/
+37
2019-02-05
drm/i915: Pull i915_gem_active into the i915_active family
Chris Wilson
1
-6
/
+6
2019-02-05
drm/i915: Generalise GPU activity tracking
Chris Wilson
1
-145
/
+28
2019-01-28
drm/i915: Move vma lookup to its own lock
Chris Wilson
1
-20
/
+46
2019-01-28
drm/i915: Pull VM lists under the VM mutex.
Chris Wilson
1
-0
/
+11
2019-01-28
drm/i915: Stop tracking MRU activity on VMA
Chris Wilson
1
-7
/
+2
2018-11-20
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
1
-1
/
+1
2018-10-25
dma-buf: allow reserving more than one shared fence slot
Christian König
1
-1
/
+1
2018-10-18
drm/i915: GEM_WARN_ON considered harmful
Tvrtko Ursulin
1
-4
/
+4
2018-08-16
drm/i915: Stop holding a ref to the ppgtt from each vma
Chris Wilson
1
-4
/
+0
2018-07-24
drm/i915: Pull unpin map into vma release
Chris Wilson
1
-1
/
+4
2018-07-19
drm/i915: Handle recursive shrinker for vma->last_active allocation
Chris Wilson
1
-0
/
+8
2018-07-06
drm/i915: Track the last-active inside the i915_vma
Chris Wilson
1
-2
/
+56
2018-07-06
drm/i915: Track vma activity per fence.context, not per engine
Chris Wilson
1
-31
/
+81
2018-07-06
drm/i915: Move i915_vma_move_to_active() to i915_vma.c
Chris Wilson
1
-0
/
+61
2018-07-06
drm/i915: Squelch very verbose error logging
Chris Wilson
1
-1
/
+1
2018-07-02
drm/i915: Try GGTT mmapping whole object as partial
Chris Wilson
1
-1
/
+1
2018-06-28
drm/i915: Show vma allocator stack when in doubt
Chris Wilson
1
-2
/
+37
2018-06-07
drm/i915: Decouple vma vfuncs from vm
Chris Wilson
1
-5
/
+6
2018-06-07
drm/i915: Prepare for non-object vma
Chris Wilson
1
-40
/
+56
2018-06-05
drm/i915/gtt: Rename i915_hw_ppgtt base member
Chris Wilson
1
-1
/
+1
2018-06-05
drm/i915/vma: Move the bind_count vs pin_count assertion to a helper
Chris Wilson
1
-2
/
+14
2018-05-04
drm/i915: Lazily unbind vma on close
Chris Wilson
1
-17
/
+56
2018-02-21
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
1
-2
/
+1
2017-12-12
drm/i915: make mappable struct resource centric
Matthew Auld
1
-1
/
+1
2017-12-08
drm/i915: Refactor common list iteration over GGTT vma
Chris Wilson
1
-0
/
+6
2017-12-07
drm/i915: Track GGTT writes on the vma
Chris Wilson
1
-0
/
+22
2017-12-07
drm/i915: Remove vma from object on destroy, not close
Chris Wilson
1
-1
/
+3
2017-11-10
drm/i915: Mark up i915_vma_unbind() as a potential sleeper
Chris Wilson
1
-0
/
+1
2017-11-08
drm/i915: Prune the reservation shared fence array
Chris Wilson
1
-0
/
+7
2017-11-06
drm/i915: Assert vma->flags are updated correctly during binding
Chris Wilson
1
-1
/
+4
2017-10-16
drm/i915: Move dev_priv->mm.[un]bound_list to its own lock
Chris Wilson
1
-4
/
+12
2017-10-09
drm/i915: Track user GTT faulting per-vma
Chris Wilson
1
-1
/
+27
2017-10-09
drm/i915: Consolidate get_fence with pin_fence
Chris Wilson
1
-3
/
+1
2017-10-09
drm/i915: Pin fence for iomap
Chris Wilson
1
-4
/
+31
2017-10-09
drm/i915: Assert we do not try to expand VMA for hugepage inside GGTT
Chris Wilson
1
-0
/
+7
2017-10-07
drm/i915: align 64K objects to 2M
Matthew Auld
1
-1
/
+11
2017-10-07
drm/i915: align the vma start to the largest gtt page size
Matthew Auld
1
-0
/
+16
2017-10-07
drm/i915: introduce vm set_pages/clear_pages
Matthew Auld
1
-11
/
+16
2017-08-18
drm/i915: Replace execbuf vma ht with an idr
Chris Wilson
1
-22
/
+0
2017-06-21
drm/i915: Assert the vma's active tracking is clear before free
Chris Wilson
1
-2
/
+7
2017-06-21
drm/i915: Retire the VMA's fence tracker before unbinding
Chris Wilson
1
-0
/
+5
2017-06-16
drm/i915: Stash a pointer to the obj's resv in the vma
Chris Wilson
1
-0
/
+1
2017-06-16
drm/i915: Store a persistent reference for an object in the execbuffer cache
Chris Wilson
1
-0
/
+2
2017-06-16
drm/i915: Eliminate lots of iterations over the execobjects array
Chris Wilson
1
-1
/
+1
2017-06-16
drm/i915: Store a direct lookup from object handle to vma
Chris Wilson
1
-0
/
+20
2017-06-16
drm/i915: Make i915_vma_destroy() static
Chris Wilson
1
-1
/
+1
[next]