All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/6] Vga 20190628 patches
@ 2019-06-28 10:39 Gerd Hoffmann
  2019-06-28 10:39 ` [Qemu-devel] [PULL 1/6] i2c: Move bitbang_i2c.h to include/hw/i2c/ Gerd Hoffmann
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Gerd Hoffmann @ 2019-06-28 10:39 UTC (permalink / raw)
  To: qemu-devel
  Cc: Corey Minyard, Peter Maydell, qemu-arm, qemu-ppc, Gerd Hoffmann,
	David Gibson

The following changes since commit 474f3938d79ab36b9231c9ad3b5a9314c2aeacde:

  Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-21-2019' into staging (2019-06-21 15:40:50 +0100)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/vga-20190628-pull-request

for you to fetch changes up to 263807f4e85e94f2d4e988d61d2fc0319b1dd36b:

  ati-vga: switch to vgabios-ati.bin (2019-06-28 10:49:36 +0200)

----------------------------------------------------------------
vga: ati fixes, add ati vgabios.

----------------------------------------------------------------

BALATON Zoltan (3):
  i2c: Move bitbang_i2c.h to include/hw/i2c/
  ati-vga: Implement DDC and EDID info from monitor
  ati-vga: Fixes to offset and pitch registers

Gerd Hoffmann (3):
  seabios: add config for ati vgabios
  seabios: add ati vgabios binary
  ati-vga: switch to vgabios-ati.bin

 hw/display/ati_int.h                 |   6 ++
 hw/display/ati_regs.h                |   6 +-
 {hw => include/hw}/i2c/bitbang_i2c.h |   2 +
 include/hw/i2c/i2c.h                 |   2 -
 include/hw/i2c/ppc4xx_i2c.h          |   2 +-
 hw/display/ati.c                     |  99 +++++++++++++++++++++++----
 hw/display/ati_2d.c                  |  26 ++++---
 hw/display/ati_dbg.c                 |   2 +
 hw/i2c/bitbang_i2c.c                 |   2 +-
 hw/i2c/ppc4xx_i2c.c                  |   1 -
 hw/i2c/versatile_i2c.c               |   2 +-
 hw/display/Kconfig                   |   2 +
 pc-bios/vgabios-ati.bin              | Bin 0 -> 38912 bytes
 roms/config.vga-ati                  |   4 ++
 14 files changed, 127 insertions(+), 29 deletions(-)
 rename {hw => include/hw}/i2c/bitbang_i2c.h (80%)
 create mode 100644 pc-bios/vgabios-ati.bin
 create mode 100644 roms/config.vga-ati

-- 
2.18.1



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

end of thread, other threads:[~2019-07-02 19:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-28 10:39 [Qemu-devel] [PULL 0/6] Vga 20190628 patches Gerd Hoffmann
2019-06-28 10:39 ` [Qemu-devel] [PULL 1/6] i2c: Move bitbang_i2c.h to include/hw/i2c/ Gerd Hoffmann
2019-06-29  5:02   ` David Gibson
2019-06-28 10:39 ` [Qemu-devel] [PULL 2/6] ati-vga: Implement DDC and EDID info from monitor Gerd Hoffmann
2019-06-28 10:39 ` [Qemu-devel] [PULL 3/6] ati-vga: Fixes to offset and pitch registers Gerd Hoffmann
2019-06-28 10:39 ` [Qemu-devel] [PULL 4/6] seabios: add config for ati vgabios Gerd Hoffmann
2019-06-28 10:39 ` [Qemu-devel] [PULL 5/6] seabios: add ati vgabios binary Gerd Hoffmann
2019-06-28 10:39 ` [Qemu-devel] [PULL 6/6] ati-vga: switch to vgabios-ati.bin Gerd Hoffmann
2019-07-02 16:20   ` Bruce Rogers
2019-06-28 11:27 ` [Qemu-devel] [PULL 0/6] Vga 20190628 patches no-reply
2019-07-02  9:17 ` Peter Maydell
2019-07-02 13:47   ` Peter Maydell
2019-07-02 16:48     ` Gerd Hoffmann
2019-07-02 17:08       ` Peter Maydell

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.