Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dvirtio_gpu.h120 struct virtio_gpu_update_cursor { struct
121 struct virtio_gpu_ctrl_hdr hdr;
122 struct virtio_gpu_cursor_pos pos; /* update & move */
123 __le32 resource_id; /* update only */
124 __le32 hot_x; /* update only */
125 __le32 hot_y; /* update only */
126 __le32 padding;