summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/mock_engine.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Protect request retirement with timeline->mutexChris Wilson2019-08-151-1/+0
* drm/i915/gt: Guard timeline pinning without relying on struct_mutexChris Wilson2019-08-151-3/+3
* drm/i915: Lift timeline into intel_contextChris Wilson2019-08-091-39/+23
* drm/i915: Push the ring creation flags to the backendChris Wilson2019-08-091-1/+1
* drm/i915/gt: Make deferred context allocation explicitChris Wilson2019-08-091-6/+11
* drm/i915/selftests: Fixup a missing legacy_idxChris Wilson2019-08-081-0/+3
* drm/i915: Allocate kernel_contexts directlyChris Wilson2019-08-081-10/+5
* drm/i915: Replace struct_mutex for batch pool serialisationChris Wilson2019-08-041-0/+2
* drm/i915/gt: Hook up intel_context_fini()Chris Wilson2019-07-221-0/+1
* drm/i915: Provide an i915_active.acquire callbackChris Wilson2019-06-211-1/+1
* drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin2019-06-211-5/+5
* drm/i915: Make timelines gt centricTvrtko Ursulin2019-06-211-1/+1
* drm/i915: Store backpointer to intel_gt in the engineTvrtko Ursulin2019-06-211-0/+1
* drm/i915: Keep rings pinned while the context is activeChris Wilson2019-06-191-0/+1
* drm/i915: Replace engine->timeline with a plain listChris Wilson2019-06-141-12/+6
* drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson2019-06-141-5/+6
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-1/+2
* drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson2019-04-261-1/+2
* drm/i915: Split engine setup/init into two phasesChris Wilson2019-04-261-21/+27
* drm/i915: Export intel_context_instance()Chris Wilson2019-04-261-1/+7
* drm/i915: Invert the GEM wakeref hierarchyChris Wilson2019-04-241-0/+3
* drm/i915: Introduce context->enter() and context->exit()Chris Wilson2019-04-241-0/+3
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-0/+325
OpenPOWER on IntegriCloud