[PATCH v3 03/12] drm/udl: Enable damage clipping
Thomas Zimmermann
tzimmermann at suse.de
Thu Sep 8 13:09:39 UTC 2022
Hi
Am 08.09.22 um 11:51 schrieb Takashi Iwai:
> From: Thomas Zimmermann <tzimmermann at suse.de>
>
> Call drm_plane_enable_fb_damage_clips() and give userspace a chance
> of minimizing the updated display area.
>
> Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
> Signed-off-by: Takashi Iwai <tiwai at suse.de>
Daniel already gave an R-B here:
https://patchwork.freedesktop.org/patch/495812/?series=106800&rev=1
I think the whole series should have been reviewed now. If nothing else
comes in, we can merge it tomorrow or Monday.
Best regards
Thomas
> ---
> drivers/gpu/drm/udl/udl_modeset.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/udl/udl_modeset.c b/drivers/gpu/drm/udl/udl_modeset.c
> index 34ce5b43c5db..b2377b706482 100644
> --- a/drivers/gpu/drm/udl/udl_modeset.c
> +++ b/drivers/gpu/drm/udl/udl_modeset.c
> @@ -480,6 +480,7 @@ int udl_modeset_init(struct drm_device *dev)
> format_count, NULL, connector);
> if (ret)
> return ret;
> + drm_plane_enable_fb_damage_clips(&udl->display_pipe.plane);
>
> drm_mode_config_reset(dev);
>
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Ivo Totev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20220908/3f74c61e/attachment.sig>
More information about the dri-devel
mailing list