summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/mock_engine.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/selftests: Pin the mock kernel contextChris Wilson2018-05-231-0/+7
* drm/i915: Pull the context->pin_count dec into the common intel_context_unpinChris Wilson2018-05-181-3/+0Star
* drm/i915: Store a pointer to intel_context in i915_requestChris Wilson2018-05-181-14/+27
* drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-031-11/+21
* drm/i915: Move timeline from GTT to ringChris Wilson2018-05-031-2/+3
* drm/i915: Only track live rings for retiringChris Wilson2018-04-301-4/+0Star
* drm/i915: Retire requests along ringsChris Wilson2018-04-301-7/+20
* drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson2018-04-301-3/+10
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-5/+5
* drm/i915/selftests: Increase size for mock ringbufferChris Wilson2017-11-151-1/+3
* drm/i915/selftests: Don't try to queue a request with zero delayChris Wilson2017-10-251-9/+28
* drm/i915: Convert timers to use timer_setup()Kees Cook2017-10-181-5/+3Star
* drm/i915: Supply the engine-id for our mock_engine()Chris Wilson2017-08-101-3/+5
* drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson2017-05-041-4/+4
* drm/i915: Generate the engine name based on the instance numberOscar Mateo2017-04-111-1/+1
* drm/i915: intel_ring.engine is unusedChris Wilson2017-04-031-1/+0Star
* drm/i915: Remove intel_ring.last_retired_headChris Wilson2017-03-211-1/+0Star
* drm/i915: Mock infrastructure for request emissionChris Wilson2017-02-131-10/+162
* drm/i915: Add unit tests for the breadcrumb rbtree, insert/removeChris Wilson2017-02-131-0/+55