Searched refs:drm_format (Results 1 – 4 of 4) sorted by relevance
95 uint32_t drm_format; member105 pixman_format_code_t qemu_drm_format_to_pixman(uint32_t drm_format) in qemu_drm_format_to_pixman() argument110 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()
226 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()
76 pixman_format_code_t qemu_drm_format_to_pixman(uint32_t drm_format);
819 __u32 drm_format; /* drm format of plane */ member