Re: [Intel-gfx] [PATCH 2/3] drm/plane: check that fb_damage is set up when used

2021-07-27 Thread Daniel Vetter
On Fri, Jul 23, 2021 at 10:34:56AM +0200, Daniel Vetter wrote: > There's two stages of manual upload/invalidate displays: > - just handling dirtyfb and uploading the entire fb all the time > - looking at damage clips > > In the latter case we support it through fbdev emulation (with > fb_defio), a

[Intel-gfx] [PATCH 2/3] drm/plane: check that fb_damage is set up when used

2021-07-23 Thread Daniel Vetter
There's two stages of manual upload/invalidate displays: - just handling dirtyfb and uploading the entire fb all the time - looking at damage clips In the latter case we support it through fbdev emulation (with fb_defio), atomic property, and with the dirtfy clip rects. Make sure at least the ato

Re: [Intel-gfx] [PATCH 2/3] drm/plane: check that fb_damage is set up when used

2021-07-22 Thread Souza, Jose
On Wed, 2021-07-21 at 15:30 +0200, Daniel Vetter wrote: > There's two stages of manual upload/invalidate displays: > - just handling dirtyfb and uploading the entire fb all the time > - looking at damage clips > > In the latter case we support it through fbdev emulation (with > fb_defio), atomic p

[Intel-gfx] [PATCH 2/3] drm/plane: check that fb_damage is set up when used

2021-07-21 Thread Daniel Vetter
There's two stages of manual upload/invalidate displays: - just handling dirtyfb and uploading the entire fb all the time - looking at damage clips In the latter case we support it through fbdev emulation (with fb_defio), atomic property, and with the dirtfy clip rects. Make sure at least the ato