summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/i915_request.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/selftests: Annotate struct perf_series with __counted_byKees Cook2023-10-051-1/+1
* drm/i915/selftest: Remove avoidable init assignmentTejas Upadhyay2023-03-071-2/+1
* drm/i915/selftests: Fix live_requests for all enginesTvrtko Ursulin2023-03-011-56/+77
* drm/i915: Wrap all access to i915_vma.node.start|sizeChris Wilson2022-12-061-10/+10
* drm/i915: call i915_request_await_object from _i915_vma_move_to_activeAndrzej Hajda2022-11-161-7/+2
* drm/i915/selftests: Reduce oversaturation of request smoketestingChris Wilson2022-11-031-2/+3
* drm/i915/selftests: Stop using kthread_stop()Tvrtko Ursulin2022-10-201-90/+162
* drm/i915/selftests: Use correct selfest calls for live testsMatthew Brost2022-08-181-1/+1
* drm/i915/selftests: Fix comment typoJason Wang2022-07-211-1/+1
* 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-181-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-171-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-271-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