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 45E0AD35E5D for ; Thu, 7 Nov 2024 10:48:07 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 13AD910E222; Thu, 7 Nov 2024 10:48:07 +0000 (UTC) Received: from coelho.fi (coelho.fi [88.99.146.29]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8FB0D10E222; Thu, 7 Nov 2024 10:48:06 +0000 (UTC) Received: from 91-155-254-188.elisa-laajakaista.fi ([91.155.254.188] helo=[192.168.100.137]) by coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.97) (envelope-from ) id 1t903Y-00000001WNI-2qWY; Thu, 07 Nov 2024 12:48:04 +0200 Message-ID: <94fbda323981bd54fc118db079868fdd2d3f87d5.camel@coelho.fi> From: Luca Coelho To: Gustavo Sousa , intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Cc: Luca Coelho , Jani Nikula Date: Thu, 07 Nov 2024 12:48:03 +0200 In-Reply-To: <20241106215231.103474-11-gustavo.sousa@intel.com> References: <20241106215231.103474-1-gustavo.sousa@intel.com> <20241106215231.103474-11-gustavo.sousa@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.54.1-1 MIME-Version: 1.0 Subject: Re: [PATCH v2 10/17] drm/i915/dmc_wl: Allow simpler syntax for single reg in range tables 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 Wed, 2024-11-06 at 18:50 -0300, Gustavo Sousa wrote: > Allow simpler syntax for defining entries for single registers in range > tables. That makes them easier to type as well as to read, allowing one > to quickly tell whether a range actually refers to a single register or > a "true range". >=20 > Signed-off-by: Gustavo Sousa > --- Reviewed-by: Luca Coelho -- Cheers, Luca.