|
| From: | BALATON Zoltan |
| Subject: | [Qemu-devel] [PATCH v5 0/2] ati-vga: Implement DDC and EDID info from monitor |
| Date: | Thu, 20 Jun 2019 12:55:23 +0200 |
| Date: | Thu, 20 Jun 2019 12:55:23 +0200 |
Version 5 Works with ATI MacOS NDRV, MorphOS and Linux radeonfb so
hopefully this is good enough for now (each of these access
DDC bits slightly differently).
Version 4 try to fix an ASan warning about leaking bitbang_i2c.
Version 3 keeps bitbang_i2c.h and moves it to include/hw/i2c/
otherwise same as version 2.
BALATON Zoltan (2):
i2c: Move bitbang_i2c.h to include/hw/i2c/
ati-vga: Implement DDC and EDID info from monitor
hw/display/Kconfig | 2 ++
hw/display/ati.c | 60 ++++++++++++++++++++++++++++++++++--
hw/display/ati_int.h | 5 +++
hw/display/ati_regs.h | 2 ++
hw/i2c/bitbang_i2c.c | 2 +-
hw/i2c/ppc4xx_i2c.c | 1 -
hw/i2c/versatile_i2c.c | 2 +-
{hw => include/hw}/i2c/bitbang_i2c.h | 2 ++
include/hw/i2c/i2c.h | 2 --
include/hw/i2c/ppc4xx_i2c.h | 2 +-
10 files changed, 72 insertions(+), 8 deletions(-)
rename {hw => include/hw}/i2c/bitbang_i2c.h (80%)
--
2.13.7
| [Prev in Thread] | Current Thread | [Next in Thread] |