/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_fence.c | 161 struct vmwgfx_wait_cb { struct 171 vmwgfx_wait_cb(struct dma_fence *fence, struct dma_fence_cb *cb) function in typeref:typename:void 173 struct vmwgfx_wait_cb *wait = 174 container_of(cb, struct vmwgfx_wait_cb, base); 192 struct vmwgfx_wait_cb cb; 217 ret = dma_fence_add_callback(f, &cb.base, vmwgfx_wait_cb);
|
vmwgfx_fence.c | 161 struct vmwgfx_wait_cb { struct 171 vmwgfx_wait_cb(struct dma_fence *fence, struct dma_fence_cb *cb) function in typeref:typename:void 173 struct vmwgfx_wait_cb *wait = 174 container_of(cb, struct vmwgfx_wait_cb, base); 192 struct vmwgfx_wait_cb cb; 217 ret = dma_fence_add_callback(f, &cb.base, vmwgfx_wait_cb);
|
vmwgfx_fence.c | 161 struct vmwgfx_wait_cb { struct 171 vmwgfx_wait_cb(struct dma_fence *fence, struct dma_fence_cb *cb) function in typeref:typename:void 173 struct vmwgfx_wait_cb *wait = 174 container_of(cb, struct vmwgfx_wait_cb, base); 192 struct vmwgfx_wait_cb cb; 217 ret = dma_fence_add_callback(f, &cb.base, vmwgfx_wait_cb);
|
vmwgfx_fence.c | 161 struct vmwgfx_wait_cb { struct 171 vmwgfx_wait_cb(struct dma_fence *fence, struct dma_fence_cb *cb) function in typeref:typename:void 173 struct vmwgfx_wait_cb *wait = 174 container_of(cb, struct vmwgfx_wait_cb, base); 192 struct vmwgfx_wait_cb cb; 217 ret = dma_fence_add_callback(f, &cb.base, vmwgfx_wait_cb);
|