From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8B708C6FD1F for ; Thu, 16 Mar 2023 05:31:24 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9D01710E033; Thu, 16 Mar 2023 05:31:23 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 090B710E033 for ; Thu, 16 Mar 2023 05:31:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1678944680; x=1710480680; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=zcbTKosoIsqpoYCkQKde3iZoZQ4g7uwuS1knHIV1ouU=; b=A/F0+Bp5xTy3Y98hlrdaPxnGp5lYPPPmfGa9qApfzbXHfVZgDOoDAIQy w7+7cyjwQIdyeZNmSLKymomaU66Vje9xyMbefBfgoY7adeMR9GkhZ2LXo yHyHR7yNEwZ0TgOgY0QhtDJCZw8LQ8oznfTWxaSjvBhFKs8522K6F7H2i 2+k1YdyGyQWGi7kCaXbP91RpNE3EdKtD7I/FdRpO3QuBiiyWPQGXmMcgl MyIITCu5OtIH8U7BjjwjYfMn+6jqlB8aScGLNnNGsX0J/S/h4HOtSMUVb DOqSQjTx0Y3PwRwSVAFxmkkV/C9LwmJfLzy//yTtR5j437h6+aOXaYLvK A==; X-IronPort-AV: E=McAfee;i="6500,9779,10650"; a="424167141" X-IronPort-AV: E=Sophos;i="5.98,265,1673942400"; d="scan'208";a="424167141" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Mar 2023 22:31:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10650"; a="679769124" X-IronPort-AV: E=Sophos;i="5.98,265,1673942400"; d="scan'208";a="679769124" Received: from adixit-mobl.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.209.13.197]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Mar 2023 22:31:18 -0700 Date: Wed, 15 Mar 2023 22:31:17 -0700 Message-ID: <87mt4dw9cq.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Umesh Nerlige Ramappa In-Reply-To: <20230316000932.2525744-10-umesh.nerlige.ramappa@intel.com> References: <20230316000932.2525744-1-umesh.nerlige.ramappa@intel.com> <20230316000932.2525744-10-umesh.nerlige.ramappa@intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Subject: Re: [Intel-gfx] [PATCH v5 09/12] drm/i915/perf: Add engine class instance parameters to perf X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, 15 Mar 2023 17:09:29 -0700, Umesh Nerlige Ramappa wrote: > > diff --git a/include/uapi/drm/i915_drm.h b/include/uapi/drm/i915_drm.h > index 8df261c5ab9b..e8c258bfd4c9 100644 > --- a/include/uapi/drm/i915_drm.h > +++ b/include/uapi/drm/i915_drm.h > @@ -2758,6 +2758,25 @@ enum drm_i915_perf_property_id { > */ > DRM_I915_PERF_PROP_POLL_OA_PERIOD, > > + /** > + * Multiple engines may be mapped to the same OA unit. The OA unit is > + * identified by class:instance of any engine mapped to it". Remove extra " at the end. With that this is now: Reviewed-by: Ashutosh Dixit