Re: [PATCH v1 1/6] drm/vblank: Add intro to documentation

2020-03-30 Thread Sam Ravnborg
Hi Thomas. On Mon, Mar 30, 2020 at 01:29:16PM +0200, Thomas Zimmermann wrote: > Hi Sam and Lyude, > > thanks for improving the documentation. Below are a few points that I'd > found more understandable. I'm no native speaker, though. > > Am 28.03.20 um 14:20 schrieb Sam Ravnborg: > > Lyude Paul

Re: [PATCH v1 1/6] drm/vblank: Add intro to documentation

2020-03-30 Thread Thomas Zimmermann
Hi Sam and Lyude, thanks for improving the documentation. Below are a few points that I'd found more understandable. I'm no native speaker, though. Am 28.03.20 um 14:20 schrieb Sam Ravnborg: > Lyude Paul wrote a very good intro to vblank here: > https://lore.kernel.org/dri-devel/faf63d8a9ed23c16a

[PATCH v1 1/6] drm/vblank: Add intro to documentation

2020-03-28 Thread Sam Ravnborg
Lyude Paul wrote a very good intro to vblank here: https://lore.kernel.org/dri-devel/faf63d8a9ed23c16af69762f59d0dca6b2bf085f.ca...@redhat.com/T/#mce6480be738160e9d07c5d023e88fd78d7a06d27 Add this to the intro chapter in drm_vblank.c so others can benefit from it too. Signed-off-by: Sam Ravnborg