Home
last modified time | relevance | path

Searched defs:virtio_gpu_update_cursor (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/virtio/gpu/
H A Dvirtio_gpu.h154 struct virtio_gpu_update_cursor { struct
155 struct virtio_gpu_ctrl_hdr hdr;
156 struct virtio_gpu_cursor_pos pos; /* update & move */
157 uint32_t resource_id; /* update only */
158 uint32_t hot_x; /* update only */
159 uint32_t hot_y; /* update only */
160 uint32_t padding;