summaryrefslogtreecommitdiffstats
path: root/hw/display/Makefile.objs
diff options
context:
space:
mode:
authorGerd Hoffmann2018-09-25 09:56:44 +0200
committerGerd Hoffmann2018-09-27 08:07:51 +0200
commit97917e9e02e04bbb5f3b14c0f2b58913ef5f09d2 (patch)
tree63dd189dca667ee32b1c40c34139055f52ee3f47 /hw/display/Makefile.objs
parentdisplay/edid: add qemu_edid_size() (diff)
downloadqemu-97917e9e02e04bbb5f3b14c0f2b58913ef5f09d2.tar.gz
qemu-97917e9e02e04bbb5f3b14c0f2b58913ef5f09d2.tar.xz
qemu-97917e9e02e04bbb5f3b14c0f2b58913ef5f09d2.zip
display/edid: add region helper.
Create a io region for an EDID data block. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20180925075646.25114-4-kraxel@redhat.com
Diffstat (limited to 'hw/display/Makefile.objs')
-rw-r--r--hw/display/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/Makefile.objs b/hw/display/Makefile.objs
index 492404c09e..780a76b9f0 100644
--- a/hw/display/Makefile.objs
+++ b/hw/display/Makefile.objs
@@ -15,6 +15,7 @@ common-obj-$(CONFIG_XEN) += xenfb.o
common-obj-$(CONFIG_VGA_PCI) += vga-pci.o
common-obj-$(CONFIG_VGA_PCI) += bochs-display.o
+common-obj-$(CONFIG_VGA_PCI) += edid-region.o
common-obj-$(CONFIG_VGA_ISA) += vga-isa.o
common-obj-$(CONFIG_VGA_ISA_MM) += vga-isa-mm.o
common-obj-$(CONFIG_VMWARE_VGA) += vmware_vga.o