Re: [PATCH 0/4] More sm501 fixes and optimisations

2020-06-12 Thread BALATON Zoltan
On Sat, 6 Jun 2020, BALATON Zoltan wrote: Some small fixes and optimisations for hw/display/sm501.c. Ping? Regards, BALATON Zoltan BALATON Zoltan (4): sm501: Fix bounds checks sm501: Drop unneded variable sm501: Ignore no-op blits sm501: Optimise 1 pixel 2d ops hw/display/sm501.c | 58 +

[PATCH 0/4] More sm501 fixes and optimisations

2020-06-06 Thread BALATON Zoltan
Some small fixes and optimisations for hw/display/sm501.c. BALATON Zoltan (4): sm501: Fix bounds checks sm501: Drop unneded variable sm501: Ignore no-op blits sm501: Optimise 1 pixel 2d ops hw/display/sm501.c | 58 ++ 1 file changed, 48 inserti