Re: [PATCH] drm/virtio: Enable fb damage clips property for the primary plane

From: Gerd Hoffmann
Date: Mon Mar 13 2023 - 04:57:01 EST


On Fri, Mar 10, 2023 at 01:59:42PM +0100, Javier Martinez Canillas wrote:
> Christian Hergert reports that the driver doesn't enable the property and
> that leads to always doing a full plane update, even when the driver does
> support damage clipping for the primary plane.
>
> Don't enable it for the cursor plane, because its .atomic_update callback
> doesn't handle damage clips.
>
> Reported-by: Christian Hergert <chergert@xxxxxxxxxx>
> Signed-off-by: Javier Martinez Canillas <javierm@xxxxxxxxxx>

Acked-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>