]> Git Repo - qemu.git/commit - hw/display/Makefile.objs
i2c-ddc: move it to hw/display
authorPaolo Bonzini <[email protected]>
Mon, 25 Mar 2019 15:59:23 +0000 (16:59 +0100)
committerGerd Hoffmann <[email protected]>
Tue, 7 May 2019 07:56:10 +0000 (09:56 +0200)
commit6306cae275c7091aa4e785809d956b475bfedab4
tree531a13f6552459feac42d3f2288b297eae9a425e
parent349ebdd76d3a932204f5831950a2af413c29c477
i2c-ddc: move it to hw/display

Move it together with the other EDID code.  hw/i2c should only
include the core and the adapters, not the slaves.

Signed-off-by: Paolo Bonzini <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20190325155923[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
hw/display/Kconfig
hw/display/Makefile.objs
hw/display/i2c-ddc.c [new file with mode: 0644]
hw/display/sii9022.c
hw/display/sm501.c
hw/i2c/Kconfig
hw/i2c/Makefile.objs
hw/i2c/i2c-ddc.c [deleted file]
include/hw/display/i2c-ddc.h [new file with mode: 0644]
include/hw/display/xlnx_dp.h
include/hw/i2c/i2c-ddc.h [deleted file]
This page took 0.028702 seconds and 4 git commands to generate.