qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 0/2] ati-vga: Implement DDC and EDID info from monitor
@ 2019-06-20 10:55 BALATON Zoltan
  2019-06-20 10:55 ` [Qemu-devel] [PATCH v5 1/2] i2c: Move bitbang_i2c.h to include/hw/i2c/ BALATON Zoltan
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: BALATON Zoltan @ 2019-06-20 10:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: Corey Minyard, Gerd Hoffmann

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



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-06-25 13:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-20 10:55 [Qemu-devel] [PATCH v5 0/2] ati-vga: Implement DDC and EDID info from monitor BALATON Zoltan
2019-06-20 10:55 ` [Qemu-devel] [PATCH v5 1/2] i2c: Move bitbang_i2c.h to include/hw/i2c/ BALATON Zoltan
2019-06-20 15:46   ` Philippe Mathieu-Daudé
2019-06-25 12:54   ` Corey Minyard
2019-06-20 10:55 ` [Qemu-devel] [PATCH v5 2/2] ati-vga: Implement DDC and EDID info from monitor BALATON Zoltan
2019-06-20 15:09   ` Gerd Hoffmann
2019-06-20 15:40     ` BALATON Zoltan
2019-06-20 15:52       ` Gerd Hoffmann
2019-06-25 12:56   ` Corey Minyard
2019-06-25 13:20     ` BALATON Zoltan
2019-06-20 14:46 ` [Qemu-devel] [PATCH v5 0/2] " no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).