summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/mock_engine.c
AgeCommit message (Expand)Author
2021-09-24drm/i915/gt: Register the migrate contexts with their enginesThomas Hellström
2021-07-27drm/i915: Move active request tracking to a vfuncMatthew Brost
2021-07-27drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbsMatthew Brost
2021-06-18drm/i915: Move submission tasklet to i915_sched_engineMatthew Brost
2021-06-18drm/i915: Move active tracking to i915_sched_engineMatthew Brost
2021-06-18drm/i915: Move priolist to new i915_sched_engine objectMatthew Brost
2021-05-05drm/i915: drop the __i915_active_call pointer packingMatthew Auld
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-03-24drm/i915: Protect against request freeing during cancellation on wedgingChris Wilson
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson
2021-03-24drm/i915: Pin timeline map after first timeline pin, v4.Maarten Lankhorst
2021-01-09drm/i915: Refactor marking a request as EIOChris Wilson
2020-09-30drm/i915/selftests: Finish pending mock requests on cancellation.Chris Wilson
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst
2020-09-07drm/i915: Rework intel_context pinning to do everything outside of pin_mutexMaarten Lankhorst
2020-09-07drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson
2020-09-07drm/i915/selftests: Drop stale timeline constructor assertChris Wilson
2020-09-07drm/i915/gt: Support multiple pinned timelinesChris Wilson
2020-09-07drm/i915/selftests: Mock the status_page.vma for the kernel_contextChris Wilson
2020-04-30drm/i915/gt: Move the batch buffer pool from the engine to the gtChris Wilson
2020-03-04drm/i915: Apply i915_request_skip() on submissionChris Wilson
2020-02-17drm/i915/selftests: Mark the mock ring->vma as being in the GGTTChris Wilson
2020-01-14drm/i915/selftests: Add a mock i915_vma to the mock_ringChris Wilson
2020-01-09drm/i915/gt: Pull context activation into central intel_context_pin()Chris Wilson
2020-01-03drm/i915/gt: Discard stale context state from across idlingChris Wilson
2019-12-22drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson
2019-12-21drm/i915/selftests: Setup engine->retire for mock_engineChris Wilson
2019-12-18drm/i915/gt: Remove direct invocation of breadcrumb signalingChris Wilson
2019-10-24drm/i915/gt: Split intel_ring_submissionChris Wilson
2019-10-18drm/i915/selftests: Add the mock engine to the gt->engine[]Chris Wilson
2019-10-08drm/i915/selftests: Assign the intel_runtime_pm pointer for mock_uncoreChris Wilson
2019-10-08drm/i915/selftests: Assign the mock_engine->uncore shortcutChris Wilson
2019-08-15drm/i915: Protect request retirement with timeline->mutexChris Wilson
2019-08-15drm/i915/gt: Guard timeline pinning without relying on struct_mutexChris Wilson
2019-08-09drm/i915: Lift timeline into intel_contextChris Wilson
2019-08-09drm/i915: Push the ring creation flags to the backendChris Wilson
2019-08-09drm/i915/gt: Make deferred context allocation explicitChris Wilson
2019-08-08drm/i915/selftests: Fixup a missing legacy_idxChris Wilson
2019-08-08drm/i915: Allocate kernel_contexts directlyChris Wilson
2019-08-04drm/i915: Replace struct_mutex for batch pool serialisationChris Wilson
2019-07-22drm/i915/gt: Hook up intel_context_fini()Chris Wilson
2019-06-21drm/i915: Provide an i915_active.acquire callbackChris Wilson
2019-06-21drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin
2019-06-21drm/i915: Make timelines gt centricTvrtko Ursulin
2019-06-21drm/i915: Store backpointer to intel_gt in the engineTvrtko Ursulin
2019-06-19drm/i915: Keep rings pinned while the context is activeChris Wilson
2019-06-14drm/i915: Replace engine->timeline with a plain listChris Wilson
2019-06-14drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson
2019-04-26drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson