Home
last modified time | relevance | path

Searched refs:vfio_region_gfx_edid (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/samples/vfio-mdev/
H A Dmbochs.c184 struct vfio_region_gfx_edid edid_regs;
367 struct vfio_region_gfx_edid *edid; in handle_mmio_read()
414 case offsetof(struct vfio_region_gfx_edid, link_state): in handle_edid_regs()
415 case offsetof(struct vfio_region_gfx_edid, edid_size): in handle_edid_regs()
/openbmc/qemu/include/hw/vfio/
H A Dvfio-common.h210 struct vfio_region_gfx_edid *edid_regs;
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c87 struct vfio_region_gfx_edid vfio_edid_regs;
432 struct vfio_region_gfx_edid *regs = &region->vfio_edid_regs; in handle_edid_regs()
444 case offsetof(struct vfio_region_gfx_edid, link_state): in handle_edid_regs()
464 case offsetof(struct vfio_region_gfx_edid, edid_size): in handle_edid_regs()
/openbmc/linux/include/uapi/linux/
H A Dvfio.h411 struct vfio_region_gfx_edid { struct
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h411 struct vfio_region_gfx_edid { struct
/openbmc/qemu/hw/vfio/
H A Ddisplay.c143 dpy->edid_regs = g_new0(struct vfio_region_gfx_edid, 1); in vfio_display_edid_init()