Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.h103 uint32_t *p_handle);
Dvmwgfx_fence.c591 uint32_t *p_handle) in vmw_user_fence_create() argument
641 *p_handle = ufence->base.hash.key; in vmw_user_fence_create()
Dvmwgfx_execbuf.c3636 uint32_t *p_handle) in vmw_execbuf_fence_commands() argument
3643 BUG_ON(p_handle != NULL && file_priv == NULL); in vmw_execbuf_fence_commands()
3651 if (p_handle != NULL) in vmw_execbuf_fence_commands()
3653 sequence, p_fence, p_handle); in vmw_execbuf_fence_commands()
Dvmwgfx_drv.h827 uint32_t *p_handle);