Re: [PATCH v3 1/4] drm/vblank: warn on sending stale event

2019-06-25 Thread Daniel Vetter
On Tue, Jun 25, 2019 at 10:00:42PM +0200, Daniel Vetter wrote: > On Tue, Jun 25, 2019 at 06:59:12PM +0100, Robert Beckett wrote: > > Warn when about to send stale vblank info and add advice to > > documentation on how to avoid. > > > > Signed-off-by: Robert Beckett > > --- > > drivers/gpu/drm/dr

Re: [PATCH v3 1/4] drm/vblank: warn on sending stale event

2019-06-25 Thread Daniel Vetter
On Tue, Jun 25, 2019 at 06:59:12PM +0100, Robert Beckett wrote: > Warn when about to send stale vblank info and add advice to > documentation on how to avoid. > > Signed-off-by: Robert Beckett > --- > drivers/gpu/drm/drm_vblank.c | 17 + > 1 file changed, 17 insertions(+) > > di

[PATCH v3 1/4] drm/vblank: warn on sending stale event

2019-06-25 Thread Robert Beckett
Warn when about to send stale vblank info and add advice to documentation on how to avoid. Signed-off-by: Robert Beckett --- drivers/gpu/drm/drm_vblank.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/gpu/drm/drm_vblank.c b/drivers/gpu/drm/drm_vblank.c index 603ab