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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E4D73C433EF for ; Wed, 4 May 2022 13:31:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239507AbiEDNfd (ORCPT ); Wed, 4 May 2022 09:35:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49362 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350601AbiEDNfa (ORCPT ); Wed, 4 May 2022 09:35:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 42978377E0 for ; Wed, 4 May 2022 06:31:54 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CFAEE6198A for ; Wed, 4 May 2022 13:31:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BBF4BC385A5; Wed, 4 May 2022 13:31:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651671113; bh=lBEsUXAhncVrCtdTQLW5xpTq13o4idnU/Uuq8Y9Mjws=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZIFSKVI/d24n75tJuzFwgDlw89b3QZ9a9webgZcypgJzhhvWqzR2tl3oZV0PLoRgN JsTbZr1/GCQXFWxM+q107mW4LVoYo/3PabiPk4avx0vHDQy16PzBpchziMuGSuFZ7U dt8Bs3YqCfrt65kOANAXL4PnMPR4QhnLUoktDvwOTcHBajYm3VGc4awRdkml1S4+/Z /aHMx5nuxGUqZZfsKH41e7Sn0pn0sJpjKNneac8eqy2cwKJoFolLIFSJBHZ26gEybO /BvsZNlStQWxcAxVMFoIx/wRaBadjvbCMTJOaSf1WHcPXD/eLtsZi9RIJp5qgYxMtw m4FC1rVKBIf3Q== Date: Wed, 4 May 2022 19:01:48 +0530 From: Vinod Koul To: Dmitry Baryshkov Cc: Bjorn Andersson , Rob Clark , Sean Paul , Abhinav Kumar , kernel test robot , David Airlie , linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, Stephen Boyd , Daniel Vetter , freedreno@lists.freedesktop.org Subject: Re: [Freedreno] [PATCH v2] drm/msm/dsi: use RMW cycles in dsi_update_dsc_timing Message-ID: References: <20220430175533.3817792-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220430175533.3817792-1-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 30-04-22, 20:55, Dmitry Baryshkov wrote: > The downstream uses read-modify-write for updating command mode > compression registers. Let's follow this approach. This also fixes the > following warning: > > drivers/gpu/drm/msm/dsi/dsi_host.c:918:23: warning: variable 'reg_ctrl' set but not used [-Wunused-but-set-variable] Reviewed-by: Vinod Koul Tested on pixel3: Tested-by: Vinod Koul -- ~Vinod