index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
intel_context.c
Age
Commit message (
Expand
)
Author
2019-11-27
drm/i915: Reduce nested prepare_remote_context() to a trylock
Chris Wilson
2019-10-24
drm/i915/gt: Split intel_ring_submission
Chris Wilson
2019-10-07
drm/i915/gt: Prefer local path to runtime powermanagement
Chris Wilson
2019-10-04
drm/i915: Move context management under GEM
Chris Wilson
2019-10-04
drm/i915: Coordinate i915_active with its own mutex
Chris Wilson
2019-10-04
drm/i915: Push the i915_active.retire into a worker
Chris Wilson
2019-09-20
drm/i915: Mark i915_request.timeline as a volatile, rcu pointer
Chris Wilson
2019-09-11
drm/i915: Make shrink/unshrink be atomic
Chris Wilson
2019-08-16
drm/i915: Markup expected timeline locks for i915_active
Chris Wilson
2019-08-15
drm/i915/gt: Track timeline activeness in enter/exit
Chris Wilson
2019-08-09
drm/i915: Lift timeline into intel_context
Chris Wilson
2019-08-09
drm/i915: Push the ring creation flags to the backend
Chris Wilson
2019-08-09
drm/i915/gt: Make deferred context allocation explicit
Chris Wilson
2019-08-02
drm/i915: Hide unshrinkable context objects from the shrinker
Chris Wilson
2019-08-02
drm/i915: Allow sharing the idle-barrier from other kernel requests
Chris Wilson
2019-07-30
drm/i915/gt: Provide a local intel_context.vm
Chris Wilson
2019-07-26
drm/i915/gt: Add to timeline requires the timeline mutex
Chris Wilson
2019-07-22
drm/i915/gt: Hook up intel_context_fini()
Chris Wilson
2019-07-17
drm/i915/oa: Reconfigure contexts on the fly
Chris Wilson
2019-06-26
drm/i915/gt: Add some debug tracing for context pinning
Chris Wilson
2019-06-21
drm/i915: Provide an i915_active.acquire callback
Chris Wilson
2019-06-19
drm/i915: Keep rings pinned while the context is active
Chris Wilson
2019-06-19
drm/i915: Make the semaphore saturation mask global
Chris Wilson
2019-06-14
drm/i915: Keep contexts pinned until after the next kernel context switch
Chris Wilson
2019-06-14
drm/i915: update with_intel_runtime_pm to use the rpm structure
Daniele Ceraolo Spurio
2019-05-28
drm/i915: Move more GEM objects under gem/
Chris Wilson
2019-05-04
drm/i915: Disable semaphore busywaits on saturated systems
Chris Wilson
2019-04-26
drm/i915: Remove intel_context.active_link
Chris Wilson
2019-04-26
drm/i915: Switch back to an array of logical per-engine HW contexts
Chris Wilson
2019-04-26
drm/i915: Pass intel_context to intel_context_pin_lock()
Chris Wilson
2019-04-26
drm/i915: Export intel_context_instance()
Chris Wilson
2019-04-24
drm/i915: Invert the GEM wakeref hierarchy
Chris Wilson
2019-04-24
drm/i915: Introduce context->enter() and context->exit()
Chris Wilson
2019-04-24
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson