Home
last modified time | relevance | path

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

/linux-4.1.27/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.c2325 uint32_t *p_handle) in vmw_execbuf_fence_commands() argument
2332 BUG_ON(p_handle != NULL && file_priv == NULL); in vmw_execbuf_fence_commands()
2340 if (p_handle != NULL) in vmw_execbuf_fence_commands()
2342 sequence, p_fence, p_handle); in vmw_execbuf_fence_commands()
Dvmwgfx_drv.h823 uint32_t *p_handle);