qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/2] ati-vga: Implement DDC and EDID info from mo


From: BALATON Zoltan
Subject: [Qemu-devel] [PATCH v2 0/2] ati-vga: Implement DDC and EDID info from monitor
Date: Fri, 15 Mar 2019 15:25:55 +0100

Version 2 of proposed DDC implementation for ati-vga. This now cleans
up the include from hw/i2c/bitbang_i2c.h by moving that to public
header and implement DVI DDC port for rv100 model which supposed to fix
loading the Linux radeonfb driver.

BALATON Zoltan (2):
  i2c: Move contents of bitbang_i2c.h to include/hw/i2c/i2c.h
  ati-vga: Implement DDC and EDID info from monitor

 hw/display/Kconfig     |  2 ++
 hw/display/ati.c       | 44 ++++++++++++++++++++++++++++++++++++++++++--
 hw/display/ati_int.h   |  4 ++++
 hw/display/ati_regs.h  |  1 +
 hw/i2c/bitbang_i2c.c   |  2 +-
 hw/i2c/bitbang_i2c.h   | 12 ------------
 hw/i2c/ppc4xx_i2c.c    |  1 -
 hw/i2c/versatile_i2c.c |  2 +-
 include/hw/i2c/i2c.h   |  7 +++++++
 9 files changed, 58 insertions(+), 17 deletions(-)
 delete mode 100644 hw/i2c/bitbang_i2c.h

-- 
2.13.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]