summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/i915_request.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Remove i915->kernel_contextChris Wilson2019-12-211-5/+1
* drm/i915/selftests: remove a conditionDan Carpenter2019-12-131-2/+1
* drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson2019-11-251-10/+30
* drm/i915/selftests: Include the subsubtest name for live_parallel_enginesChris Wilson2019-11-231-1/+3
* drm/i915/selftests: Complete transition to a real struct file mockChris Wilson2019-11-081-2/+2
* drm/i915/selftests: Replace mock_file hackery with drm's true fakeChris Wilson2019-11-071-1/+1
* drm/i915/selftests: Spin on all engines simultaneouslyChris Wilson2019-11-011-0/+76
* drm/i915/selftests: Start kthreads before stoppingChris Wilson2019-11-011-0/+4
* drm/i915/selftests: Teach requests to use all available enginesChris Wilson2019-10-171-112/+175
* drm/i915: Move context management under GEMChris Wilson2019-10-041-9/+3
* drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson2019-10-041-108/+43
* drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson2019-10-041-0/+7
* drm/i915/selftests: Exercise concurrent submission to all enginesChris Wilson2019-09-271-0/+125
* drm/i915/selftests: Fixup a couple of missing serialisation with vmaChris Wilson2019-08-211-1/+3
* drm/i915: Serialize against vma movesChris Wilson2019-08-191-1/+3
* drm/i915/selftests: Fixup a missing legacy_idxChris Wilson2019-08-081-1/+1
* drm/i915/selftests: Pass intel_context to mock_requestChris Wilson2019-08-081-16/+22
* drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson2019-07-121-2/+2
* drm/i915/selftests: Hold ref on request across waitsChris Wilson2019-06-261-9/+12
* drm/i915: Move i915_gem_chipset_flush to intel_gtTvrtko Ursulin2019-06-211-4/+6
* drm/i915/execlists: Preempt-to-busyChris Wilson2019-06-201-3/+5
* drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()Chris Wilson2019-06-191-19/+11
* drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio2019-06-141-1/+1
* drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio2019-06-141-10/+10
* drm/i915: Pull kref into i915_address_spaceChris Wilson2019-06-111-2/+1
* drm/i915: Drop the deferred active referenceChris Wilson2019-05-281-8/+0
* drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson2019-05-281-0/+4
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-2/+4
* drm/i915: Move i915_request_alloc into selftests/Chris Wilson2019-04-261-2/+2
* drm/i915: Pass intel_context to i915_request_create()Chris Wilson2019-04-241-5/+4
* drm/i915: Flush pages on acquisitionChris Wilson2019-03-211-9/+5
* drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-051-7/+7
* drm/i915: Introduce i915_timeline.mutexChris Wilson2019-03-011-3/+1
* drm/i915: Remove access to global seqno in the HWSPChris Wilson2019-02-261-2/+1
* drm/i915: Beware temporary wedging when determining -EIOChris Wilson2019-02-201-1/+1
* drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson2019-01-291-0/+425
* drm/i915/selftests: Refactor common live_test frameworkChris Wilson2019-01-221-73/+13
* drm/i915: Syntatic sugar for using intel_runtime_pmChris Wilson2019-01-141-5/+3
* drm/i915/selftests: Mark up rpm wakerefsChris Wilson2019-01-141-9/+18
* drm/i915: Markup paired operations on wakerefsChris Wilson2019-01-141-4/+4
* drm/i915/selftests: Live tests emit requests and so require rpmChris Wilson2018-09-201-0/+8
* drm/i915: Provide a timeout to i915_gem_wait_for_idle()Chris Wilson2018-07-091-1/+3
* drm/i915: Start returning an error from i915_vma_move_to_active()Chris Wilson2018-07-061-2/+6
* drm/i915/selftests: Skip all request selftests when wedgedChris Wilson2018-07-061-0/+4
* drm/i915/selftests: Fixup recursive MI_BB_START for gen3Chris Wilson2018-07-051-4/+1
* drm/i915: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-06-281-1/+1
* drm/i915/selftests: Initialise request to silence a compilerChris Wilson2018-06-141-2/+2
* drm/i915: Make closing request flush mandatoryChris Wilson2018-06-141-1/+1
* drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson2018-06-051-2/+3
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-0/+865
OpenPOWER on IntegriCloud