Searched refs:__await_execution (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_request.c | 268 /* Prevent further __await_execution() registering a cb, then flush */ in remove_from_engine() 372 * (__await_execution) to be submitted and cannot be preempted in __request_in_flight() 422 __await_execution(struct i915_request *rq, in __await_execution() function 1108 if (__await_execution(to, from, NULL, gfp)) in emit_semaphore_wait() 1148 err = __await_execution(to, from, hook, I915_FENCE_GFP); in __i915_request_await_execution()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_request.c | 452 * (__await_execution) to be submitted and cannot be preempted in __request_in_flight() 502 __await_execution(struct i915_request *rq, in __await_execution() function 1234 if (__await_execution(to, from, gfp)) in emit_semaphore_wait() 1272 err = __await_execution(to, from, I915_FENCE_GFP); in __i915_request_await_execution()
|
Completed in 6 milliseconds