drm/mgag200: Add FB_DAMAGE_CLIPS support
authorJocelyn Falempe <jfalempe@redhat.com>
Wed, 4 May 2022 13:40:24 +0000 (15:40 +0200)
committerJocelyn Falempe <jfalempe@redhat.com>
Thu, 12 May 2022 13:01:50 +0000 (15:01 +0200)
commit3064debaf55e1bc8f191871ca5f82697ef4c0951
tree10aba3c8772a96cfc31e91edd35e069f8250d240
parent0f6e2fff575bb14abcb014fa02a9267351f55576
drm/mgag200: Add FB_DAMAGE_CLIPS support

The driver does support damage clips, but doesn't advertise it.
So when running gnome/wayland on Matrox hardware, the full frame is
copied to the slow Matrox memory, which leads to very poor performances.

Add drm_plane_enable_fb_damage_clips() to advertise this capability to
userspace.

With this patch, gnome/wayland becomes usable on Matrox GPU.

Suggested-by: Jonas Ã…dahl <jadahl@gmail.com>
Signed-off-by: Jocelyn Falempe <jfalempe@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20220504134026.283417-2-jfalempe@redhat.com
drivers/gpu/drm/mgag200/mgag200_mode.c