aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/mock_engine.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-24drm/i915/gt: Split intel_ring_submissionChris Wilson1-0/+1
2019-10-18drm/i915/selftests: Add the mock engine to the gt->engine[]Chris Wilson1-0/+4
2019-10-08drm/i915/selftests: Assign the intel_runtime_pm pointer for mock_uncoreChris Wilson1-0/+1
2019-10-08drm/i915/selftests: Assign the mock_engine->uncore shortcutChris Wilson1-0/+1
2019-08-15drm/i915: Protect request retirement with timeline->mutexChris Wilson1-1/+0
2019-08-15drm/i915/gt: Guard timeline pinning without relying on struct_mutexChris Wilson1-3/+3
2019-08-09drm/i915: Lift timeline into intel_contextChris Wilson1-39/+23
2019-08-09drm/i915: Push the ring creation flags to the backendChris Wilson1-1/+1
2019-08-09drm/i915/gt: Make deferred context allocation explicitChris Wilson1-6/+11
2019-08-08drm/i915/selftests: Fixup a missing legacy_idxChris Wilson1-0/+3
2019-08-08drm/i915: Allocate kernel_contexts directlyChris Wilson1-10/+5
2019-08-04drm/i915: Replace struct_mutex for batch pool serialisationChris Wilson1-0/+2
2019-07-22drm/i915/gt: Hook up intel_context_fini()Chris Wilson1-0/+1
2019-06-21drm/i915: Provide an i915_active.acquire callbackChris Wilson1-1/+1
2019-06-21drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin1-5/+5
2019-06-21drm/i915: Make timelines gt centricTvrtko Ursulin1-1/+1
2019-06-21drm/i915: Store backpointer to intel_gt in the engineTvrtko Ursulin1-0/+1
2019-06-19drm/i915: Keep rings pinned while the context is activeChris Wilson1-0/+1
2019-06-14drm/i915: Replace engine->timeline with a plain listChris Wilson1-12/+6
2019-06-14drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson1-5/+6
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson1-1/+2
2019-04-26drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson1-1/+2
2019-04-26drm/i915: Split engine setup/init into two phasesChris Wilson1-21/+27
2019-04-26drm/i915: Export intel_context_instance()Chris Wilson1-1/+7
2019-04-24drm/i915: Invert the GEM wakeref hierarchyChris Wilson1-0/+3
2019-04-24drm/i915: Introduce context->enter() and context->exit()Chris Wilson1-0/+3
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson1-0/+325