aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/mock_engine.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-21drm/i915: Add ww ctx to i915_gem_object_trylockMaarten Lankhorst1-1/+1
2021-12-17drm/i915/gt: Use to_gt() helperMichał Winiarski1-5/+5
2021-11-19drm/i915: Create a full object for mock_ring, v2.Maarten Lankhorst1-10/+28
2021-09-24drm/i915/gt: Register the migrate contexts with their enginesThomas Hellström1-0/+2
2021-07-27drm/i915: Move active request tracking to a vfuncMatthew Brost1-0/+30
2021-07-27drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbsMatthew Brost1-2/+2
2021-06-18drm/i915: Move submission tasklet to i915_sched_engineMatthew Brost1-0/+1
2021-06-18drm/i915: Move active tracking to i915_sched_engineMatthew Brost1-4/+3
2021-06-18drm/i915: Move priolist to new i915_sched_engine objectMatthew Brost1-1/+8
2021-05-05drm/i915: drop the __i915_active_call pointer packingMatthew Auld1-1/+1
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-23/+6
2021-03-24drm/i915: Protect against request freeing during cancellation on wedgingChris Wilson1-3/+5
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson1-20/+1
2021-03-24drm/i915: Pin timeline map after first timeline pin, v4.Maarten Lankhorst1-2/+20
2021-01-09drm/i915: Refactor marking a request as EIOChris Wilson1-13/+2
2020-09-30drm/i915/selftests: Finish pending mock requests on cancellation.Chris Wilson1-4/+25
2020-09-07drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst1-1/+2
2020-09-07drm/i915: Rework intel_context pinning to do everything outside of pin_mutexMaarten Lankhorst1-1/+12
2020-09-07drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson1-3/+7
2020-09-07drm/i915/selftests: Drop stale timeline constructor assertChris Wilson1-1/+0
2020-09-07drm/i915/gt: Support multiple pinned timelinesChris Wilson1-1/+1
2020-09-07drm/i915/selftests: Mock the status_page.vma for the kernel_contextChris Wilson1-0/+3
2020-04-30drm/i915/gt: Move the batch buffer pool from the engine to the gtChris Wilson1-2/+0
2020-03-04drm/i915: Apply i915_request_skip() on submissionChris Wilson1-3/+1
2020-02-17drm/i915/selftests: Mark the mock ring->vma as being in the GGTTChris Wilson1-0/+3
2020-01-14drm/i915/selftests: Add a mock i915_vma to the mock_ringChris Wilson1-1/+16
2020-01-09drm/i915/gt: Pull context activation into central intel_context_pin()Chris Wilson1-1/+1
2020-01-03drm/i915/gt: Discard stale context state from across idlingChris Wilson1-0/+5
2019-12-22drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson1-24/+24
2019-12-21drm/i915/selftests: Setup engine->retire for mock_engineChris Wilson1-0/+2
2019-12-18drm/i915/gt: Remove direct invocation of breadcrumb signalingChris Wilson1-1/+1
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