OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exbuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_ioctl.c
61
struct drm_virtgpu_execbuffer *
exbuf
= data;
local in function:virtio_gpu_execbuffer_ioctl
70
int in_fence_fd =
exbuf
->fence_fd;
77
if ((
exbuf
->flags & ~VIRTGPU_EXECBUF_FLAGS))
80
exbuf
->fence_fd = -1;
82
if (
exbuf
->flags & VIRTGPU_EXECBUF_FENCE_FD_IN) {
103
if (
exbuf
->flags & VIRTGPU_EXECBUF_FENCE_FD_OUT) {
109
if (
exbuf
->num_bo_handles) {
110
bo_handles = kvmalloc_array(
exbuf
->num_bo_handles,
117
user_bo_handles = u64_to_user_ptr(
exbuf
->bo_handles);
119
exbuf
->num_bo_handles * sizeof(uint32_t)))
[
all
...]
virtgpu_ioctl.c
61
struct drm_virtgpu_execbuffer *
exbuf
= data;
local in function:virtio_gpu_execbuffer_ioctl
70
int in_fence_fd =
exbuf
->fence_fd;
77
if ((
exbuf
->flags & ~VIRTGPU_EXECBUF_FLAGS))
80
exbuf
->fence_fd = -1;
82
if (
exbuf
->flags & VIRTGPU_EXECBUF_FENCE_FD_IN) {
103
if (
exbuf
->flags & VIRTGPU_EXECBUF_FENCE_FD_OUT) {
109
if (
exbuf
->num_bo_handles) {
110
bo_handles = kvmalloc_array(
exbuf
->num_bo_handles,
117
user_bo_handles = u64_to_user_ptr(
exbuf
->bo_handles);
119
exbuf
->num_bo_handles * sizeof(uint32_t)))
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025