All of lore.kernel.org
 help / color / mirror / Atom feed
From: BALATON Zoltan <balaton@eik.bme.hu>
To: qemu-devel@nongnu.org
Cc: Corey Minyard <cminyard@mvista.com>, Gerd Hoffmann <kraxel@redhat.com>
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	[thread overview]
Message-ID: <cover.1561028123.git.balaton@eik.bme.hu> (raw)

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



             reply	other threads:[~2019-06-20 11:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-20 10:55 BALATON Zoltan [this message]
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 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 14:46 ` [Qemu-devel] [PATCH v5 0/2] ati-vga: Implement DDC and EDID info from monitor no-reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1561028123.git.balaton@eik.bme.hu \
    --to=balaton@eik.bme.hu \
    --cc=cminyard@mvista.com \
    --cc=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.