Re: [PATCH] drm: document struct drm_mode_fb_cmd2

2022-01-20 Thread Daniel Stone
On Thu, 20 Jan 2022 at 12:48, Simon Ser wrote: > Follow-up for the DRM_IOCTL_MODE_GETFB2 docs. Yeah, thanks a lot for doing this, it's really awesome. <3 > +/** > + * struct drm_mode_fb_cmd2 - Frame-buffer metadata. > + * > + * This struct holds frame-buffer metadata. There are two ways to use i

Re: [PATCH] drm: document struct drm_mode_fb_cmd2

2022-01-20 Thread Daniel Vetter
On Thu, Jan 20, 2022 at 1:48 PM Simon Ser wrote: > > Follow-up for the DRM_IOCTL_MODE_GETFB2 docs. > > Signed-off-by: Simon Ser > Cc: Daniel Vetter > Cc: Pekka Paalanen > Cc: Daniel Stone Thanks for pushing our docs forward! Reviewed-by: Daniel Vetter > --- > include/uapi/drm/drm_mode.h |

[PATCH] drm: document struct drm_mode_fb_cmd2

2022-01-20 Thread Simon Ser
Follow-up for the DRM_IOCTL_MODE_GETFB2 docs. Signed-off-by: Simon Ser Cc: Daniel Vetter Cc: Pekka Paalanen Cc: Daniel Stone --- include/uapi/drm/drm_mode.h | 83 - 1 file changed, 55 insertions(+), 28 deletions(-) diff --git a/include/uapi/drm/drm_mode.h