]> Git Repo - qemu.git/commit - hw/display/sii9022.c
hw/sii9022: Add support for Silicon Image SII9022
authorLinus Walleij <[email protected]>
Thu, 1 Mar 2018 11:05:45 +0000 (11:05 +0000)
committerPeter Maydell <[email protected]>
Thu, 1 Mar 2018 11:13:36 +0000 (11:13 +0000)
commita643bd7749d41de2cfc54940636442ebc4f9e531
tree5cd3ab36233b586e080e9448affcb1f6397dfef4
parent839a2b28d01290c96554be42c3faaa05c847c2e3
hw/sii9022: Add support for Silicon Image SII9022

This adds support for emulating the Silicon Image SII9022 DVI/HDMI
bridge. It's not very clever right now, it just acknowledges
the switch into DDC I2C mode and back. Combining this with the
existing DDC I2C emulation gives the right behavior on the Versatile
Express emulation passing through the QEMU EDID to the emulated
platform.

Cc: Peter Maydell <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Message-id: 20180227104903[email protected]
Reviewed-by: Peter Maydell <[email protected]>
[PMM: explictly reset ddc_req/ddc_skip_finish/ddc]
Signed-off-by: Peter Maydell <[email protected]>
hw/display/Makefile.objs
hw/display/sii9022.c [new file with mode: 0644]
hw/display/trace-events
This page took 0.025837 seconds and 4 git commands to generate.