All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/9] More sm501 fixes and optimisations
@ 2020-06-20 20:56 BALATON Zoltan
  2020-06-20 20:56 ` [PATCH v3 6/9] sm501: Use stn_he_p/ldn_he_p instead of switch/case BALATON Zoltan
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: BALATON Zoltan @ 2020-06-20 20:56 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Sebastian Bauer, Magnus Damm, Gerd Hoffmann,
	Aurelien Jarno

Version 3: added R-b tags and new patch to fix overlap checks.
Hopefully I got it right this time, unless there are any more comments
this should be good to go.

BALATON Zoltan (9):
  sm501: Fix bounds checks
  sm501: Drop unneded variable
  sm501: Ignore no-op blits
  sm501: Introduce variable for commonly used value for better
    readability
  sm501: Optimise 1 pixel 2d ops
  sm501: Use stn_he_p/ldn_he_p instead of switch/case
  sm501: Do not allow guest to set invalid format
  sm501: Convert debug printfs to traces
  sm501: Fix and optimize overlap check

 hw/display/sm501.c      | 157 +++++++++++++++++++---------------------
 hw/display/trace-events |  12 +++
 2 files changed, 87 insertions(+), 82 deletions(-)

-- 
2.21.3



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

end of thread, other threads:[~2020-06-30 20:53 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-20 20:56 [PATCH v3 0/9] More sm501 fixes and optimisations BALATON Zoltan
2020-06-20 20:56 ` [PATCH v3 6/9] sm501: Use stn_he_p/ldn_he_p instead of switch/case BALATON Zoltan
2020-06-20 20:56 ` [PATCH v3 4/9] sm501: Introduce variable for commonly used value for better readability BALATON Zoltan
2020-06-20 20:56 ` [PATCH v3 2/9] sm501: Drop unneded variable BALATON Zoltan
2020-06-20 20:56 ` [PATCH v3 3/9] sm501: Ignore no-op blits BALATON Zoltan
2020-06-20 20:56 ` [PATCH v3 8/9] sm501: Convert debug printfs to traces BALATON Zoltan
2020-06-20 20:56 ` [PATCH v3 5/9] sm501: Optimise 1 pixel 2d ops BALATON Zoltan
2020-06-20 20:56 ` [PATCH v3 1/9] sm501: Fix bounds checks BALATON Zoltan
2020-06-20 20:56 ` [PATCH v3 9/9] sm501: Fix and optimize overlap check BALATON Zoltan
2020-06-22 19:38   ` Peter Maydell
2020-06-22 23:07     ` BALATON Zoltan
2020-06-24 16:42   ` [PATCH v4] " BALATON Zoltan
2020-06-25 10:11     ` Peter Maydell
2020-06-30 20:52     ` Gerd Hoffmann
2020-06-20 20:56 ` [PATCH v3 7/9] sm501: Do not allow guest to set invalid format BALATON Zoltan

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.