From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id 835F56E52D for ; Wed, 6 Oct 2021 17:39:26 +0000 (UTC) Date: Wed, 06 Oct 2021 10:39:22 -0700 Message-ID: <874k9uvyr9.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" In-Reply-To: <20211006161444.904476-8-rodrigo.vivi@intel.com> References: <20211006161444.904476-1-rodrigo.vivi@intel.com> <20211006161444.904476-8-rodrigo.vivi@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: Rodrigo Vivi Cc: igt-dev@lists.freedesktop.org, Petri Latvala List-ID: 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?