开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
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
2023-05-04
drm/i915/active: fix kernel-doc for function parameters
Jani Nikula
2021-12-20
drm/i915: Remove unused bits of i915_vma/active api
Maarten Lankhorst
2021-07-28
drm/i915: move i915_active slab to direct module init/exit
Daniel Vetter
2021-05-05
drm/i915: drop the __i915_active_call pointer packing
Matthew Auld
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