qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] artist: minor fixes and performance improvement
@ 2022-05-04 15:37 Mark Cave-Ayland
  2022-05-04 15:37 ` [PATCH 1/3] artist: checkpatch and newline style fixes Mark Cave-Ayland
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Mark Cave-Ayland @ 2022-05-04 15:37 UTC (permalink / raw)
  To: deller, svens, qemu-devel

Patch 1 updates artist.c to fix some style issues and ensure that artist.c passes
checkpatch for the remainder of the patchset, whilst patch 2 removes the ROP8OFF()
macro which is currently unused.

Finally patch 3 is the main reason for this patchset and improves the performance
of the artist framebuffer by only rendering the dirty scanlines to the display
surface, which noticeably improves boot times and makes the GTK UI usable on my
fairly modest laptop.

[Helge/Sven: if you can provide a Tested-by or Reviewed-by tag for this patchset
before the weekend, I can include it in my PR containing all the other HPPA
updates]

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>


Mark Cave-Ayland (3):
  artist: checkpatch and newline style fixes
  artist: remove unused ROP8OFF() macro
  artist: only render dirty scanlines on the display surface

 hw/display/artist.c | 33 ++++++++++++++-------------------
 1 file changed, 14 insertions(+), 19 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2022-05-08  9:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-04 15:37 [PATCH 0/3] artist: minor fixes and performance improvement Mark Cave-Ayland
2022-05-04 15:37 ` [PATCH 1/3] artist: checkpatch and newline style fixes Mark Cave-Ayland
2022-05-04 15:43   ` Peter Maydell
2022-05-04 15:37 ` [PATCH 2/3] artist: remove unused ROP8OFF() macro Mark Cave-Ayland
2022-05-04 15:42   ` Peter Maydell
2022-05-04 15:37 ` [PATCH 3/3] artist: only render dirty scanlines on the display surface Mark Cave-Ayland
2022-05-05 12:26 ` [PATCH 0/3] artist: minor fixes and performance improvement Helge Deller
2022-05-08  9:26   ` Mark Cave-Ayland
2022-05-06  8:45 ` Sven Schnelle

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).