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 16022C54EBE for ; Fri, 13 Jan 2023 04:37:53 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D981710E986; Fri, 13 Jan 2023 04:37:51 +0000 (UTC) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id 825B110E984; Fri, 13 Jan 2023 04:37:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673584669; x=1705120669; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=8rzcJ3FA7kWluJT1WbH1rT6cAUMACZ/D8R/52PgjHqA=; b=VHJSpjT2LlJ4DjS9dFWVCSyGaB+bac/ihhF3FH2f3Piic8yZtvVGy+y1 ScTqgkf0VV+jRtt2/NR7zQ+KJNUyJF3hewuTaPaPEvzqnTY3PUv/T1oIe 0FhLv3EKcnlYW4TJ8NsF8uQcxAkcckOCgQxLxt0wzq5QOswoAtYpB76C8 ygjxDysPUXzw6ioAXGTlFNSRBgQRurRIFyZc7xO3RfVuP+V4THSBHRa/s b/+KjbpDj2vZehIlgmFg7aCsDwSaG4jxcTustMEQLDfgLgk/41gprmKIu J8b/6OPIu6dv07zurn47bEBW0ut5PnKxWgfwXRqRog/LZ2ALjm8l/i5eK w==; X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="388407523" X-IronPort-AV: E=Sophos;i="5.97,212,1669104000"; d="scan'208";a="388407523" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 20:37:48 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="800469897" X-IronPort-AV: E=Sophos;i="5.97,212,1669104000"; d="scan'208";a="800469897" Received: from adixit-mobl.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.209.45.230]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2023 20:37:48 -0800 Date: Thu, 12 Jan 2023 20:37:35 -0800 Message-ID: <87358faw34.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: "Belgaumkar, Vinay" In-Reply-To: References: <20230113022752.3151066-1-vinay.belgaumkar@intel.com> <874jsvazvi.wl-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-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] drm/i915/mtl: Connect root sysfs entries to GT0 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, Andi Shyti , dri-devel@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Thu, 12 Jan 2023 20:26:34 -0800, Belgaumkar, Vinay wrote: > > I think the ABI was changed by the patch mentioned in the commit > (a8a4f0467d70). The ABI was originally changed in 80cf8af17af04 and 56a709cf77468.