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-ayl...@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