Re: [PATCH libdrm] drm: Pull new modifier uapi into drm_fourcc and drm_mode

2017-08-15 Thread Daniel Vetter
On Mon, Aug 14, 2017 at 04:22:51PM -0700, Jason Ekstrand wrote: > Cc: Daniel Stone pls read libdrm.git/include/drm/README. -Daniel > --- > include/drm/drm_fourcc.h | 31 ++ > include/drm/drm_mode.h | 50 > > 2 files

Re: [PATCH libdrm] drm: Pull new modifier uapi into drm_fourcc and drm_mode

2017-08-15 Thread Daniel Stone
On 15 August 2017 at 00:22, Jason Ekstrand wrote: > /* > + * Invalid Modifier > + * > + * This modifier can be used as a sentinel to terminate the format modifiers > + * list, or to initialize a variable with an invalid modifier. It might also > be > + * used to report an error back to userspace

[PATCH libdrm] drm: Pull new modifier uapi into drm_fourcc and drm_mode

2017-08-14 Thread Jason Ekstrand
Cc: Daniel Stone --- include/drm/drm_fourcc.h | 31 ++ include/drm/drm_mode.h | 50 2 files changed, 81 insertions(+) diff --git a/include/drm/drm_fourcc.h b/include/drm/drm_fourcc.h index 7586c46..3ad838d 100644 ---