Re: [PATCH] drm/udl: Enable damage clipping

2022-09-07 Thread Daniel Vetter
On Wed, Sep 07, 2022 at 08:59:17AM +0200, Thomas Zimmermann wrote: > Hi > > Am 06.09.22 um 21:35 schrieb Daniel Vetter: > > On Thu, Jul 28, 2022 at 09:47:56AM +0200, Thomas Zimmermann wrote: > > > Call drm_plane_enable_fb_damage_clips() and give userspace a chance > > > of minimizing the updated

Re: [PATCH] drm/udl: Enable damage clipping

2022-09-07 Thread Thomas Zimmermann
Hi Am 06.09.22 um 21:35 schrieb Daniel Vetter: On Thu, Jul 28, 2022 at 09:47:56AM +0200, Thomas Zimmermann wrote: Call drm_plane_enable_fb_damage_clips() and give userspace a chance of minimizing the updated display area. Signed-off-by: Thomas Zimmermann ---

Re: [PATCH] drm/udl: Enable damage clipping

2022-09-06 Thread Daniel Vetter
On Thu, Jul 28, 2022 at 09:47:56AM +0200, Thomas Zimmermann wrote: > Call drm_plane_enable_fb_damage_clips() and give userspace a chance > of minimizing the updated display area. > > Signed-off-by: Thomas Zimmermann > --- > drivers/gpu/drm/udl/udl_modeset.c | 1 + > 1 file changed, 1

[PATCH] drm/udl: Enable damage clipping

2022-07-28 Thread Thomas Zimmermann
Call drm_plane_enable_fb_damage_clips() and give userspace a chance of minimizing the updated display area. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/udl/udl_modeset.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/udl/udl_modeset.c