Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_request.c48 struct execute_cb { struct
140 struct execute_cb *cb = container_of(wrk, typeof(*cb), work); in irq_execute_cb()
148 struct execute_cb *cb = container_of(wrk, typeof(*cb), work); in irq_execute_cb_hook()
159 struct execute_cb *cb; in __notify_execute_cb()
163 if (list_empty(&rq->execute_cb)) in __notify_execute_cb()
166 list_for_each_entry(cb, &rq->execute_cb, link) in __notify_execute_cb()
179 INIT_LIST_HEAD(&rq->execute_cb); in __notify_execute_cb()
281 GEM_BUG_ON(!list_empty(&rq->execute_cb)); in i915_request_retire()
318 struct execute_cb *cb; in __await_execution()
349 list_add_tail(&cb->link, &signal->execute_cb); in __await_execution()
[all …]
H A Di915_request.h215 struct list_head execute_cb; member