index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
selftests
/
i915_request.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...
Rodrigo Vivi
2022-02-23
1
-1
/
+118
|
\
|
*
drm/i915/selftests: Add a cancel request selftest that triggers a reset
Matthew Brost
2022-01-19
1
-0
/
+117
|
*
drm/i915/selftests: Use to_gt() helper for GGTT accesses
MichaĆ Winiarski
2022-01-05
1
-1
/
+1
*
|
drm/i915: split out i915_gem_internal.h from i915_drv.h
Jani Nikula
2022-02-11
1
-0
/
+1
|
/
*
drm/i915/selftests: Use to_gt() helper
Andi Shyti
2021-12-18
1
-5
/
+5
*
drm/i915/gem: Fix a NULL pointer dereference in igt_request_rewind()
Zhou Qingyang
2021-12-01
1
-0
/
+10
*
drm/i915/selftests: Increase timeout in requests perf selftest
Matthew Brost
2021-10-22
1
-2
/
+2
*
drm/i915/selftest: Increase some timeouts in live_requests
Matthew Brost
2021-07-28
1
-2
/
+2
*
Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...
Dave Airlie
2021-06-11
1
-2
/
+2
|
\
|
*
drm/i915/selftests: Fix return value check in live_breadcrumbs_smoketest()
Zhihao Cheng
2021-06-02
1
-2
/
+2
*
|
drm/i915: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
2021-06-07
1
-4
/
+4
|
/
*
drm/i915: Individual request cancellation
Chris Wilson
2021-03-26
1
-0
/
+201
*
drm/i915/selftests: Prepare i915_request tests for obj->mm.lock removal
Maarten Lankhorst
2021-03-24
1
-5
/
+5
*
drm/i915/gt: Replace direct submit with direct call to tasklet
Chris Wilson
2020-12-24
1
-5
/
+1
*
drm/i915/gt: Consolidate the CS timestamp clocks
Chris Wilson
2020-12-23
1
-1
/
+2
*
drm/i915/selftests: Fix wrong return value of perf_request_latency()
Zhang Xiaoxu
2020-11-16
1
-1
/
+3
*
drm/i915/selftests: Fix wrong return value of perf_series_engines()
Zhang Xiaoxu
2020-11-16
1
-1
/
+3
*
drm/i915/selftest: Create mock_destroy_device
Daniel Vetter
2020-09-21
1
-1
/
+1
*
drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3.
Maarten Lankhorst
2020-09-07
1
-6
/
+12
*
drm/i915: Fix wrong return value
Tianjia Zhang
2020-08-17
1
-1
/
+1
*
drm/i915: Move the engine mask to intel_gt_info
Daniele Ceraolo Spurio
2020-07-08
1
-1
/
+1
*
drm/i915/gt: Always report the sample time for busy-stats
Chris Wilson
2020-06-18
1
-22
/
+41
*
drm/i915/selftests: Enable selftesting of busy-stats
Chris Wilson
2020-06-18
1
-18
/
+3
*
drm/i915/selftests: Measure dispatch latency
Chris Wilson
2020-05-19
1
-0
/
+823
*
drm/i915/selftests: Always flush before unpining after writing
Chris Wilson
2020-05-11
1
-2
/
+7
*
drm/i915: Emit await(batch) before MI_BB_START
Chris Wilson
2020-05-11
1
-14
/
+14
*
drm/i915/gt: Always enable busy-stats for execlists
Chris Wilson
2020-04-30
1
-12
/
+4
*
drm/i915/selftests: Add request throughput measurement to perf
Chris Wilson
2020-04-23
1
-1
/
+579
*
drm/i915: Drop final few uses of drm_i915_private.engine
Chris Wilson
2020-03-26
1
-4
/
+10
*
drm/i915: Prefer '%ps' for printing function symbol names
Chris Wilson
2020-03-19
1
-1
/
+1
*
drm/i915: Remove i915->kernel_context
Chris Wilson
2019-12-21
1
-5
/
+1
*
drm/i915/selftests: remove a condition
Dan Carpenter
2019-12-13
1
-2
/
+1
*
drm/i915: Serialise with engine-pm around requests on the kernel_context
Chris Wilson
2019-11-25
1
-10
/
+30
*
drm/i915/selftests: Include the subsubtest name for live_parallel_engines
Chris Wilson
2019-11-23
1
-1
/
+3
*
drm/i915/selftests: Complete transition to a real struct file mock
Chris Wilson
2019-11-08
1
-2
/
+2
*
drm/i915/selftests: Replace mock_file hackery with drm's true fake
Chris Wilson
2019-11-07
1
-1
/
+1
*
drm/i915/selftests: Spin on all engines simultaneously
Chris Wilson
2019-11-01
1
-0
/
+76
*
drm/i915/selftests: Start kthreads before stopping
Chris Wilson
2019-11-01
1
-0
/
+4
*
drm/i915/selftests: Teach requests to use all available engines
Chris Wilson
2019-10-17
1
-112
/
+175
*
drm/i915: Move context management under GEM
Chris Wilson
2019-10-04
1
-9
/
+3
*
drm/i915: Drop struct_mutex from around i915_retire_requests()
Chris Wilson
2019-10-04
1
-108
/
+43
*
drm/i915: Pull i915_vma_pin under the vm->mutex
Chris Wilson
2019-10-04
1
-0
/
+7
*
drm/i915/selftests: Exercise concurrent submission to all engines
Chris Wilson
2019-09-27
1
-0
/
+125
*
drm/i915/selftests: Fixup a couple of missing serialisation with vma
Chris Wilson
2019-08-21
1
-1
/
+3
*
drm/i915: Serialize against vma moves
Chris Wilson
2019-08-19
1
-1
/
+3
*
drm/i915/selftests: Fixup a missing legacy_idx
Chris Wilson
2019-08-08
1
-1
/
+1
*
drm/i915/selftests: Pass intel_context to mock_request
Chris Wilson
2019-08-08
1
-16
/
+22
*
drm/i915/gt: Use intel_gt as the primary object for handling resets
Chris Wilson
2019-07-12
1
-2
/
+2
*
drm/i915/selftests: Hold ref on request across waits
Chris Wilson
2019-06-26
1
-9
/
+12
*
drm/i915: Move i915_gem_chipset_flush to intel_gt
Tvrtko Ursulin
2019-06-21
1
-4
/
+6
[next]