[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87fsac7n3l.fsf@minerva.mail-host-address-is-not-set>
Date: Fri, 10 Mar 2023 14:27:42 +0100
From: Javier Martinez Canillas <javierm@...hat.com>
To: Thomas Zimmermann <tzimmermann@...e.de>,
linux-kernel@...r.kernel.org
Cc: Bilal Elmoussaoui <belmouss@...hat.com>,
Jocelyn Falempe <jfalempe@...hat.com>,
Enric Balletbo i Serra <eballetb@...hat.com>,
Christian Hergert <chergert@...hat.com>,
Albert Esteve <aesteve@...hat.com>,
Chia-I Wu <olvaffe@...il.com>, Daniel Vetter <daniel@...ll.ch>,
David Airlie <airlied@...hat.com>,
Gerd Hoffmann <kraxel@...hat.com>,
Gurchetan Singh <gurchetansingh@...omium.org>,
dri-devel@...ts.freedesktop.org,
virtualization@...ts.linux-foundation.org
Subject: Re: [PATCH] drm/virtio: Enable fb damage clips property for the
primary plane
Thomas Zimmermann <tzimmermann@...e.de> writes:
Hello Thomas,
> Hi Javier
>
> Am 10.03.23 um 13:59 schrieb Javier Martinez Canillas:
>> 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@...hat.com>
>> Signed-off-by: Javier Martinez Canillas <javierm@...hat.com>
>> ---
>>
>> drivers/gpu/drm/virtio/virtgpu_plane.c | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>> diff --git a/drivers/gpu/drm/virtio/virtgpu_plane.c b/drivers/gpu/drm/virtio/virtgpu_plane.c
>> index 4c09e313bebc..a2e045f3a000 100644
>> --- a/drivers/gpu/drm/virtio/virtgpu_plane.c
>> +++ b/drivers/gpu/drm/virtio/virtgpu_plane.c
>> @@ -390,5 +390,9 @@ struct drm_plane *virtio_gpu_plane_init(struct virtio_gpu_device *vgdev,
>
> virtio_gpu_plane_init() should really be two separate functions. But
> withing the constrains of the current code
>
Agreed, I thought the same. I may post a follow-up patch once this lands.
> Reviewed-by: Thomas Zimmermann <tzimmermann@...e.de>
>
Thanks!
--
Best regards,
Javier Martinez Canillas
Core Platforms
Red Hat
Powered by blists - more mailing lists