Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c162 struct vmwgfx_wait_cb { struct
168 vmwgfx_wait_cb(struct dma_fence *fence, struct dma_fence_cb *cb) in vmwgfx_wait_cb() argument
170 struct vmwgfx_wait_cb *wait = in vmwgfx_wait_cb()
171 container_of(cb, struct vmwgfx_wait_cb, base); in vmwgfx_wait_cb()
185 struct vmwgfx_wait_cb cb; in vmw_fence_wait()
203 cb.base.func = vmwgfx_wait_cb; in vmw_fence_wait()