/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_request.h | 215 struct list_head execute_cb; member in struct:i915_request
|
i915_request.h | 215 struct list_head execute_cb; member in struct:i915_request
|
i915_request.c | 48 struct execute_cb { struct 140 struct execute_cb *cb = container_of(wrk, typeof(*cb), work); 148 struct execute_cb *cb = container_of(wrk, typeof(*cb), work); 159 struct execute_cb *cb; 163 if (list_empty(&rq->execute_cb)) 166 list_for_each_entry(cb, &rq->execute_cb, link) 177 * master execute_cb may refire. 179 INIT_LIST_HEAD(&rq->execute_cb); 281 GEM_BUG_ON(!list_empty(&rq->execute_cb)); 318 struct execute_cb *cb [all...] |
i915_request.c | 48 struct execute_cb { struct 140 struct execute_cb *cb = container_of(wrk, typeof(*cb), work); 148 struct execute_cb *cb = container_of(wrk, typeof(*cb), work); 159 struct execute_cb *cb; 163 if (list_empty(&rq->execute_cb)) 166 list_for_each_entry(cb, &rq->execute_cb, link) 177 * master execute_cb may refire. 179 INIT_LIST_HEAD(&rq->execute_cb); 281 GEM_BUG_ON(!list_empty(&rq->execute_cb)); 318 struct execute_cb *cb [all...] |