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 6AF75E8FDC1 for ; Wed, 4 Oct 2023 00:23:46 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 313FE10E326; Wed, 4 Oct 2023 00:23:46 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2622C10E326 for ; Wed, 4 Oct 2023 00:23:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1696379024; x=1727915024; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=1b1ckEmknJKgRvMUm+aidECmR3ojMDXEdesfEQ9PA7M=; b=g7Id2ehYWiJa49ZtLFtwZqyLT9Acy606Mfm8hMxnOrNzK7aiWyS50dUj kkbOcSXCTAVLX08OIneUf657f31rUWM3LILr8yf8oYiBxnid8Aw5ccJqF 6tVXtqVWedZqI4yz2aI8+CT1u4tgAVuqIqEXiyK9HXH3KfmgoRuoerBI7 XSDqG9hoOJSN1T2rtbx1vkzk9qtqWoYEGG/8ML6HtariXmrha05COWgd7 yTqljIsM4UTvAXbOCVNIstahMzVgE24jbTEGX1SH45pNXrCY7AWu/aFFR rMsjyRKqoaj1fH0H/npNe/o0kxC/ANJf0gJ/nqgToP9ZHkULWr5FTSC9u Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10852"; a="447186930" X-IronPort-AV: E=Sophos;i="6.03,198,1694761200"; d="scan'208";a="447186930" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Oct 2023 17:23:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10852"; a="1082238222" X-IronPort-AV: E=Sophos;i="6.03,198,1694761200"; d="scan'208";a="1082238222" Received: from adixit-mobl.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.209.56.204]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Oct 2023 17:23:42 -0700 Date: Tue, 03 Oct 2023 17:23:41 -0700 Message-ID: <87mswzs0aa.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: intel-xe@lists.freedesktop.org In-Reply-To: <20230919161049.2307855-19-ashutosh.dixit@intel.com> References: <20230919161049.2307855-1-ashutosh.dixit@intel.com> <20230919161049.2307855-19-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/29.1 (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-xe] [PATCH 18/21] drm/xe/uapi: More OA uapi fixes/additions 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 Tue, 19 Sep 2023 09:10:46 -0700, Ashutosh Dixit wrote: > > struct drm_xe_oa_open_param { > + /** @extensions: Pointer to the first extension struct, if any */ > + __u64 extensions; > + > + /** > + * @config_syncobj: (Output) handle to configuration syncobj > + * > + * Handle to a syncobj which the kernel will signal after stream > + * configuration or re-configuration is complete (after return from > + * the ioctl). This handle can be provided as a dependency to the > + * next XE exec ioctl. > + */ > + __u32 config_syncobj; > + I am reworking this fence part and will post this in the next rev. Please don't review this yet. Other uapi changes in this series can be reviewed now. Thanks. -- Ashutosh