Re: [PATCH 08/10] drm/fb-helper: Restore damage area upon errors

2020-11-17 Thread Daniel Vetter
On Tue, Nov 17, 2020 at 04:14:46PM +0100, Sebastian Reichel wrote: > Hi, > > On Mon, Nov 16, 2020 at 09:52:16PM +0100, Daniel Vetter wrote: > > On Mon, Nov 16, 2020 at 09:04:35PM +0100, Thomas Zimmermann wrote: > > > If the damage handling fails, restore the damage area. The next invocation > > >

Re: [PATCH 08/10] drm/fb-helper: Restore damage area upon errors

2020-11-17 Thread Sebastian Reichel
Hi, On Mon, Nov 16, 2020 at 09:52:16PM +0100, Daniel Vetter wrote: > On Mon, Nov 16, 2020 at 09:04:35PM +0100, Thomas Zimmermann wrote: > > If the damage handling fails, restore the damage area. The next invocation > > of the damage worker will then perform the update. > > > > Signed-off-by:

Re: [PATCH 08/10] drm/fb-helper: Restore damage area upon errors

2020-11-16 Thread Daniel Vetter
On Mon, Nov 16, 2020 at 09:04:35PM +0100, Thomas Zimmermann wrote: > If the damage handling fails, restore the damage area. The next invocation > of the damage worker will then perform the update. > > Signed-off-by: Thomas Zimmermann > --- > drivers/gpu/drm/drm_fb_helper.c | 23

[PATCH 08/10] drm/fb-helper: Restore damage area upon errors

2020-11-16 Thread Thomas Zimmermann
If the damage handling fails, restore the damage area. The next invocation of the damage worker will then perform the update. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/drm_fb_helper.c | 23 --- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git