Re: [PATCH libdrm] Synchronize drm/drm_fourcc.h with Linux’ version

2016-01-27 Thread Daniel Stone
Hey, On 27 January 2016 at 14:23, Emil Velikov wrote: > On 27 January 2016 at 13:31, Daniel Stone wrote: >> On 27 January 2016 at 13:28, Emil Velikov >> wrote: >>> On 27 January 2016 at 11:42, Daniel Stone wrote: On 27 January 2016 at 09:38, Daniel Vetter wrote: > On Tue, Jan 26, 20

Re: [PATCH libdrm] Synchronize drm/drm_fourcc.h with Linux’ version

2016-01-27 Thread Emil Velikov
On 27 January 2016 at 13:31, Daniel Stone wrote: > Hi, > > On 27 January 2016 at 13:28, Emil Velikov wrote: >> On 27 January 2016 at 11:42, Daniel Stone wrote: >>> On 27 January 2016 at 09:38, Daniel Vetter wrote: On Tue, Jan 26, 2016 at 09:04:18PM +, Emil Velikov wrote: > I've bee

Re: [PATCH libdrm] Synchronize drm/drm_fourcc.h with Linux’ version

2016-01-27 Thread Daniel Stone
Hi, On 27 January 2016 at 13:28, Emil Velikov wrote: > On 27 January 2016 at 11:42, Daniel Stone wrote: >> On 27 January 2016 at 09:38, Daniel Vetter wrote: >>> On Tue, Jan 26, 2016 at 09:04:18PM +, Emil Velikov wrote: I've been procrastinating^Wwaiting on some upstream changes to land

Re: [PATCH libdrm] Synchronize drm/drm_fourcc.h with Linux’ version

2016-01-27 Thread Emil Velikov
On 27 January 2016 at 11:42, Daniel Stone wrote: > Hey, > > On 27 January 2016 at 09:38, Daniel Vetter wrote: >> On Tue, Jan 26, 2016 at 09:04:18PM +, Emil Velikov wrote: >>> On 11 January 2016 at 19:32, Emmanuel Gil Peyrot >>> wrote: >>> > This adds R8, RG88 and GR88, as well as the non-sub

Re: [PATCH libdrm] Synchronize drm/drm_fourcc.h with Linux’ version

2016-01-27 Thread Daniel Stone
Hey, On 27 January 2016 at 09:38, Daniel Vetter wrote: > On Tue, Jan 26, 2016 at 09:04:18PM +, Emil Velikov wrote: >> On 11 January 2016 at 19:32, Emmanuel Gil Peyrot >> wrote: >> > This adds R8, RG88 and GR88, as well as the non-subsampled NV24/NV42 >> > formats. >> > >> Err... please don'

[PATCH libdrm] Synchronize drm/drm_fourcc.h with Linux’ version

2016-01-27 Thread Daniel Vetter
On Tue, Jan 26, 2016 at 09:04:18PM +, Emil Velikov wrote: > On 11 January 2016 at 19:32, Emmanuel Gil Peyrot > wrote: > > This adds R8, RG88 and GR88, as well as the non-subsampled NV24/NV42 > > formats. > > > Err... please don't copy/paste 'random' hunks here. These headers > should be impor

Re: [PATCH libdrm] Synchronize drm/drm_fourcc.h with Linux’ version

2016-01-26 Thread Emil Velikov
On 11 January 2016 at 19:32, Emmanuel Gil Peyrot wrote: > This adds R8, RG88 and GR88, as well as the non-subsampled NV24/NV42 formats. > Err... please don't copy/paste 'random' hunks here. These headers should be imported from the kernel with the commit message mentioning the sha of their origin.

[PATCH libdrm] Synchronize drm/drm_fourcc.h with Linux’ version

2016-01-11 Thread Emmanuel Gil Peyrot
This adds R8, RG88 and GR88, as well as the non-subsampled NV24/NV42 formats. Signed-off-by: Emmanuel Gil Peyrot --- include/drm/drm_fourcc.h | 9 + 1 file changed, 9 insertions(+) diff --git a/include/drm/drm_fourcc.h b/include/drm/drm_fourcc.h index e741b09..59fc54d 100644 --- a/inclu