summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/selftests/mock_engine.c
AgeCommit message (Expand)Author
2019-03-21drm/i915: Stop storing the context name as the timeline nameChris Wilson
2019-03-20drm/i915/selftests: Provide stub reset functionsChris Wilson
2019-03-19drm/i915: Hold a reference to the active HW contextChris Wilson
2019-03-19drm/i915: Lock the gem_context->active_list while dropping the linkChris Wilson
2019-03-18drm/i915: Hold a ref to the ring while retiringChris Wilson
2019-03-08drm/i915: Introduce intel_context.pin_mutex for pin managementChris Wilson
2019-03-08drm/i915: Track the pinned kernel contexts on each engineChris Wilson
2019-03-08drm/i915: Make context pinning part of intel_context_opsChris Wilson
2019-03-08drm/i915: Move over to intel_context_lookup()Chris Wilson
2019-03-08drm/i915: Store the intel_context_ops in the intel_engine_csChris Wilson
2019-03-08drm/i915: Track active engines within a contextChris Wilson
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson
2019-02-28drm/i915: Make request allocation caches globalChris Wilson
2019-02-26drm/i915: Remove i915_request.global_seqnoChris Wilson
2019-02-26drm/i915: Remove access to global seqno in the HWSPChris Wilson
2019-01-29drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson
2019-01-29drm/i915: Identify active requestsChris Wilson
2019-01-28drm/i915: Track the context's seqno in its own timeline HWSPChris Wilson
2019-01-28drm/i915: Allocate a status page for each timelineChris Wilson
2019-01-28drm/i915: Always allocate an object/vma for the HWSPChris Wilson
2019-01-25drm/i915: Measure the required reserved size for request emissionChris Wilson
2019-01-22drm/i915/selftests: Use common mock_engine::advanceChris Wilson
2019-01-18drm/i915/selftests: Allocate mock ring/timeline per contextChris Wilson
2019-01-18drm/i915: Use b->irq_enable() as predicate for mock engineChris Wilson
2018-12-31drm/i915: Remove redundant trailing request flushChris Wilson
2018-11-16drm/i915/selftests: Workaround an issue with unused lockdep subclassChris Wilson
2018-07-07drm/i915: Replace nested subclassing with explicit subclassesChris Wilson
2018-05-23drm/i915/selftests: Pin the mock kernel contextChris Wilson
2018-05-18drm/i915: Pull the context->pin_count dec into the common intel_context_unpinChris Wilson
2018-05-18drm/i915: Store a pointer to intel_context in i915_requestChris Wilson
2018-05-02drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson
2018-05-02drm/i915: Move timeline from GTT to ringChris Wilson
2018-04-30drm/i915: Only track live rings for retiringChris Wilson
2018-04-30drm/i915: Retire requests along ringsChris Wilson
2018-04-30drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson
2017-11-15drm/i915/selftests: Increase size for mock ringbufferChris Wilson
2017-10-25drm/i915/selftests: Don't try to queue a request with zero delayChris Wilson
2017-10-18drm/i915: Convert timers to use timer_setup()Kees Cook
2017-08-10drm/i915: Supply the engine-id for our mock_engine()Chris Wilson
2017-05-04drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson
2017-04-11drm/i915: Generate the engine name based on the instance numberOscar Mateo
2017-04-03drm/i915: intel_ring.engine is unusedChris Wilson
2017-03-21drm/i915: Remove intel_ring.last_retired_headChris Wilson
2017-02-13drm/i915: Mock infrastructure for request emissionChris Wilson
2017-02-13drm/i915: Add unit tests for the breadcrumb rbtree, insert/removeChris Wilson