Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_gpu.h156 struct virtio_gpu_update_cursor { struct
157 struct virtio_gpu_ctrl_hdr hdr;
158 struct virtio_gpu_cursor_pos pos; /* update & move */
159 uint32_t resource_id; /* update only */
160 uint32_t hot_x; /* update only */
161 uint32_t hot_y; /* update only */
162 uint32_t padding;
/openbmc/linux/include/uapi/linux/
H A Dvirtio_gpu.h156 struct virtio_gpu_update_cursor { struct
157 struct virtio_gpu_ctrl_hdr hdr;
158 struct virtio_gpu_cursor_pos pos; /* update & move */
159 __le32 resource_id; /* update only */
160 __le32 hot_x; /* update only */
161 __le32 hot_y; /* update only */
162 __le32 padding;