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_active.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-20
drm/i915: Remove unused bits of i915_vma/active api
Maarten Lankhorst
1
-16
/
+1
2021-07-28
drm/i915: move i915_active slab to direct module init/exit
Daniel Vetter
1
-0
/
+3
2021-05-05
drm/i915: drop the __i915_active_call pointer packing
Matthew Auld
1
-5
/
+6
2020-09-07
drm/i915: Provide a fastpath for waiting on vma bindings
Chris Wilson
1
-0
/
+15
2020-09-07
drm/i915: Keep the most recently used active-fence upon discard
Chris Wilson
1
-4
/
+0
2020-09-07
drm/i915: Export a preallocate variant of i915_active_acquire()
Chris Wilson
1
-4
/
+8
2020-04-06
drm/i915: Allow asynchronous waits on the i915_active barriers
Chris Wilson
1
-0
/
+1
2020-04-06
drm/i915: Make exclusive awaits on i915_active optional
Chris Wilson
1
-1
/
+2
2020-03-30
drm/i915: Wrap i915_active in a simple kreffed struct
Chris Wilson
1
-0
/
+4
2020-03-30
drm/i915: Allow for different modes of interruptible i915_active_wait
Chris Wilson
1
-1
/
+5
2020-03-11
drm/i915: Extend i915_request_await_active to use all timelines
Chris Wilson
1
-1
/
+7
2020-01-31
drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutex
Chris Wilson
1
-1
/
+2
2020-01-28
drm/i915/gt: Acquire ce->active before ce->pin_count/ce->pin_mutex
Chris Wilson
1
-0
/
+6
2019-12-03
drm/i915: Specialise i915_active.work lock classes
Chris Wilson
1
-3
/
+7
2019-11-27
drm/i915: Serialise i915_active_fence_set() with itself
Chris Wilson
1
-15
/
+2
2019-11-02
drm/i915/selftests: Flush all active callbacks
Chris Wilson
1
-0
/
+1
2019-10-31
drm/i915/selftests: Pretty print the i915_active
Chris Wilson
1
-0
/
+2
2019-10-04
drm/i915: Coordinate i915_active with its own mutex
Chris Wilson
1
-261
/
+58
2019-10-04
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
1
-0
/
+7
2019-09-20
drm/i915: Mark i915_request.timeline as a volatile, rcu pointer
Chris Wilson
1
-0
/
+6
2019-08-16
drm/i915: Markup expected timeline locks for i915_active
Chris Wilson
1
-2
/
+10
2019-08-12
drm/i915/overlay: Switch to using i915_active tracking
Chris Wilson
1
-19
/
+0
2019-08-02
drm/i915: Allow sharing the idle-barrier from other kernel requests
Chris Wilson
1
-1
/
+1
2019-07-26
drm/i915: Capture vma contents outside of spinlock
Chris Wilson
1
-0
/
+3
2019-06-21
drm/i915: Provide an i915_active.acquire callback
Chris Wilson
1
-12
/
+13
2019-06-19
drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()
Chris Wilson
1
-1
/
+1
2019-06-14
drm/i915: Keep contexts pinned until after the next kernel context switch
Chris Wilson
1
-0
/
+5
2019-03-08
drm/i915: Remove has-kernel-context
Chris Wilson
1
-13
/
+0
2019-03-06
drm/i915: Use i915_global_register()
Chris Wilson
1
-4
/
+0
2019-02-28
drm/i915: Make request allocation caches global
Chris Wilson
1
-0
/
+1
2019-02-05
drm/i915: Pull i915_gem_active into the i915_active family
Chris Wilson
1
-0
/
+349
2019-02-05
drm/i915: Allocate active tracking nodes from a slabcache
Chris Wilson
1
-0
/
+3
2019-02-05
drm/i915: Release the active tracker tree upon idling
Chris Wilson
1
-0
/
+4
2019-02-05
drm/i915: Generalise GPU activity tracking
Chris Wilson
1
-0
/
+69