summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/selftests/i915_request.c
AgeCommit message (Expand)Author
2023-10-05drm/i915/selftests: Annotate struct perf_series with __counted_byKees Cook
2023-03-07drm/i915/selftest: Remove avoidable init assignmentTejas Upadhyay
2023-03-01drm/i915/selftests: Fix live_requests for all enginesTvrtko Ursulin
2022-12-06drm/i915: Wrap all access to i915_vma.node.start|sizeChris Wilson
2022-11-16drm/i915: call i915_request_await_object from _i915_vma_move_to_activeAndrzej Hajda
2022-11-03drm/i915/selftests: Reduce oversaturation of request smoketestingChris Wilson
2022-10-20drm/i915/selftests: Stop using kthread_stop()Tvrtko Ursulin
2022-08-18drm/i915/selftests: Use correct selfest calls for live testsMatthew Brost
2022-07-21drm/i915/selftests: Fix comment typoJason Wang
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi
2022-02-11drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula
2022-01-18drm/i915/selftests: Add a cancel request selftest that triggers a resetMatthew Brost
2022-01-05drm/i915/selftests: Use to_gt() helper for GGTT accessesMichaƂ Winiarski
2021-12-17drm/i915/selftests: Use to_gt() helperAndi Shyti
2021-12-01drm/i915/gem: Fix a NULL pointer dereference in igt_request_rewind()Zhou Qingyang
2021-10-22drm/i915/selftests: Increase timeout in requests perf selftestMatthew Brost
2021-07-27drm/i915/selftest: Increase some timeouts in live_requestsMatthew Brost
2021-06-11Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-06-07drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi
2021-06-02drm/i915/selftests: Fix return value check in live_breadcrumbs_smoketest()Zhihao Cheng
2021-03-26drm/i915: Individual request cancellationChris Wilson
2021-03-24drm/i915/selftests: Prepare i915_request tests for obj->mm.lock removalMaarten Lankhorst
2020-12-24drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson
2020-12-23drm/i915/gt: Consolidate the CS timestamp clocksChris Wilson
2020-11-16drm/i915/selftests: Fix wrong return value of perf_request_latency()Zhang Xiaoxu
2020-11-16drm/i915/selftests: Fix wrong return value of perf_series_engines()Zhang Xiaoxu
2020-09-21drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter
2020-09-07drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3.Maarten Lankhorst
2020-08-17drm/i915: Fix wrong return valueTianjia Zhang
2020-07-08drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio
2020-06-18drm/i915/gt: Always report the sample time for busy-statsChris Wilson
2020-06-18drm/i915/selftests: Enable selftesting of busy-statsChris Wilson
2020-05-19drm/i915/selftests: Measure dispatch latencyChris Wilson
2020-05-11drm/i915/selftests: Always flush before unpining after writingChris Wilson
2020-05-11drm/i915: Emit await(batch) before MI_BB_STARTChris Wilson
2020-04-30drm/i915/gt: Always enable busy-stats for execlistsChris Wilson
2020-04-23drm/i915/selftests: Add request throughput measurement to perfChris Wilson
2020-03-26drm/i915: Drop final few uses of drm_i915_private.engineChris Wilson
2020-03-19drm/i915: Prefer '%ps' for printing function symbol namesChris Wilson
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson
2019-12-13drm/i915/selftests: remove a conditionDan Carpenter
2019-11-25drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson
2019-11-23drm/i915/selftests: Include the subsubtest name for live_parallel_enginesChris Wilson
2019-11-08drm/i915/selftests: Complete transition to a real struct file mockChris Wilson
2019-11-07drm/i915/selftests: Replace mock_file hackery with drm's true fakeChris Wilson
2019-11-01drm/i915/selftests: Spin on all engines simultaneouslyChris Wilson
2019-11-01drm/i915/selftests: Start kthreads before stoppingChris Wilson
2019-10-17drm/i915/selftests: Teach requests to use all available enginesChris Wilson
2019-10-04drm/i915: Move context management under GEMChris Wilson
2019-10-04drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson