<div dir="ltr">yes, I'll send new patch without footer.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 12, 2016 at 7:15 PM, Daniel Vetter <span dir="ltr"><<a href="mailto:daniel@ffwll.ch" target="_blank">daniel@ffwll.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Tue, Apr 12, 2016 at 12:57:45PM +0000, Hwang, Dongseong wrote:<br>
> Follow-up of the 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>
> The Kodi/XBMC and ChromeOS developers want to transcode NV12 to RGB<br>
> with OpenGL shaders, importing the two source planes through<br>
> EGL_EXT_image_dma_buf_import. That requires importing the Y plane as an<br>
> R8 EGLImage and the UV plane as either an RG88 or GR88 EGLImage.<br>
><br>
> CC: Peter Frühberger <peter.fruehberger at <a href="http://gmail.com" rel="noreferrer" target="_blank">gmail.com</a>><br>
> Cc: Rainer Hochecker <rainer.hochecker at <a href="http://onlinehome.de" rel="noreferrer" target="_blank">onlinehome.de</a>><br>
> Cc: Benjamin Widawsky <benjamin.widawsky at <a href="http://intel.com" rel="noreferrer" target="_blank">intel.com</a>><br>
> CC: Chad Versace <chad.versace at <a href="http://intel.com" rel="noreferrer" target="_blank">intel.com</a>><br>
> Signed-off-by: Dongseong Hwang <dongseong.hwang at <a href="http://intel.com" rel="noreferrer" target="_blank">intel.com</a>><br>
> ---<br>
>  include/drm/drm_fourcc.h | 7 +++++++<br>
>  1 file changed, 7 insertions(+)<br>
><br>
> diff --git a/include/drm/drm_fourcc.h b/include/drm/drm_fourcc.h<br>
> index e741b09..ca2f488 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>
> --<br>
> 2.5.0<br>
> ---------------------------------------------------------------------<br>
> Intel Finland Oy<br>
> Registered Address: PL 281, 00181 Helsinki<br>
> Business Identity Code: 0357606 - 4<br>
> Domiciled in Helsinki<br>
><br>
> This e-mail and any attachments may contain confidential material for<br>
> the sole use of the intended recipient(s). Any review or distribution<br>
> by others is strictly prohibited. If you are not the intended<br>
> recipient, please contact the sender and delete all copies.<br>
<br>
</div></div>You need to resend without this footer, otherwise I can't merge the patch.<br>
-Daniel<br>
<span class="im HOEnZb"><br>
><br>
> _______________________________________________<br>
> dri-devel mailing list<br>
> <a href="mailto:dri-devel@lists.freedesktop.org">dri-devel@lists.freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/dri-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/dri-devel</a><br>
<br>
--<br>
</span><span class="HOEnZb"><font color="#888888">Daniel Vetter<br>
Software Engineer, Intel Corporation<br>
<a href="http://blog.ffwll.ch" rel="noreferrer" target="_blank">http://blog.ffwll.ch</a><br>
</font></span><div class="HOEnZb"><div class="h5">---------------------------------------------------------------------<br>
Intel Finland Oy<br>
Registered Address: PL 281, 00181 Helsinki<br>
Business Identity Code: 0357606 - 4<br>
Domiciled in Helsinki<br>
<br>
This e-mail and any attachments may contain confidential material for<br>
the sole use of the intended recipient(s). Any review or distribution<br>
by others is strictly prohibited. If you are not the intended<br>
recipient, please contact the sender and delete all copies.<br>
<br>
</div></div></blockquote></div><br></div>