Home
last modified time | relevance | path

Searched refs:x_hot (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/vfio/
H A Ddisplay.c198 if (dmabuf->hot_x != plane->x_hot || dmabuf->hot_y != plane->y_hot) { in vfio_display_update_cursor()
199 dmabuf->hot_x = plane->x_hot; in vfio_display_update_cursor()
/qemu/linux-headers/linux/
H A Dvfio.h826 __u32 x_hot; /* horizontal position of cursor hotspot */ member