index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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
2020-09-07
drm/i915: Provide a fastpath for waiting on vma bindings
Chris Wilson
2020-09-07
drm/i915: Keep the most recently used active-fence upon discard
Chris Wilson
2020-09-07
drm/i915: Export a preallocate variant of i915_active_acquire()
Chris Wilson
2020-04-06
drm/i915: Allow asynchronous waits on the i915_active barriers
Chris Wilson
2020-04-06
drm/i915: Make exclusive awaits on i915_active optional
Chris Wilson
2020-03-30
drm/i915: Wrap i915_active in a simple kreffed struct
Chris Wilson
2020-03-30
drm/i915: Allow for different modes of interruptible i915_active_wait
Chris Wilson
2020-03-11
drm/i915: Extend i915_request_await_active to use all timelines
Chris Wilson
2020-01-30
drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutex
Chris Wilson
2020-01-27
drm/i915/gt: Acquire ce->active before ce->pin_count/ce->pin_mutex
Chris Wilson
2019-12-02
drm/i915: Specialise i915_active.work lock classes
Chris Wilson
2019-11-27
drm/i915: Serialise i915_active_fence_set() with itself
Chris Wilson
2019-11-02
drm/i915/selftests: Flush all active callbacks
Chris Wilson
2019-10-31
drm/i915/selftests: Pretty print the i915_active
Chris Wilson
2019-10-04
drm/i915: Coordinate i915_active with its own mutex
Chris Wilson
2019-10-04
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
2019-09-20
drm/i915: Mark i915_request.timeline as a volatile, rcu pointer
Chris Wilson
2019-08-16
drm/i915: Markup expected timeline locks for i915_active
Chris Wilson
2019-08-12
drm/i915/overlay: Switch to using i915_active tracking
Chris Wilson
2019-08-02
drm/i915: Allow sharing the idle-barrier from other kernel requests
Chris Wilson
2019-07-26
drm/i915: Capture vma contents outside of spinlock
Chris Wilson
2019-06-21
drm/i915: Provide an i915_active.acquire callback
Chris Wilson
2019-06-19
drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()
Chris Wilson
2019-06-14
drm/i915: Keep contexts pinned until after the next kernel context switch
Chris Wilson
2019-03-08
drm/i915: Remove has-kernel-context
Chris Wilson
2019-03-06
drm/i915: Use i915_global_register()
Chris Wilson
2019-02-28
drm/i915: Make request allocation caches global
Chris Wilson
2019-02-05
drm/i915: Pull i915_gem_active into the i915_active family
Chris Wilson
2019-02-05
drm/i915: Allocate active tracking nodes from a slabcache
Chris Wilson
2019-02-05
drm/i915: Release the active tracker tree upon idling
Chris Wilson
2019-02-05
drm/i915: Generalise GPU activity tracking
Chris Wilson