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 0375F89E65 for ; Mon, 25 Oct 2021 16:18:43 +0000 (UTC) Date: Mon, 25 Oct 2021 09:14:07 -0700 Message-ID: <87h7d584kw.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" In-Reply-To: <20211022061245.1166638-3-priyanka.dandamudi@intel.com> References: <20211022061245.1166638-1-priyanka.dandamudi@intel.com> <20211022061245.1166638-3-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 2/3] i915/gem_engine_topology: Add compute class 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:44 -0700, wrote: > > From: Tvrtko Ursulin > > Add compute class to engine base names. Also probably had Zbigniew's R-b previously. Reviewed-by: Ashutosh Dixit > Signed-off-by: Tvrtko Ursulin > Signed-off-by: Priyanka Dandamudi > Cc: Ashutosh Dixit > Cc: Arjun Melkaveri > --- > lib/i915/gem_engine_topology.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/i915/gem_engine_topology.c b/lib/i915/gem_engine_topology.c > index 4e497a5c..729f42b0 100644 > --- a/lib/i915/gem_engine_topology.c > +++ b/lib/i915/gem_engine_topology.c > @@ -130,6 +130,7 @@ static const char *class_names[] = { > [I915_ENGINE_CLASS_COPY] = "bcs", > [I915_ENGINE_CLASS_VIDEO] = "vcs", > [I915_ENGINE_CLASS_VIDEO_ENHANCE] = "vecs", > + [I915_ENGINE_CLASS_COMPUTE] = "ccs", > }; > > static void init_engine(struct intel_execution_engine2 *e2, > -- > 2.25.1 >