Re: [PATCH v2 9/9] drm/doc: render drm.h uapi docs

2020-12-17 Thread Daniel Vetter
On Thu, Dec 17, 2020 at 12:32:20PM +0100, Simon Ser wrote: > It doesn't seem like drm.h docs are included anywhere. Render them next > to drm_mode.h, under the "Userspace API Structures" section. > > This also allows references to e.g. DRM_CAP_* to be properly linkified > elsewhere in our docs. >

[PATCH v2 9/9] drm/doc: render drm.h uapi docs

2020-12-17 Thread Simon Ser
It doesn't seem like drm.h docs are included anywhere. Render them next to drm_mode.h, under the "Userspace API Structures" section. This also allows references to e.g. DRM_CAP_* to be properly linkified elsewhere in our docs. Signed-off-by: Simon Ser Cc: Daniel Vetter Cc: Pekka Paalanen ---