Home
last modified time | relevance | path

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

/openbmc/qemu/include/ui/
H A Dqemu-pixman.h76 pixman_format_code_t qemu_drm_format_to_pixman(uint32_t drm_format);
/openbmc/qemu/hw/display/
H A Dramfb.c92 format = qemu_drm_format_to_pixman(fourcc); in ramfb_fw_cfg_write()
/openbmc/qemu/ui/
H A Dqemu-pixman.c105 pixman_format_code_t qemu_drm_format_to_pixman(uint32_t drm_format) in qemu_drm_format_to_pixman() function
/openbmc/qemu/hw/vfio/
H A Ddisplay.c426 format = qemu_drm_format_to_pixman(plane.drm_format); in vfio_display_region_update()