Re: [PATCH v2 1/3] drm/fb-helper: Synchronize dirty worker with vblank

2019-10-08 Thread Daniel Vetter
On Fri, Sep 27, 2019 at 10:41:43AM +0200, Thomas Zimmermann wrote: > Hi > > Am 17.09.19 um 15:06 schrieb Daniel Vetter: > > On Thu, Sep 12, 2019 at 08:42:28AM +0200, Thomas Zimmermann wrote: > > > Before updating the display from the console's shadow buffer, the dirty > > > worker now waits for vb

Re: [PATCH v2 1/3] drm/fb-helper: Synchronize dirty worker with vblank

2019-09-27 Thread Thomas Zimmermann
Hi Am 17.09.19 um 15:06 schrieb Daniel Vetter: On Thu, Sep 12, 2019 at 08:42:28AM +0200, Thomas Zimmermann wrote: Before updating the display from the console's shadow buffer, the dirty worker now waits for vblank. This allows several screen updates to pile up and acts as a rate limiter. v2:

Re: [PATCH v2 1/3] drm/fb-helper: Synchronize dirty worker with vblank

2019-09-17 Thread Daniel Vetter
On Thu, Sep 12, 2019 at 08:42:28AM +0200, Thomas Zimmermann wrote: > Before updating the display from the console's shadow buffer, the dirty > worker now waits for vblank. This allows several screen updates to pile > up and acts as a rate limiter. > > v2: > * don't hold helper->lock while wa

Re: [PATCH v2 1/3] drm/fb-helper: Synchronize dirty worker with vblank

2019-09-12 Thread Gerd Hoffmann
On Thu, Sep 12, 2019 at 08:42:28AM +0200, Thomas Zimmermann wrote: > Before updating the display from the console's shadow buffer, the dirty > worker now waits for vblank. This allows several screen updates to pile > up and acts as a rate limiter. > > v2: > * don't hold helper->lock while wa

[PATCH v2 1/3] drm/fb-helper: Synchronize dirty worker with vblank

2019-09-11 Thread Thomas Zimmermann
Before updating the display from the console's shadow buffer, the dirty worker now waits for vblank. This allows several screen updates to pile up and acts as a rate limiter. v2: * don't hold helper->lock while waiting for vblank Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/drm_