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 5C75CEF06E2 for ; Sun, 8 Feb 2026 14:03:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 91AF010E08F; Sun, 8 Feb 2026 14:03:34 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="MTbVnctT"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.14]) by gabe.freedesktop.org (Postfix) with ESMTPS id A7F5D10E08F; Sun, 8 Feb 2026 14:03:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1770559412; x=1802095412; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=cV940Lik96QcjKIDy0bcMBd1EZPtXN52moCKpfFr3Mg=; b=MTbVnctTOJmFc1W9GK6YqE1ruBnfrlpt3Sf4Fx50MDApAHKk52ivXDhl TEZQr/UeOYc/CICYcU3rDi+io68QnZJHxN8tTxhpIZADAldfWFlnb66oa xfymOlXxhsyg7ZEMzqM7RbTP4RrJexpLLeZ6r7YpExWwB7n+UQ0hWGcDy ci5QoBP7nZLrjAgqR50xnVok0OF84DEHcrqgwYB85cBZ4Ae2TgVKd0Evy jyTGu7J4LKto0KA5J0NA+GNRFZ6Qg8BNczwJ/AneWIT8PElFtiB4fnLyF awrjJtcAFkz11dw3fg0yofzJ7Yp0f24U84rtLOacblaU3UtxJ13PnwMqZ Q==; X-CSE-ConnectionGUID: P1zkiIydRvC95mO5EY2Z6A== X-CSE-MsgGUID: KFtc7grdTGK9G3izS+Hneg== X-IronPort-AV: E=McAfee;i="6800,10657,11695"; a="75538400" X-IronPort-AV: E=Sophos;i="6.21,280,1763452800"; d="scan'208";a="75538400" Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by orvoesa106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2026 06:03:32 -0800 X-CSE-ConnectionGUID: iB4UQchvTG6wMT0qRLv3Iw== X-CSE-MsgGUID: hV6ev9T3RyuR+52n17C61A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,280,1763452800"; d="scan'208";a="234279671" Received: from fpallare-mobl4.ger.corp.intel.com (HELO localhost) ([10.245.245.100]) by fmviesa002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Feb 2026 06:03:29 -0800 Date: Sun, 8 Feb 2026 16:03:27 +0200 From: Andy Shevchenko To: Dave Airlie , dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org, linux-kernel@vger.kernel.org Cc: Lyude Paul , Danilo Krummrich , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter Subject: Re: [PATCH v1 1/1] drm/nouveau/gsp: simplify code with acpi_get_local_u64_address() Message-ID: References: <20260120152049.1763055-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260120152049.1763055-1-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, Jan 20, 2026 at 04:20:49PM +0100, Andy Shevchenko wrote: > Now we have a helper so there's no need to open-code. Anybody to comment on this? -- With Best Regards, Andy Shevchenko