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 922E1C32771 for ; Mon, 26 Sep 2022 10:43:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A07D010E2F1; Mon, 26 Sep 2022 10:43:26 +0000 (UTC) Received: from farmhouse.coelho.fi (paleale.coelho.fi [176.9.41.70]) by gabe.freedesktop.org (Postfix) with ESMTPS id C06EF10E2C2 for ; Mon, 26 Sep 2022 10:40:51 +0000 (UTC) Received: from 91-155-255-44.elisa-laajakaista.fi ([91.155.255.44] helo=[192.168.100.137]) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1oclXd-003aGD-50; Mon, 26 Sep 2022 13:40:50 +0300 Message-ID: <0a075e28fce411897b798bbbbb6c08fc1fa8449a.camel@coelho.fi> From: Luca Coelho To: Ville Syrjala , intel-gfx@lists.freedesktop.org Date: Mon, 26 Sep 2022 13:40:48 +0300 In-Reply-To: <20220912111814.17466-5-ville.syrjala@linux.intel.com> References: <20220912111814.17466-1-ville.syrjala@linux.intel.com> <20220912111814.17466-5-ville.syrjala@linux.intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.0-2 MIME-Version: 1.0 Subject: Re: [Intel-gfx] [PATCH 04/15] drm/i915: Use BIT() when dealing with output types 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: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Mon, 2022-09-12 at 14:18 +0300, Ville Syrjala wrote: > From: Ville Syrj=C3=A4l=C3=A4 >=20 > Most places that deal with output types already use BIT() > but a few places still use manual shifts. Convert the > stragglers over to BIT(). >=20 > Signed-off-by: Ville Syrj=C3=A4l=C3=A4 > --- Reviewed-by: Luca Coelho -- Cheers, Luca.