Home
last modified time | relevance | path

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

/linux-6.1.9/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 …]
/linux-6.1.9/drivers/dma-buf/
Dst-dma-resv.c26 static struct dma_fence *alloc_fence(void) in alloc_fence() function
44 f = alloc_fence(); in sanitycheck()
70 f = alloc_fence(); in test_signaling()
117 f = alloc_fence(); in test_for_each()
178 f = alloc_fence(); in test_for_each_unlocked()
251 f = alloc_fence(); in test_get_fences()