From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 603436E171 for ; Mon, 25 Oct 2021 16:16:29 +0000 (UTC) Date: Mon, 25 Oct 2021 09:13:16 -0700 Message-ID: <87ilxl84mb.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" In-Reply-To: <20211022061245.1166638-2-priyanka.dandamudi@intel.com> References: <20211022061245.1166638-1-priyanka.dandamudi@intel.com> <20211022061245.1166638-2-priyanka.dandamudi@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 v2 1/3] lib/i915/i915_drm_local: Add COMPUTE class engine List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: priyanka.dandamudi@intel.com Cc: igt-dev@lists.freedesktop.org, arjun.melkaveri@intel.com, zbigniew.kempczynski@intel.com List-ID: On Thu, 21 Oct 2021 23:12:43 -0700, wrote: > > From: Priyanka Dandamudi > > Add I915_ENGINE_CLASS_COMPUTE define value. Please include previous R-b when posting patches, this already had Zbigniew's R-b. Anyway: Reviewed-by: Ashutosh Dixit > Signed-off-by: Priyanka Dandamudi > Cc: Ashutosh Dixit > Cc: Arjun Melkaveri > --- > lib/i915/i915_drm_local.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/i915/i915_drm_local.h b/lib/i915/i915_drm_local.h > index a6afdd28..74b85c85 100644 > --- a/lib/i915/i915_drm_local.h > +++ b/lib/i915/i915_drm_local.h > @@ -19,6 +19,7 @@ extern "C" { > * or local_ prefix and without any #ifndef's. Attempt should be made to > * clean these up when kernel uapi headers are sync'd. > */ > +#define I915_ENGINE_CLASS_COMPUTE 4 > > /* Needed for PXP */ > #define I915_GEM_CREATE_EXT_PROTECTED_CONTENT 1 > -- > 2.25.1 >