summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/mock_engine.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Add ww ctx to i915_gem_object_trylockMaarten Lankhorst2021-12-211-1/+1
* drm/i915/gt: Use to_gt() helperMichał Winiarski2021-12-171-5/+5
* drm/i915: Create a full object for mock_ring, v2.Maarten Lankhorst2021-11-191-10/+28
* drm/i915/gt: Register the migrate contexts with their enginesThomas Hellström2021-09-241-0/+2
* drm/i915: Move active request tracking to a vfuncMatthew Brost2021-07-271-0/+30
* drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbsMatthew Brost2021-07-271-2/+2
* drm/i915: Move submission tasklet to i915_sched_engineMatthew Brost2021-06-181-0/+1
* drm/i915: Move active tracking to i915_sched_engineMatthew Brost2021-06-181-4/+3
* drm/i915: Move priolist to new i915_sched_engine objectMatthew Brost2021-06-181-1/+8
* drm/i915: drop the __i915_active_call pointer packingMatthew Auld2021-05-051-1/+1
* Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie2021-04-081-23/+6
|\
| * drm/i915: Protect against request freeing during cancellation on wedgingChris Wilson2021-03-241-3/+5
| * drm/i915/gt: SPDX cleanupChris Wilson2021-03-241-20/+1
* | drm/i915: Pin timeline map after first timeline pin, v4.Maarten Lankhorst2021-03-241-2/+20
|/
* drm/i915: Refactor marking a request as EIOChris Wilson2021-01-091-13/+2
* drm/i915/selftests: Finish pending mock requests on cancellation.Chris Wilson2020-09-301-4/+25
* drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst2020-09-071-1/+2
* drm/i915: Rework intel_context pinning to do everything outside of pin_mutexMaarten Lankhorst2020-09-071-1/+12
* drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson2020-09-071-3/+7
* drm/i915/selftests: Drop stale timeline constructor assertChris Wilson2020-09-071-1/+0
* drm/i915/gt: Support multiple pinned timelinesChris Wilson2020-09-071-1/+1
* drm/i915/selftests: Mock the status_page.vma for the kernel_contextChris Wilson2020-09-071-0/+3
* drm/i915/gt: Move the batch buffer pool from the engine to the gtChris Wilson2020-04-301-2/+0
* drm/i915: Apply i915_request_skip() on submissionChris Wilson2020-03-041-3/+1
* drm/i915/selftests: Mark the mock ring->vma as being in the GGTTChris Wilson2020-02-171-0/+3
* drm/i915/selftests: Add a mock i915_vma to the mock_ringChris Wilson2020-01-141-1/+16
* drm/i915/gt: Pull context activation into central intel_context_pin()Chris Wilson2020-01-091-1/+1
* drm/i915/gt: Discard stale context state from across idlingChris Wilson2020-01-031-0/+5
* drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson2019-12-221-24/+24
* drm/i915/selftests: Setup engine->retire for mock_engineChris Wilson2019-12-211-0/+2
* drm/i915/gt: Remove direct invocation of breadcrumb signalingChris Wilson2019-12-181-1/+1
* drm/i915/gt: Split intel_ring_submissionChris Wilson2019-10-241-0/+1
* drm/i915/selftests: Add the mock engine to the gt->engine[]Chris Wilson2019-10-181-0/+4
* drm/i915/selftests: Assign the intel_runtime_pm pointer for mock_uncoreChris Wilson2019-10-081-0/+1
* drm/i915/selftests: Assign the mock_engine->uncore shortcutChris Wilson2019-10-081-0/+1
* 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