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 X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2747CC433DB for ; Fri, 15 Jan 2021 20:44:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F14FF23A9D for ; Fri, 15 Jan 2021 20:44:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732444AbhAOUoY (ORCPT ); Fri, 15 Jan 2021 15:44:24 -0500 Received: from asavdk4.altibox.net ([109.247.116.15]:37576 "EHLO asavdk4.altibox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727798AbhAOUoS (ORCPT ); Fri, 15 Jan 2021 15:44:18 -0500 Received: from ravnborg.org (unknown [188.228.123.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by asavdk4.altibox.net (Postfix) with ESMTPS id B7DE08050C; Fri, 15 Jan 2021 21:43:26 +0100 (CET) Date: Fri, 15 Jan 2021 21:43:24 +0100 From: Sam Ravnborg To: Maxime Ripard Cc: Maarten Lankhorst , Thomas Zimmermann , Daniel Vetter , David Airlie , dri-devel@lists.freedesktop.org, Boris Brezillon , Daniel Vetter , Nicolas Ferre , Alexandre Belloni , Ludovic Desroches , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 03/10] drm/atmel-hlcdc: Rename custom plane state variable Message-ID: <20210115204324.GA529973@ravnborg.org> References: <20210115125703.1315064-1-maxime@cerno.tech> <20210115125703.1315064-3-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210115125703.1315064-3-maxime@cerno.tech> X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=Itgwjo3g c=1 sm=1 tr=0 a=S6zTFyMACwkrwXSdXUNehg==:117 a=S6zTFyMACwkrwXSdXUNehg==:17 a=kj9zAlcOel0A:10 a=7gkXJVJtAAAA:8 a=ejiJjd_95w6iUu-Q_P0A:9 a=CjuIK1q_8ugA:10 a=E9Po1WZjFZOl8hwRPBS3:22 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 15, 2021 at 01:56:55PM +0100, Maxime Ripard wrote: > Subsequent reworks will pass the global atomic state in the function > prototype, and atomic_check and atomic_update already have such a > variable already. Let's change them to ease the rework. > > Signed-off-by: Maxime Ripard Acked-by: Sam Ravnborg I assume you will push this patch as part of the series. Sam