Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Dlib_sw_fence.h40 struct i915_sw_fence *heap_fence_create(gfp_t gfp);
H A Dlib_sw_fence.c108 struct i915_sw_fence *heap_fence_create(gfp_t gfp) in heap_fence_create() function
H A Di915_active.c90 submit = heap_fence_create(GFP_KERNEL); in __live_active_setup()
H A Di915_request.c347 submit = heap_fence_create(GFP_KERNEL); in __igt_breadcrumbs_smoketest()
353 wait = heap_fence_create(GFP_KERNEL); in __igt_breadcrumbs_smoketest()
2290 submit = heap_fence_create(GFP_KERNEL); in measure_inter_request()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_timeline.c1034 submit = heap_fence_create(GFP_KERNEL); in live_hwsp_read()