Home
last modified time | relevance | path

Searched refs:drm_format (Results 1 – 4 of 4) sorted by relevance

/qemu/ui/
H A Dqemu-pixman.c94 uint32_t drm_format; member
104 pixman_format_code_t qemu_drm_format_to_pixman(uint32_t drm_format) in qemu_drm_format_to_pixman() argument
109 if (drm_format == drm_format_pixman_map[i].drm_format) { in qemu_drm_format_to_pixman()
122 return drm_format_pixman_map[i].drm_format; in qemu_pixman_to_drm_format()
/qemu/hw/vfio/
H A Ddisplay.c221 if (!plane.drm_format || !plane.size) { in vfio_display_get_dmabuf()
246 plane.height, plane.drm_format, in vfio_display_get_dmabuf()
415 if (!plane.drm_format || !plane.size) { in vfio_display_region_update()
422 format = qemu_drm_format_to_pixman(plane.drm_format); in vfio_display_region_update()
/qemu/include/ui/
H A Dqemu-pixman.h74 pixman_format_code_t qemu_drm_format_to_pixman(uint32_t drm_format);
/qemu/linux-headers/linux/
H A Dvfio.h818 __u32 drm_format; /* drm format of plane */ member