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

2019-09-17 Thread Noralf Trønnes
Den 17.09.2019 14.55, skrev Daniel Vetter: > On Tue, Sep 10, 2019 at 04:59:57PM +0200, Noralf Trønnes wrote: >> >> >> Den 10.09.2019 15.51, skrev Thomas Zimmermann: >>> Hi >>> >>> Am 10.09.19 um 15:34 schrieb Noralf Trønnes: Den 10.09.2019 14.48, skrev Thomas Zimmermann: > Hi >

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

2019-09-17 Thread Daniel Vetter
On Tue, Sep 10, 2019 at 04:59:57PM +0200, Noralf Trønnes wrote: > > > Den 10.09.2019 15.51, skrev Thomas Zimmermann: > > Hi > > > > Am 10.09.19 um 15:34 schrieb Noralf Trønnes: > >> > >> > >> Den 10.09.2019 14.48, skrev Thomas Zimmermann: > >>> Hi > >>> > >>> Am 10.09.19 um 13:52 schrieb Gerd Ho

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

2019-09-10 Thread Noralf Trønnes
Den 10.09.2019 15.51, skrev Thomas Zimmermann: > Hi > > Am 10.09.19 um 15:34 schrieb Noralf Trønnes: >> >> >> Den 10.09.2019 14.48, skrev Thomas Zimmermann: >>> Hi >>> >>> Am 10.09.19 um 13:52 schrieb Gerd Hoffmann: On Mon, Sep 09, 2019 at 04:06:32PM +0200, Thomas Zimmermann wrote: > Be

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

2019-09-10 Thread Thomas Zimmermann
Hi Am 10.09.19 um 15:34 schrieb Noralf Trønnes: > > > Den 10.09.2019 14.48, skrev Thomas Zimmermann: >> Hi >> >> Am 10.09.19 um 13:52 schrieb Gerd Hoffmann: >>> On Mon, Sep 09, 2019 at 04:06:32PM +0200, Thomas Zimmermann wrote: Before updating the display from the console's shadow buffer, t

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

2019-09-10 Thread Noralf Trønnes
Den 10.09.2019 14.48, skrev Thomas Zimmermann: > Hi > > Am 10.09.19 um 13:52 schrieb Gerd Hoffmann: >> On Mon, Sep 09, 2019 at 04:06:32PM +0200, Thomas Zimmermann wrote: >>> Before updating the display from the console's shadow buffer, the dirty >>> worker now waits for vblank. This allows sever

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

2019-09-10 Thread Thomas Zimmermann
Hi Am 10.09.19 um 13:52 schrieb Gerd Hoffmann: > On Mon, Sep 09, 2019 at 04:06:32PM +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

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

2019-09-10 Thread Gerd Hoffmann
On Mon, Sep 09, 2019 at 04:06:32PM +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. > > Signed-off-by: Thomas Zimmermann > --- > dri

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

2019-09-09 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. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/drm_fb_helper.c | 12 1 file changed, 12 insertions(+)