<div dir="ltr">Hi Stéphane and Daniele,<div><br></div><div>Could you give me lgtm?</div><div>Daniel wants someone from client side to ack this change in order to land it.</div><div><br></div><div>Kind Regards,</div><div>Dongseong</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 21, 2016 at 7:02 PM, Dongseong Hwang <span dir="ltr"><<a href="mailto:dongseong.hwang@intel.com" target="_blank">dongseong.hwang@intel.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Follow-up of kernel patch: <a href="https://lists.freedesktop.org/archives/dri-devel/2015-July/086041.html" rel="noreferrer" target="_blank">https://lists.freedesktop.org/archives/dri-devel/2015-July/086041.html</a><br>
<br>
Generate it using `make headers_install`<br>
<br>
ChromeOS will use new format to optimize video decoding.<br>
<br>
CC: Stéphane Marchesin <<a href="mailto:marcheu@chromium.org">marcheu@chromium.org</a>><br>
CC: Daniele Castagna <<a href="mailto:dcastagna@chromium.org">dcastagna@chromium.org</a>><br>
Cc: Rainer Hochecker <<a href="mailto:rainer.hochecker@onlinehome.de">rainer.hochecker@onlinehome.de</a>><br>
Cc: Benjamin Widawsky <<a href="mailto:benjamin.widawsky@intel.com">benjamin.widawsky@intel.com</a>><br>
CC: Chad Versace <<a href="mailto:chad.versace@intel.com">chad.versace@intel.com</a>><br>
Signed-off-by: Dongseong Hwang <<a href="mailto:dongseong.hwang@intel.com">dongseong.hwang@intel.com</a>><br>
---<br>
 include/drm/drm_fourcc.h | 11 ++++++++++-<br>
 1 file changed, 10 insertions(+), 1 deletion(-)<br>
<br>
diff --git a/include/drm/drm_fourcc.h b/include/drm/drm_fourcc.h<br>
index e741b09..bf68099 100644<br>
--- a/include/drm/drm_fourcc.h<br>
+++ b/include/drm/drm_fourcc.h<br>
@@ -34,6 +34,13 @@<br>
 /* color index */<br>
 #define DRM_FORMAT_C8          fourcc_code('C', '8', ' ', ' ') /* [7:0] C */<br>
<br>
+/* 8 bpp Red */<br>
+#define DRM_FORMAT_R8          fourcc_code('R', '8', ' ', ' ') /* [7:0] R */<br>
+<br>
+/* 16 bpp RG */<br>
+#define DRM_FORMAT_RG88                fourcc_code('R', 'G', '8', '8') /* [15:0] R:G 8:8 little endian */<br>
+#define DRM_FORMAT_GR88                fourcc_code('G', 'R', '8', '8') /* [15:0] G:R 8:8 little endian */<br>
+<br>
 /* 8 bpp RGB */<br>
 #define DRM_FORMAT_RGB332      fourcc_code('R', 'G', 'B', '8') /* [7:0] R:G:B 3:3:2 */<br>
 #define DRM_FORMAT_BGR233      fourcc_code('B', 'G', 'R', '8') /* [7:0] B:G:R 2:3:3 */<br>
@@ -106,6 +113,8 @@<br>
 #define DRM_FORMAT_NV21                fourcc_code('N', 'V', '2', '1') /* 2x2 subsampled Cb:Cr plane */<br>
 #define DRM_FORMAT_NV16                fourcc_code('N', 'V', '1', '6') /* 2x1 subsampled Cr:Cb plane */<br>
 #define DRM_FORMAT_NV61                fourcc_code('N', 'V', '6', '1') /* 2x1 subsampled Cb:Cr plane */<br>
+#define DRM_FORMAT_NV24                fourcc_code('N', 'V', '2', '4') /* non-subsampled Cr:Cb plane */<br>
+#define DRM_FORMAT_NV42                fourcc_code('N', 'V', '4', '2') /* non-subsampled Cb:Cr plane */<br>
<br>
 /*<br>
  * 3 plane YCbCr<br>
@@ -216,7 +225,7 @@<br>
  * - multiple of 128 pixels for the width<br>
  * - multiple of  32 pixels for the height<br>
  *<br>
- * For more information: see <a href="http://linuxtv.org/downloads/v4l-dvb-apis/re32.html" rel="noreferrer" target="_blank">http://linuxtv.org/downloads/v4l-dvb-apis/re32.html</a><br>
+ * For more information: see <a href="https://linuxtv.org/downloads/v4l-dvb-apis/re32.html" rel="noreferrer" target="_blank">https://linuxtv.org/downloads/v4l-dvb-apis/re32.html</a><br>
  */<br>
 #define DRM_FORMAT_MOD_SAMSUNG_64_32_TILE      fourcc_mod_code(SAMSUNG, 1)<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
2.5.0<br>
<br>
</font></span></blockquote></div><br></div>