summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/i915_request.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi2022-02-231-1/+118
|\
| * drm/i915/selftests: Add a cancel request selftest that triggers a resetMatthew Brost2022-01-191-0/+117
| * drm/i915/selftests: Use to_gt() helper for GGTT accessesMichaƂ Winiarski2022-01-051-1/+1
* | drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula2022-02-111-0/+1
|/
* drm/i915/selftests: Use to_gt() helperAndi Shyti2021-12-181-5/+5
* drm/i915/gem: Fix a NULL pointer dereference in igt_request_rewind()Zhou Qingyang2021-12-011-0/+10
* drm/i915/selftests: Increase timeout in requests perf selftestMatthew Brost2021-10-221-2/+2
* drm/i915/selftest: Increase some timeouts in live_requestsMatthew Brost2021-07-281-2/+2
* Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...Dave Airlie2021-06-111-2/+2
|\
| * drm/i915/selftests: Fix return value check in live_breadcrumbs_smoketest()Zhihao Cheng2021-06-021-2/+2
* | drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-071-4/+4
|/
* drm/i915: Individual request cancellationChris Wilson2021-03-261-0/+201
* drm/i915/selftests: Prepare i915_request tests for obj->mm.lock removalMaarten Lankhorst2021-03-241-5/+5
* drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson2020-12-241-5/+1
* drm/i915/gt: Consolidate the CS timestamp clocksChris Wilson2020-12-231-1/+2
* drm/i915/selftests: Fix wrong return value of perf_request_latency()Zhang Xiaoxu2020-11-161-1/+3
* drm/i915/selftests: Fix wrong return value of perf_series_engines()Zhang Xiaoxu2020-11-161-1/+3
* drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter2020-09-211-1/+1
* drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3.Maarten Lankhorst2020-09-071-6/+12
* drm/i915: Fix wrong return valueTianjia Zhang2020-08-171-1/+1
* drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio2020-07-081-1/+1
* drm/i915/gt: Always report the sample time for busy-statsChris Wilson2020-06-181-22/+41
* drm/i915/selftests: Enable selftesting of busy-statsChris Wilson2020-06-181-18/+3
* drm/i915/selftests: Measure dispatch latencyChris Wilson2020-05-191-0/+823
* drm/i915/selftests: Always flush before unpining after writingChris Wilson2020-05-111-2/+7
* drm/i915: Emit await(batch) before MI_BB_STARTChris Wilson2020-05-111-14/+14
* drm/i915/gt: Always enable busy-stats for execlistsChris Wilson2020-04-301-12/+4
* drm/i915/selftests: Add request throughput measurement to perfChris Wilson2020-04-231-1/+579
* drm/i915: Drop final few uses of drm_i915_private.engineChris Wilson2020-03-261-4/+10
* drm/i915: Prefer '%ps' for printing function symbol namesChris Wilson2020-03-191-1/+1
* 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