aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/i915_request.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-18drm/i915/selftests: Use correct selfest calls for live testsMatthew Brost1-1/+1
2022-07-21drm/i915/selftests: Fix comment typoJason Wang1-1/+1
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-nextRodrigo Vivi1-1/+118
2022-02-11drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula1-0/+1
2022-01-18drm/i915/selftests: Add a cancel request selftest that triggers a resetMatthew Brost1-0/+117
2022-01-05drm/i915/selftests: Use to_gt() helper for GGTT accessesMichaƂ Winiarski1-1/+1
2021-12-17drm/i915/selftests: Use to_gt() helperAndi Shyti1-5/+5
2021-12-01drm/i915/gem: Fix a NULL pointer dereference in igt_request_rewind()Zhou Qingyang1-0/+10
2021-10-22drm/i915/selftests: Increase timeout in requests perf selftestMatthew Brost1-2/+2
2021-07-27drm/i915/selftest: Increase some timeouts in live_requestsMatthew Brost1-2/+2
2021-06-11Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-2/+2
2021-06-07drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-4/+4
2021-06-02drm/i915/selftests: Fix return value check in live_breadcrumbs_smoketest()Zhihao Cheng1-2/+2
2021-03-26drm/i915: Individual request cancellationChris Wilson1-0/+201
2021-03-24drm/i915/selftests: Prepare i915_request tests for obj->mm.lock removalMaarten Lankhorst1-5/+5
2020-12-24drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson1-5/+1
2020-12-23drm/i915/gt: Consolidate the CS timestamp clocksChris Wilson1-1/+2
2020-11-16drm/i915/selftests: Fix wrong return value of perf_request_latency()Zhang Xiaoxu1-1/+3
2020-11-16drm/i915/selftests: Fix wrong return value of perf_series_engines()Zhang Xiaoxu1-1/+3
2020-09-21drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter1-1/+1
2020-09-07drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3.Maarten Lankhorst1-6/+12
2020-08-17drm/i915: Fix wrong return valueTianjia Zhang1-1/+1
2020-07-08drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio1-1/+1
2020-06-18drm/i915/gt: Always report the sample time for busy-statsChris Wilson1-22/+41
2020-06-18drm/i915/selftests: Enable selftesting of busy-statsChris Wilson1-18/+3
2020-05-19drm/i915/selftests: Measure dispatch latencyChris Wilson1-0/+823
2020-05-11drm/i915/selftests: Always flush before unpining after writingChris Wilson1-2/+7
2020-05-11drm/i915: Emit await(batch) before MI_BB_STARTChris Wilson1-14/+14
2020-04-30drm/i915/gt: Always enable busy-stats for execlistsChris Wilson1-12/+4
2020-04-23drm/i915/selftests: Add request throughput measurement to perfChris Wilson1-1/+579
2020-03-26drm/i915: Drop final few uses of drm_i915_private.engineChris Wilson1-4/+10
2020-03-19drm/i915: Prefer '%ps' for printing function symbol namesChris Wilson1-1/+1
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson1-5/+1
2019-12-13drm/i915/selftests: remove a conditionDan Carpenter1-2/+1
2019-11-25drm/i915: Serialise with engine-pm around requests on the kernel_contextChris Wilson1-10/+30
2019-11-23drm/i915/selftests: Include the subsubtest name for live_parallel_enginesChris Wilson1-1/+3
2019-11-08drm/i915/selftests: Complete transition to a real struct file mockChris Wilson1-2/+2
2019-11-07drm/i915/selftests: Replace mock_file hackery with drm's true fakeChris Wilson1-1/+1
2019-11-01drm/i915/selftests: Spin on all engines simultaneouslyChris Wilson1-0/+76
2019-11-01drm/i915/selftests: Start kthreads before stoppingChris Wilson1-0/+4
2019-10-17drm/i915/selftests: Teach requests to use all available enginesChris Wilson1-112/+175
2019-10-04drm/i915: Move context management under GEMChris Wilson1-9/+3
2019-10-04drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson1-108/+43
2019-10-04drm/i915: Pull i915_vma_pin under the vm->mutexChris Wilson1-0/+7
2019-09-27drm/i915/selftests: Exercise concurrent submission to all enginesChris Wilson1-0/+125
2019-08-21drm/i915/selftests: Fixup a couple of missing serialisation with vmaChris Wilson1-1/+3
2019-08-19drm/i915: Serialize against vma movesChris Wilson1-1/+3
2019-08-08drm/i915/selftests: Fixup a missing legacy_idxChris Wilson1-1/+1
2019-08-08drm/i915/selftests: Pass intel_context to mock_requestChris Wilson1-16/+22
2019-07-12drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson1-2/+2