Re: [PATCH v2] drm/tegra: Add kerneldoc for UAPI

2018-05-23 Thread Daniel Vetter
On Fri, May 18, 2018 at 10:33:37PM +0200, Thierry Reding wrote: > From: Thierry Reding > > Document the userspace ABI with kerneldoc to provide some information on > how to use it. > > v2: > - keep GEM object creation flags for ABI compatibility > - fix typo in struct drm_tegra_syncpt_incr kerne

Re: [PATCH v2] drm/tegra: Add kerneldoc for UAPI

2018-05-21 Thread Dmitry Osipenko
On 19.05.2018 01:13, Thierry Reding wrote: > On Fri, May 18, 2018 at 11:58:19PM +0200, Thierry Reding wrote: >> On Sat, May 19, 2018 at 12:42:22AM +0300, Dmitry Osipenko wrote: >>> On 18.05.2018 23:33, Thierry Reding wrote: From: Thierry Reding Document the userspace ABI with kernel

Re: [PATCH v2] drm/tegra: Add kerneldoc for UAPI

2018-05-21 Thread Dmitry Osipenko
On 19.05.2018 01:35, Thierry Reding wrote: > On Sat, May 19, 2018 at 01:28:17AM +0300, Dmitry Osipenko wrote: >> On 19.05.2018 01:24, Thierry Reding wrote: >>> On Sat, May 19, 2018 at 01:18:05AM +0300, Dmitry Osipenko wrote: On 19.05.2018 01:13, Thierry Reding wrote: > On Fri, May 18, 2018

Re: [PATCH v2] drm/tegra: Add kerneldoc for UAPI

2018-05-21 Thread Dmitry Osipenko
On 18.05.2018 23:33, Thierry Reding wrote: > From: Thierry Reding > > Document the userspace ABI with kerneldoc to provide some information on > how to use it. > > v2: > - keep GEM object creation flags for ABI compatibility > - fix typo in struct drm_tegra_syncpt_incr kerneldoc > - fix typos in

Re: [PATCH v2] drm/tegra: Add kerneldoc for UAPI

2018-05-21 Thread Dmitry Osipenko
On 19.05.2018 01:24, Thierry Reding wrote: > On Sat, May 19, 2018 at 01:18:05AM +0300, Dmitry Osipenko wrote: >> On 19.05.2018 01:13, Thierry Reding wrote: >>> On Fri, May 18, 2018 at 11:58:19PM +0200, Thierry Reding wrote: On Sat, May 19, 2018 at 12:42:22AM +0300, Dmitry Osipenko wrote: >

Re: [PATCH v2] drm/tegra: Add kerneldoc for UAPI

2018-05-18 Thread Thierry Reding
On Sat, May 19, 2018 at 01:28:17AM +0300, Dmitry Osipenko wrote: > On 19.05.2018 01:24, Thierry Reding wrote: > > On Sat, May 19, 2018 at 01:18:05AM +0300, Dmitry Osipenko wrote: > >> On 19.05.2018 01:13, Thierry Reding wrote: > >>> On Fri, May 18, 2018 at 11:58:19PM +0200, Thierry Reding wrote: >

Re: [PATCH v2] drm/tegra: Add kerneldoc for UAPI

2018-05-18 Thread Thierry Reding
On Sat, May 19, 2018 at 01:18:05AM +0300, Dmitry Osipenko wrote: > On 19.05.2018 01:13, Thierry Reding wrote: > > On Fri, May 18, 2018 at 11:58:19PM +0200, Thierry Reding wrote: > >> On Sat, May 19, 2018 at 12:42:22AM +0300, Dmitry Osipenko wrote: > >>> On 18.05.2018 23:33, Thierry Reding wrote: >

Re: [PATCH v2] drm/tegra: Add kerneldoc for UAPI

2018-05-18 Thread Thierry Reding
On Fri, May 18, 2018 at 11:58:19PM +0200, Thierry Reding wrote: > On Sat, May 19, 2018 at 12:42:22AM +0300, Dmitry Osipenko wrote: > > On 18.05.2018 23:33, Thierry Reding wrote: > > > From: Thierry Reding > > > > > > Document the userspace ABI with kerneldoc to provide some information on > > > h

Re: [PATCH v2] drm/tegra: Add kerneldoc for UAPI

2018-05-18 Thread Thierry Reding
On Sat, May 19, 2018 at 12:42:22AM +0300, Dmitry Osipenko wrote: > On 18.05.2018 23:33, Thierry Reding wrote: > > From: Thierry Reding > > > > Document the userspace ABI with kerneldoc to provide some information on > > how to use it. > > > > v2: > > - keep GEM object creation flags for ABI comp

[PATCH v2] drm/tegra: Add kerneldoc for UAPI

2018-05-18 Thread Thierry Reding
From: Thierry Reding Document the userspace ABI with kerneldoc to provide some information on how to use it. v2: - keep GEM object creation flags for ABI compatibility - fix typo in struct drm_tegra_syncpt_incr kerneldoc - fix typos in struct drm_tegra_submit kerneldoc - reworded some descriptio