Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_request.c41 struct execute_cb { struct
125 struct execute_cb *cb = container_of(wrk, typeof(*cb), work); in irq_execute_cb()
133 struct execute_cb *cb = container_of(wrk, typeof(*cb), work); in irq_execute_cb_hook()
144 struct execute_cb *cb; in __notify_execute_cb()
148 if (list_empty(&rq->execute_cb)) in __notify_execute_cb()
151 list_for_each_entry(cb, &rq->execute_cb, link) in __notify_execute_cb()
164 INIT_LIST_HEAD(&rq->execute_cb); in __notify_execute_cb()
299 GEM_BUG_ON(!list_empty(&rq->execute_cb)); in i915_request_retire()
342 struct execute_cb *cb; in __i915_request_await_execution()
373 list_add_tail(&cb->link, &signal->execute_cb); in __i915_request_await_execution()
[all …]
Di915_request.h148 struct list_head execute_cb; member