From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id 343C56EE0A for ; Wed, 6 Oct 2021 18:40:44 +0000 (UTC) Date: Wed, 06 Oct 2021 11:25:54 -0700 Message-ID: <871r4yvwlp.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" In-Reply-To: <37d29dab1b58656ff12795423d123d40d7f90d93.camel@intel.com> References: <20211006161444.904476-1-rodrigo.vivi@intel.com> <20211006161444.904476-8-rodrigo.vivi@intel.com> <874k9uvyr9.wl-ashutosh.dixit@intel.com> <37d29dab1b58656ff12795423d123d40d7f90d93.camel@intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Subject: Re: [igt-dev] [PATCH i-g-t 7/8] include: Introduce linux-uapi for non-drm-uapi files. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: "Vivi, Rodrigo" Cc: "igt-dev@lists.freedesktop.org" , "Latvala, Petri" List-ID: On Wed, 06 Oct 2021 10:56:24 -0700, Vivi, Rodrigo wrote: > > On Wed, 2021-10-06 at 10:39 -0700, Dixit, Ashutosh wrote: > > On Wed, 06 Oct 2021 09:14:43 -0700, Rodrigo Vivi wrote: > > > > > > sync_file.h is needed for dma-buf, but it is part of the > > > linux-uapi include dir. > > > > > > The patch aims to have a drm-uapi directory that is a pure > > > copy of the generated drm-uapi include dir. > > > > But then we cannot add i915_drm_local.h here? > > I was thinking about another directory like > include/local-uapi/i915_drm_local.h OK, I will post a patch for this and then see what Petri says. Thanks.