Nice work! For the whole series:
Reviewed-by: Lyude Paul lyude@redhat.com
Will probably let it sit on the ML for a little bit just to make sure that Thomas gets a chance to look at this
On Tue, 2022-04-26 at 18:41 +0200, Jocelyn Falempe wrote:
This series improves the damage handling on Matrox gpu, and allows Gnome/Wayland to run much better. Also include some driver cleanup.
Tested on a Dell T310 with Matrox MGA G200eW WPCM450 (rev 0a)
Thanks,
Jocelyn Falempe (4): mgag200: Add FB_DAMAGE_CLIPS support mgag200: Optimize damage clips mgag200: remove unused flag mgag200: remove mgag200_probe_vram()
drivers/gpu/drm/mgag200/mgag200_drv.c | 3 +- drivers/gpu/drm/mgag200/mgag200_drv.h | 3 -- drivers/gpu/drm/mgag200/mgag200_mm.c | 50 ++++---------------------- drivers/gpu/drm/mgag200/mgag200_mode.c | 17 ++++++--- 4 files changed, 20 insertions(+), 53 deletions(-)
-- 2.35.1