Hi Mark, Mark Cave-Ayland <[email protected]> writes:
> 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 <[email protected]> > > > 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(-) I reviewed and tested the patches with HP-UX 10.20 and HP-UX 11.11. Feel free to add my Reviewed-by: Sven Schnelle <[email protected]>
