On 05/18/2018 11:27 AM, Qiang Yu wrote: Commit message is missing > Signed-off-by: Qiang Yu <yuq825@xxxxxxxxx> > --- > include/uapi/drm/lima_drm.h | 195 ++++++++++++++++++++++++++++++++++++ > 1 file changed, 195 insertions(+) > create mode 100644 include/uapi/drm/lima_drm.h > > diff --git a/include/uapi/drm/lima_drm.h b/include/uapi/drm/lima_drm.h > new file mode 100644 > index 000000000000..9df95e46fb2c > --- /dev/null > +++ b/include/uapi/drm/lima_drm.h Please convert this to the SPDX license identifiers, that is // SPDX... > @@ -0,0 +1,195 @@ > +/* > + * Copyright (C) 2017-2018 Lima Project > + * > + * Permission is hereby granted, free of charge, to any person obtaining a > + * copy of this software and associated documentation files (the "Software"), > + * to deal in the Software without restriction, including without limitation > + * the rights to use, copy, modify, merge, publish, distribute, sublicense, > + * and/or sell copies of the Software, and to permit persons to whom the > + * Software is furnished to do so, subject to the following conditions: [...] > +#if defined(__cplusplus) > +extern "C" { > +#endif Is this C++ stuff needed ? [...] > +#define LIMA_SUBMIT_FLAG_EXPLICIT_FENCE (1 << 0) > +#define LIMA_SUBMIT_FLAG_SYNC_FD_OUT (1 << 1) BIT(0) and BIT(1) if applicable [...] -- Best regards, Marek Vasut -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html