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
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
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
---