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 C4EB9C433FE for ; Fri, 29 Apr 2022 09:44:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356647AbiD2Jr6 (ORCPT ); Fri, 29 Apr 2022 05:47:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60916 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244541AbiD2Jr5 (ORCPT ); Fri, 29 Apr 2022 05:47:57 -0400 Received: from mail-yw1-x112b.google.com (mail-yw1-x112b.google.com [IPv6:2607:f8b0:4864:20::112b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55C89BF514 for ; Fri, 29 Apr 2022 02:44:40 -0700 (PDT) Received: by mail-yw1-x112b.google.com with SMTP id 00721157ae682-2f16645872fso79489417b3.4 for ; Fri, 29 Apr 2022 02:44:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=WYCGVCEJksGGCdRlgIqjR2lhvuooSLq5edP8oO1Q4Gc=; b=qXTCKdPPbH69hhnz+M+TPUAGCmNzy6PuGKgWs0JHwB2aoBg7hrjTPaMZoAoIQDoWSs 0lmnwzpo47pGHqJUzmoSLgH0xxs4vpYqKs5VaNkLhIjt4xe9NBaCxYnD5rZfSLgbIvMm zgsM0ilvnK84KcGPdNndif0vtYd6QRYkZJD3a2KzeKri4hyAji+GDZtusBC2mSHRCr6p SHFXwtn+sHZPaLC6Fb5Q0NESuoOi44uDggQGTZz3h/jeU4OWkJiRd3uhm2tuN+g2bh9f 3Z9w0ZVNZJEs1+L18TcczTi8dfVqr4yn0gF8OPbL3O5iS7U8siW5kSCj9kKn8nzEQQc7 3MkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=WYCGVCEJksGGCdRlgIqjR2lhvuooSLq5edP8oO1Q4Gc=; b=uZQ2IREgLuKC4heA5A192B3ZSW9kE+2+Cbq1wYTGpvl28wj0omPGQkuezzsfPp+6or gzzCm4sWzqBWesVYmIt79WplBxlnJY3cfva7v9CBnJcOsMPWuINjGoRnvckmYMWFHGs/ P/5Tsds0ag89jJ9Tw5xOyfaxysdv7Wu35RloB1Zzhqj0Zbv8oT6UalDJ/HT7N9fj2iFv R8jaSeS79aiaNtfaOT3/n8DFLTGyz0Ex+PKqzJL7v9C717SWvg/So+xOC9zxJR6UsI/o YuFd/ReD/P8N1G+fI0G//C5sVOWa0U+XxfOdpT07Qa5w06priCuzKK0dtwf2Dd0ahGUH j06w== X-Gm-Message-State: AOAM532mDwhhKpX1OoDqIkF5QKrEDB72+n1LljqC3c7F1LZzzoH8fs+0 LiqOkfLvfUz2xMml9zGSUO1cdfmf+l2JgK9HqrOHGAbpbgg= X-Google-Smtp-Source: ABdhPJynZzoVZwfjlCOF1/abA7cHNOUV/ui+HyQTclEHfZp0K+s8TqPA+IOfsxjsI1xMK2BMg4DLPDanu12s14nmOyg= X-Received: by 2002:a81:5603:0:b0:2f8:3187:f37a with SMTP id k3-20020a815603000000b002f83187f37amr15645499ywb.255.1651225479645; Fri, 29 Apr 2022 02:44:39 -0700 (PDT) MIME-Version: 1.0 References: <20220217055529.499829-1-dmitry.baryshkov@linaro.org> <20220217055529.499829-4-dmitry.baryshkov@linaro.org> In-Reply-To: From: Dmitry Baryshkov Date: Fri, 29 Apr 2022 12:44:28 +0300 Message-ID: Subject: Re: [PATCH v5 3/5] drm/msm/dp: set stream_pixel rate directly To: Stephen Boyd Cc: Abhinav Kumar , Bjorn Andersson , Rob Clark , Sean Paul , David Airlie , Daniel Vetter , linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Fri, 29 Apr 2022 at 04:20, Stephen Boyd wrote: > > Quoting Dmitry Baryshkov (2022-02-16 21:55:27) > > The only clock for which we set the rate is the "stream_pixel". Rather > > than storing the rate and then setting it by looping over all the > > clocks, set the clock rate directly. > > > > Signed-off-by: Dmitry Baryshkov > > --- > > Reviewed-by: Stephen Boyd Thanks! I think this series can be queued for 5.20 then (probably not worth rushing it into 5.19) -- With best wishes Dmitry 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 E9940C433F5 for ; Fri, 29 Apr 2022 09:44:41 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6496910EEFD; Fri, 29 Apr 2022 09:44:41 +0000 (UTC) Received: from mail-yw1-x1129.google.com (mail-yw1-x1129.google.com [IPv6:2607:f8b0:4864:20::1129]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7A71310EEFE for ; Fri, 29 Apr 2022 09:44:40 +0000 (UTC) Received: by mail-yw1-x1129.google.com with SMTP id 00721157ae682-2ebf4b91212so79507557b3.8 for ; Fri, 29 Apr 2022 02:44:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=WYCGVCEJksGGCdRlgIqjR2lhvuooSLq5edP8oO1Q4Gc=; b=qXTCKdPPbH69hhnz+M+TPUAGCmNzy6PuGKgWs0JHwB2aoBg7hrjTPaMZoAoIQDoWSs 0lmnwzpo47pGHqJUzmoSLgH0xxs4vpYqKs5VaNkLhIjt4xe9NBaCxYnD5rZfSLgbIvMm zgsM0ilvnK84KcGPdNndif0vtYd6QRYkZJD3a2KzeKri4hyAji+GDZtusBC2mSHRCr6p SHFXwtn+sHZPaLC6Fb5Q0NESuoOi44uDggQGTZz3h/jeU4OWkJiRd3uhm2tuN+g2bh9f 3Z9w0ZVNZJEs1+L18TcczTi8dfVqr4yn0gF8OPbL3O5iS7U8siW5kSCj9kKn8nzEQQc7 3MkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=WYCGVCEJksGGCdRlgIqjR2lhvuooSLq5edP8oO1Q4Gc=; b=wnLiNVG25thP2LS8ivx4bDpYtvHFiGP6kuhtIFGHS+bPneVbeztYWK7cJQpauRHuNU nZDTO0YqNcB0XDTD65Ovx8rPkpMms+8iBXs3uzAqVWKMyMumyHqQU8n/wpkyEhvfzFSO WiYmdEhvbtWeHyp5RF+sl5uNKj7FQJjR7xmbtlmowniwXrKX7bGkX4NDRPMZCRNkl/th 4JBpLXfQBGap3/N5r2UxNupu9M6gv/xrLAIUGRO1TY6paPt4WVo2Ymgbcl8KEKaRtdo/ uEGDlG2N9X9Ijk1qNyI+1TH1Wdhx8kK0V4N92EgsNmS1JQP0WQ+HHqfq6jK2XwvZ3M4O AESQ== X-Gm-Message-State: AOAM532VVkNG41k8dugnrXLXp7kPY87hu6ha/ita0Pjg4JF0NIAgyUnL PXZwu3jgAZ+YDIPhuZlMNvrznEPVwU84fJki6GMIow== X-Google-Smtp-Source: ABdhPJynZzoVZwfjlCOF1/abA7cHNOUV/ui+HyQTclEHfZp0K+s8TqPA+IOfsxjsI1xMK2BMg4DLPDanu12s14nmOyg= X-Received: by 2002:a81:5603:0:b0:2f8:3187:f37a with SMTP id k3-20020a815603000000b002f83187f37amr15645499ywb.255.1651225479645; Fri, 29 Apr 2022 02:44:39 -0700 (PDT) MIME-Version: 1.0 References: <20220217055529.499829-1-dmitry.baryshkov@linaro.org> <20220217055529.499829-4-dmitry.baryshkov@linaro.org> In-Reply-To: From: Dmitry Baryshkov Date: Fri, 29 Apr 2022 12:44:28 +0300 Message-ID: Subject: Re: [PATCH v5 3/5] drm/msm/dp: set stream_pixel rate directly To: Stephen Boyd Content-Type: text/plain; charset="UTF-8" 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: , Cc: freedreno@lists.freedesktop.org, David Airlie , linux-arm-msm@vger.kernel.org, Abhinav Kumar , dri-devel@lists.freedesktop.org, Bjorn Andersson , Sean Paul Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, 29 Apr 2022 at 04:20, Stephen Boyd wrote: > > Quoting Dmitry Baryshkov (2022-02-16 21:55:27) > > The only clock for which we set the rate is the "stream_pixel". Rather > > than storing the rate and then setting it by looping over all the > > clocks, set the clock rate directly. > > > > Signed-off-by: Dmitry Baryshkov > > --- > > Reviewed-by: Stephen Boyd Thanks! I think this series can be queued for 5.20 then (probably not worth rushing it into 5.19) -- With best wishes Dmitry