Re: [PATCH] drm: document drm_mode_modeinfo

2020-11-20 Thread Daniel Vetter
On Fri, Nov 20, 2020 at 10:46 AM Simon Ser wrote: > > This allows `struct drm_mode_modeinfo` references to be linkified. > > Some descriptions are borrowed from struct drm_display_mode. > > Signed-off-by: Simon Ser > Cc: Daniel Vetter > --- > include/uapi/drm/drm_mode.h | 18 ++

[PATCH] drm: document drm_mode_modeinfo

2020-11-20 Thread Simon Ser
This allows `struct drm_mode_modeinfo` references to be linkified. Some descriptions are borrowed from struct drm_display_mode. Signed-off-by: Simon Ser Cc: Daniel Vetter --- include/uapi/drm/drm_mode.h | 18 ++ 1 file changed, 18 insertions(+) diff --git a/include/uapi/drm/dr