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 CA463C5478C for ; Tue, 5 Mar 2024 05:44:42 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 898EC10E0B5; Tue, 5 Mar 2024 05:44:42 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="igW4K/Bm"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.13]) by gabe.freedesktop.org (Postfix) with ESMTPS id A8BF510E0B5 for ; Tue, 5 Mar 2024 05:44:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1709617481; x=1741153481; h=date:message-id:from:to:subject:in-reply-to:references: mime-version; bh=HYLcUq3SYz75iAKwwU8wSoYalKAc3qtIsmXSIaNXZDY=; b=igW4K/Bmh0oFGjYsEKGTIMjb0IAF9REAAgY4tEKC9ecwlLSzSZWo2X1w OPagz5kPRrGMHEv/9Liq7K2ad+Je+0VEYPvMj3/q04saubOT7EYveDkcm yxd3WCB8ysEGq966B2Gzd/xdeLtExVKUYXJ68QBW51WKyM8OXkJNIe76S Fw7uT9U/r5G4sHxT1wyqp0HMrnlpKab6J8kh0Cgie/m1qqxu5gRgm6Mkp Jjbjyks1cGNF+sJFjLk1NBqNsE0mYvn3/qPRsr01Pt133ashlnZTx4N6A iEM2hJIfq+OW+EyOdQW18Jg/lB1mYbmNJ8ehM/5/xTn62+8FLGZQqyumZ A==; X-IronPort-AV: E=McAfee;i="6600,9927,11003"; a="7095579" X-IronPort-AV: E=Sophos;i="6.06,205,1705392000"; d="scan'208";a="7095579" Received: from orviesa001.jf.intel.com ([10.64.159.141]) by fmvoesa107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2024 21:43:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,205,1705392000"; d="scan'208";a="46784484" Received: from orsosgc001.jf.intel.com (HELO unerlige-ril.intel.com) ([10.165.21.138]) by smtpauth.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2024 21:43:56 -0800 Date: Mon, 04 Mar 2024 21:43:55 -0800 Message-ID: <8534t56xno.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: intel-xe@lists.freedesktop.org, Umesh Nerlige Ramappa Subject: Re: [PATCH 1/1] drm/xe/oa: Combined diff of changes between v10 and v11 In-Reply-To: <20240305052136.2405509-2-ashutosh.dixit@intel.com> References: <20240305052136.2405509-1-ashutosh.dixit@intel.com> <20240305052136.2405509-2-ashutosh.dixit@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-redhat-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 X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Mon, 04 Mar 2024 21:21:36 -0800, Ashutosh Dixit wrote: > Hi Umesh, > The diff between v10 and v11 consists of the following uapi changes: > * Use a chain of drm_xe_ext_set_property struct's also for stream > reconfiguration (using DRM_XE_PERF_IOCTL_CONFIG perf fd ioctl). This > will enable additional properties such as syncobj's during stream > reconfiguration. > * Add extensions also to output structs from the kernel so they can also be > extended if needed in the future > * Change DRM_XE_PERF ioctl number to 0x0b Just wanted to propose a few minor tweaks to the Perf/OA uapi with this patch. I have sent the new series with these changes here: https://patchwork.freedesktop.org/series/121084/#rev11 But didn't copy you on the series itself (just this combined diff) so as not to spam you. I have also retained your previous R-b's on the patches. So please just take a look at this combined diff and let me know if there's anything here you don't agree with or want done differently. Thanks. -- Ashutosh