Home
last modified time | relevance | path

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

/qemu/ui/
H A Dqemu-pixman.c95 uint32_t drm_format; member
105 pixman_format_code_t qemu_drm_format_to_pixman(uint32_t drm_format) in qemu_drm_format_to_pixman() argument
110 if (drm_format == drm_format_pixman_map[i].drm_format) { in qemu_drm_format_to_pixman()
123 return drm_format_pixman_map[i].drm_format; in qemu_pixman_to_drm_format()
/qemu/hw/vfio/
H A Ddisplay.c226 if (!plane.drm_format || !plane.size) { in vfio_display_get_dmabuf()
251 plane.height, plane.drm_format, in vfio_display_get_dmabuf()
419 if (!plane.drm_format || !plane.size) { in vfio_display_region_update()
426 format = qemu_drm_format_to_pixman(plane.drm_format); in vfio_display_region_update()
/qemu/include/ui/
H A Dqemu-pixman.h76 pixman_format_code_t qemu_drm_format_to_pixman(uint32_t drm_format);
/qemu/linux-headers/linux/
H A Dvfio.h819 __u32 drm_format; /* drm format of plane */ member