All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/6] ati-vga fixes
@ 2026-03-18  1:35 BALATON Zoltan
  2026-03-18  1:35 ` [PATCH v4 1/6] ati-vga: Fix colors when frame buffer endianness does not match host BALATON Zoltan
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: BALATON Zoltan @ 2026-03-18  1:35 UTC (permalink / raw)
  To: qemu-devel
  Cc: Gerd Hoffmann, marcandre.lureau, Chad Jablonski,
	Philippe Mathieu-Daudé

v4:
- compile fix in patch 5
- new patch 6 to work around fuloong2e issue:
https://lists.nongnu.org/archive/html/qemu-devel/2026-01/msg06308.html
v3:
- fix patch 1 to work with 8 and 16 bit modes too
- new patch 5 to fix display updates with 8 and 16 bit modes
v2:
- fix patch 4 to really avoid warnings

These are some fixes to ati-vga for 11.0.

Patch 1 fixes problem reported in
https://lists.nongnu.org/archive/html/qemu-ppc/2026-01/msg00105.html

Patch 2 fixes output from Solaris install iso
Rendering still not always correct as it uses some unimplemented
features but it's now readable. I did not test full install though.

Patch 3 fixes vram overrun errors seen with Solaris and MorphOS when
crtc offset is non-zero (this happens on MorphOS when additional
screen is opened)

Patch 4 tries to avoid Coverity warning matching what other places
already do

Patch 5 fixes dirty region tracking when guest display depth is not
the same as the host's

Patch 6 adds work around for fuloong2e to keep working with partial
machine model

BALATON Zoltan (6):
  ati-vga: Fix colors when frame buffer endianness does not match host
  ati-vga: Also switch mode on HW cursor enable bit change
  ati-vga: Do not add crtc offset to src and dst data address
  ati-vga: Avoid warnings about sign extension
  ati-vga: Fix display updates in non-32 bit modes
  ati-vga: Add work around for fuloong2e

 hw/display/ati.c     | 26 ++++++++++++++++--------
 hw/display/ati_2d.c  | 47 ++++++++++++++++++++++++++++++--------------
 hw/display/ati_int.h |  1 +
 hw/mips/fuloong2e.c  |  1 +
 4 files changed, 52 insertions(+), 23 deletions(-)

-- 
2.41.3



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

end of thread, other threads:[~2026-03-19  2:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-18  1:35 [PATCH v4 0/6] ati-vga fixes BALATON Zoltan
2026-03-18  1:35 ` [PATCH v4 1/6] ati-vga: Fix colors when frame buffer endianness does not match host BALATON Zoltan
2026-03-18 17:28   ` Chad Jablonski
2026-03-18 19:50     ` BALATON Zoltan
2026-03-19  2:24       ` Chad Jablonski
2026-03-18  1:35 ` [PATCH v4 2/6] ati-vga: Also switch mode on HW cursor enable bit change BALATON Zoltan
2026-03-18  1:35 ` [PATCH v4 3/6] ati-vga: Do not add crtc offset to src and dst data address BALATON Zoltan
2026-03-19  2:28   ` Chad Jablonski
2026-03-18  1:35 ` [PATCH v4 4/6] ati-vga: Avoid warnings about sign extension BALATON Zoltan
2026-03-18  1:35 ` [PATCH v4 5/6] ati-vga: Fix display updates in non-32 bit modes BALATON Zoltan
2026-03-19  2:35   ` Chad Jablonski
2026-03-18  1:35 ` [PATCH v4 6/6] ati-vga: Add work around for fuloong2e BALATON Zoltan
2026-03-19  2:44   ` Chad Jablonski

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.