/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
vmwgfx_drm.h | 306 * @fence_rep: User-space address of a struct drm_vmw_fence_rep cast to an 326 __u64 fence_rep; member in struct:drm_vmw_execbuf_arg 722 * @fence_rep: Pointer to fence_rep structure cast to __u64 or 0 if 729 __u64 fence_rep; member in struct:drm_vmw_fence_event_arg 786 * @fence_rep: Pointer to a struct drm_vmw_fence_rep, cast to an __u64. 794 __u64 fence_rep; member in struct:drm_vmw_present_readback_arg
|
vmwgfx_drm.h | 306 * @fence_rep: User-space address of a struct drm_vmw_fence_rep cast to an 326 __u64 fence_rep; member in struct:drm_vmw_execbuf_arg 722 * @fence_rep: Pointer to fence_rep structure cast to __u64 or 0 if 729 __u64 fence_rep; member in struct:drm_vmw_fence_event_arg 786 * @fence_rep: Pointer to a struct drm_vmw_fence_rep, cast to an __u64. 794 __u64 fence_rep; member in struct:drm_vmw_present_readback_arg
|
vmwgfx_drm.h | 306 * @fence_rep: User-space address of a struct drm_vmw_fence_rep cast to an 326 __u64 fence_rep; member in struct:drm_vmw_execbuf_arg 722 * @fence_rep: Pointer to fence_rep structure cast to __u64 or 0 if 729 __u64 fence_rep; member in struct:drm_vmw_fence_event_arg 786 * @fence_rep: Pointer to a struct drm_vmw_fence_rep, cast to an __u64. 794 __u64 fence_rep; member in struct:drm_vmw_present_readback_arg
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_execbuf.c | 3440 struct drm_vmw_fence_rep fence_rep; local in function:vmw_execbuf_copy_fence_user 3445 memset(&fence_rep, 0, sizeof(fence_rep)); 3447 fence_rep.error = ret; 3448 fence_rep.fd = out_fence_fd; 3452 fence_rep.handle = fence_handle; 3453 fence_rep.seqno = fence->base.seqno; 3456 fence_rep.passed_seqno = dev_priv->last_read_seqno; 3462 * fence_rep::error filled in. Typically user-space would have pre-set 3465 ret = copy_to_user(user_fence_rep, &fence_rep, [all...] |
vmwgfx_execbuf.c | 3440 struct drm_vmw_fence_rep fence_rep; local in function:vmw_execbuf_copy_fence_user 3445 memset(&fence_rep, 0, sizeof(fence_rep)); 3447 fence_rep.error = ret; 3448 fence_rep.fd = out_fence_fd; 3452 fence_rep.handle = fence_handle; 3453 fence_rep.seqno = fence->base.seqno; 3456 fence_rep.passed_seqno = dev_priv->last_read_seqno; 3462 * fence_rep::error filled in. Typically user-space would have pre-set 3465 ret = copy_to_user(user_fence_rep, &fence_rep, [all...] |
vmwgfx_execbuf.c | 3440 struct drm_vmw_fence_rep fence_rep; local in function:vmw_execbuf_copy_fence_user 3445 memset(&fence_rep, 0, sizeof(fence_rep)); 3447 fence_rep.error = ret; 3448 fence_rep.fd = out_fence_fd; 3452 fence_rep.handle = fence_handle; 3453 fence_rep.seqno = fence->base.seqno; 3456 fence_rep.passed_seqno = dev_priv->last_read_seqno; 3462 * fence_rep::error filled in. Typically user-space would have pre-set 3465 ret = copy_to_user(user_fence_rep, &fence_rep, [all...] |