Re: [Mesa-dev] [PATCH v2] intel: Move the DRM uapi headers to a non-Intel location.

2017-06-30 Thread Alex Deucher
On Fri, Jun 30, 2017 at 3:02 PM, Eric Anholt wrote: > Alex Deucher writes: > >> On Fri, Jun 30, 2017 at 12:40 PM, Lionel Landwerlin >> wrote: >>> On 30/06/17 17:14, Alex Deucher wrote: On Fri, Jun 30, 2017 at 12:02 PM, Eric Anholt wrote: > > Alex Deucher writes: > >>

Re: [Mesa-dev] [PATCH v2] intel: Move the DRM uapi headers to a non-Intel location.

2017-06-30 Thread Eric Anholt
Alex Deucher writes: > On Fri, Jun 30, 2017 at 12:40 PM, Lionel Landwerlin > wrote: >> On 30/06/17 17:14, Alex Deucher wrote: >>> >>> On Fri, Jun 30, 2017 at 12:02 PM, Eric Anholt wrote: Alex Deucher writes: > On Thu, Jun 29, 2017 at 11:42 AM, Eric Anholt wrote: >>

Re: [Mesa-dev] [PATCH v2] intel: Move the DRM uapi headers to a non-Intel location.

2017-06-30 Thread Alex Deucher
On Fri, Jun 30, 2017 at 12:40 PM, Lionel Landwerlin wrote: > On 30/06/17 17:14, Alex Deucher wrote: >> >> On Fri, Jun 30, 2017 at 12:02 PM, Eric Anholt wrote: >>> >>> Alex Deucher writes: >>> On Thu, Jun 29, 2017 at 11:42 AM, Eric Anholt wrote: > > I want to remove vc4's dependency

Re: [Mesa-dev] [PATCH v2] intel: Move the DRM uapi headers to a non-Intel location.

2017-06-30 Thread Lionel Landwerlin
On 30/06/17 17:43, Emil Velikov wrote: On 30 June 2017 at 17:40, Lionel Landwerlin wrote: On 30/06/17 17:14, Alex Deucher wrote: On Fri, Jun 30, 2017 at 12:02 PM, Eric Anholt wrote: Alex Deucher writes: On Thu, Jun 29, 2017 at 11:42 AM, Eric Anholt wrote: I want to remove vc4's dependen

Re: [Mesa-dev] [PATCH v2] intel: Move the DRM uapi headers to a non-Intel location.

2017-06-30 Thread Emil Velikov
On 30 June 2017 at 17:40, Lionel Landwerlin wrote: > On 30/06/17 17:14, Alex Deucher wrote: >> >> On Fri, Jun 30, 2017 at 12:02 PM, Eric Anholt wrote: >>> >>> Alex Deucher writes: >>> On Thu, Jun 29, 2017 at 11:42 AM, Eric Anholt wrote: > > I want to remove vc4's dependency on head

Re: [Mesa-dev] [PATCH v2] intel: Move the DRM uapi headers to a non-Intel location.

2017-06-30 Thread Lionel Landwerlin
On 30/06/17 17:14, Alex Deucher wrote: On Fri, Jun 30, 2017 at 12:02 PM, Eric Anholt wrote: Alex Deucher writes: On Thu, Jun 29, 2017 at 11:42 AM, Eric Anholt wrote: I want to remove vc4's dependency on headers from libdrm as well, but storing multiple copies of drm_fourcc.h in our tree wo

Re: [Mesa-dev] [PATCH v2] intel: Move the DRM uapi headers to a non-Intel location.

2017-06-30 Thread Alex Deucher
On Fri, Jun 30, 2017 at 12:02 PM, Eric Anholt wrote: > Alex Deucher writes: > >> On Thu, Jun 29, 2017 at 11:42 AM, Eric Anholt wrote: >>> I want to remove vc4's dependency on headers from libdrm as well, but >>> storing multiple copies of drm_fourcc.h in our tree would be silly. >>> >>> v2: Upda

Re: [Mesa-dev] [PATCH v2] intel: Move the DRM uapi headers to a non-Intel location.

2017-06-30 Thread Eric Anholt
Alex Deucher writes: > On Thu, Jun 29, 2017 at 11:42 AM, Eric Anholt wrote: >> I want to remove vc4's dependency on headers from libdrm as well, but >> storing multiple copies of drm_fourcc.h in our tree would be silly. >> >> v2: Update Android.mk as well, move distcheck drm*.h references to >>

Re: [Mesa-dev] [PATCH v2] intel: Move the DRM uapi headers to a non-Intel location.

2017-06-29 Thread Rob Herring
On Thu, Jun 29, 2017 at 10:42 AM, Eric Anholt wrote: > I want to remove vc4's dependency on headers from libdrm as well, but > storing multiple copies of drm_fourcc.h in our tree would be silly. > > v2: Update Android.mk as well, move distcheck drm*.h references to > top-level noinst_HEADERS.

Re: [Mesa-dev] [PATCH v2] intel: Move the DRM uapi headers to a non-Intel location.

2017-06-29 Thread Alex Deucher
On Thu, Jun 29, 2017 at 11:42 AM, Eric Anholt wrote: > I want to remove vc4's dependency on headers from libdrm as well, but > storing multiple copies of drm_fourcc.h in our tree would be silly. > > v2: Update Android.mk as well, move distcheck drm*.h references to > top-level noinst_HEADERS.

[Mesa-dev] [PATCH v2] intel: Move the DRM uapi headers to a non-Intel location.

2017-06-29 Thread Eric Anholt
I want to remove vc4's dependency on headers from libdrm as well, but storing multiple copies of drm_fourcc.h in our tree would be silly. v2: Update Android.mk as well, move distcheck drm*.h references to top-level noinst_HEADERS. Reviewed-by: Lionel Landwerlin Reviewed-by: Daniel Stone ---