Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_request.c53 struct execute_cb { struct
189 struct execute_cb *cb = container_of(wrk, typeof(*cb), work); in irq_execute_cb()
198 struct execute_cb *cb, *cn; in __notify_execute_cb()
200 if (llist_empty(&rq->execute_cb)) in __notify_execute_cb()
204 llist_del_all(&rq->execute_cb), in __notify_execute_cb()
410 GEM_BUG_ON(!llist_empty(&rq->execute_cb)); in i915_request_retire()
510 struct execute_cb *cb; in __await_execution()
536 if (llist_add(&cb->work.node.llist, &signal->execute_cb)) { in __await_execution()
889 init_llist_head(&rq->execute_cb); in __i915_request_ctor()
981 GEM_BUG_ON(!llist_empty(&rq->execute_cb)); in __i915_request_create()
[all …]
A Di915_request.h252 struct llist_head execute_cb; member

Completed in 8 milliseconds