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
starfive-6.6.48-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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-06
drm/i915: Allow asynchronous waits on the i915_active barriers
Chris Wilson
1
-10
/
+63
2020-04-06
drm/i915: Make exclusive awaits on i915_active optional
Chris Wilson
1
-3
/
+4
2020-03-30
drm/i915: Wrap i915_active in a simple kreffed struct
Chris Wilson
1
-0
/
+53
2020-03-30
drm/i915: Allow for different modes of interruptible i915_active_wait
Chris Wilson
1
-2
/
+4
2020-03-23
drm/i915/gt: Delay release of engine-pm after last retirement
Chris Wilson
1
-1
/
+1
2020-03-11
drm/i915: Extend i915_request_await_active to use all timelines
Chris Wilson
1
-11
/
+67
2020-02-28
drm/i915: Skip barriers inside waits
Chris Wilson
1
-0
/
+3
2020-02-25
drm/i915: Flush idle barriers when waiting
Chris Wilson
1
-9
/
+33
2020-02-25
drm/i915: Drop assertion that active->fence is unchanged
Chris Wilson
1
-1
/
+0
2020-02-03
drm/i915: Hold reference to previous active fence as we queue
Chris Wilson
1
-1
/
+5
2020-01-31
drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutex
Chris Wilson
1
-2
/
+8
2020-01-30
drm/i915: Fix preallocated barrier list append
José Roberto de Souza
1
-9
/
+10
2020-01-27
drm/i915: Tighten atomicity of i915_active_acquire vs i915_active_release
Chris Wilson
1
-7
/
+9
2020-01-17
drm/i915: Satisfy smatch that a loop has at least one iteration
Chris Wilson
1
-0
/
+1
2020-01-06
drm/i915/gt: Drop mutex serialisation between context pin/unpin
Chris Wilson
1
-4
/
+15
2019-12-21
drm/i915: Remove i915->kernel_context
Chris Wilson
1
-0
/
+2
2019-12-06
drm/i915: Serialise i915_active_acquire() with __active_retire()
Chris Wilson
1
-2
/
+3
2019-12-03
drm/i915: Serialise i915_active_wait() with its retirement
Chris Wilson
1
-0
/
+1
2019-12-03
drm/i915: Specialise i915_active.work lock classes
Chris Wilson
1
-2
/
+6
2019-11-27
drm/i915: Serialise i915_active_fence_set() with itself
Chris Wilson
1
-50
/
+57
2019-11-20
drm/i915: Mark up the calling context for intel_wakeref_put()
Chris Wilson
1
-2
/
+3
2019-11-14
drm/i915: Split i915_active.mutex into an irq-safe spinlock for the rbtree
Chris Wilson
1
-29
/
+28
2019-10-24
drm/i915/gt: Split intel_ring_submission
Chris Wilson
1
-0
/
+1
2019-10-21
drm/i915/gt: Introduce barrier pulses along engines
Chris Wilson
1
-0
/
+1
2019-10-18
drm/i915: Make for_each_engine_masked work on intel_gt
Tvrtko Ursulin
1
-2
/
+2
2019-10-04
drm/i915: Move idle barrier cleanup into engine-pm
Chris Wilson
1
-0
/
+1
2019-10-04
drm/i915: Coordinate i915_active with its own mutex
Chris Wilson
1
-166
/
+156
2019-10-04
drm/i915: Push the i915_active.retire into a worker
Chris Wilson
1
-4
/
+30
2019-10-04
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
1
-16
/
+79
2019-09-20
drm/i915: Mark i915_request.timeline as a volatile, rcu pointer
Chris Wilson
1
-1
/
+1
2019-08-27
drm/i915: Only activate i915_active debugobject once
Chris Wilson
1
-2
/
+6
2019-08-19
drm/i915: i915_active.retire() is optional
Chris Wilson
1
-2
/
+4
2019-08-16
drm/i915: Markup expected timeline locks for i915_active
Chris Wilson
1
-4
/
+15
2019-08-14
drm/i915: Serialise read/write of the barrier's engine
Chris Wilson
1
-5
/
+23
2019-08-09
drm/i915: Lift timeline into intel_context
Chris Wilson
1
-3
/
+3
2019-08-02
drm/i915: Allow sharing the idle-barrier from other kernel requests
Chris Wilson
1
-39
/
+249
2019-07-26
drm/i915: Do not rely on for loop caching the mask
Tvrtko Ursulin
1
-3
/
+3
2019-07-26
drm/i915: Capture vma contents outside of spinlock
Chris Wilson
1
-1
/
+33
2019-07-03
drm/i915: Markup potential lock for i915_active
Chris Wilson
1
-0
/
+2
2019-07-02
drm/i915: Report if i915_active is still busy upon waiting
Chris Wilson
1
-1
/
+7
2019-06-21
drm/i915: Provide an i915_active.acquire callback
Chris Wilson
1
-110
/
+115
2019-06-21
drm/i915: Track i915_active using debugobjects
Chris Wilson
1
-1
/
+65
2019-06-18
drm/i915: Keep engine alive as we retire the context
Chris Wilson
1
-2
/
+20
2019-06-14
drm/i915: Keep contexts pinned until after the next kernel context switch
Chris Wilson
1
-0
/
+78
2019-03-06
drm/i915: Use i915_global_register()
Chris Wilson
1
-10
/
+18
2019-02-28
drm/i915: Make request allocation caches global
Chris Wilson
1
-1
/
+6
2019-02-11
drm/i915: Protect i915_active iterators from the shrinker
Chris Wilson
1
-11
/
+25
2019-02-05
drm/i915: Pull i915_gem_active into the i915_active family
Chris Wilson
1
-21
/
+41
2019-02-05
drm/i915: Allocate active tracking nodes from a slabcache
Chris Wilson
1
-3
/
+28
2019-02-05
drm/i915: Release the active tracker tree upon idling
Chris Wilson
1
-10
/
+23
[next]