Home
last modified time | relevance | path

Searched refs:alloc_fence (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/i915/selftests/
Di915_sw_fence.c46 static struct i915_sw_fence *alloc_fence(void) in alloc_fence() function
86 fence = alloc_fence(); in test_self()
105 A = alloc_fence(); in test_dag()
114 B = alloc_fence(); in test_dag()
126 C = alloc_fence(); in test_dag()
181 A = alloc_fence(); in test_AB()
184 B = alloc_fence(); in test_AB()
229 A = alloc_fence(); in test_ABC()
233 B = alloc_fence(); in test_ABC()
239 C = alloc_fence(); in test_ABC()
[all …]