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=-4.0 required=3.0 tests=MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 CC257C433E0 for ; Thu, 28 May 2020 15:14:54 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id A7BD52075F for ; Thu, 28 May 2020 15:14:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A7BD52075F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 328556E526; Thu, 28 May 2020 15:14:54 +0000 (UTC) Received: from mail-il1-f195.google.com (mail-il1-f195.google.com [209.85.166.195]) by gabe.freedesktop.org (Postfix) with ESMTPS id C07F76E526 for ; Thu, 28 May 2020 15:14:52 +0000 (UTC) Received: by mail-il1-f195.google.com with SMTP id v11so504170ilh.1 for ; Thu, 28 May 2020 08:14:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=yIDw/uV1HgHlRds6XnPkvv3A35C2qOGXIu1RjiUeb9Y=; b=GfmFVWhFYmKN3SMrzUUG2yc9JKIuY/oYWuwPcqZai4gbzjUboqyX3aRWs2Av+1fIxd jP3lVhfkARxsnvqeeLQ4Sq1xbtfhL/OEbu05o2CIyJwZRjzPYBwj0M0jjN2LiUKjZuxE PTo2kVf+GxdjJ/wXuEcRSvBsorgqjFzlNb+c5GXS6vFZbbZEP3iDKYgZ41U/cX97VGPJ 4Z4/eS84igXgpxjmss3rsvOqUwuiY5JoKbJ8jUbgxCw8XO/tRVCVRC72euO9RL57smVx kXJlx+GLJPZSzoqljxT5dQxhf9vf8Er1jtQL5jM+HCPUfj5VMQVi+Z+Z0hFfVouHkvVp R0CA== X-Gm-Message-State: AOAM530EqJLQA7T3/br4aqUf/gVDSyeSOEbeg/qevCHclLkcsQGFZfLe 1OYoCM/nn7vdSAvNCjmlxw== X-Google-Smtp-Source: ABdhPJxAz1lpeRppgpo6BunFloCZvsPY8jFkCiVKE8KLqTvD/f0TRuU3AhQ7Ssf3Kpzq9YR+oZzPRQ== X-Received: by 2002:a92:d151:: with SMTP id t17mr3335382ilg.101.1590678892145; Thu, 28 May 2020 08:14:52 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id i13sm3442788ill.65.2020.05.28.08.14.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 May 2020 08:14:51 -0700 (PDT) Received: (nullmailer pid 82662 invoked by uid 1000); Thu, 28 May 2020 15:14:50 -0000 Date: Thu, 28 May 2020 09:14:50 -0600 From: Rob Herring To: Sharat Masetty Subject: Re: [PATCH 6/6] dt-bindings: drm/msm/gpu: Document gpu opp table Message-ID: <20200528151450.GA82632@bogus> References: <1589453659-27581-1-git-send-email-smasetty@codeaurora.org> <1589453659-27581-7-git-send-email-smasetty@codeaurora.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1589453659-27581-7-git-send-email-smasetty@codeaurora.org> 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: devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, mka@chromium.org, dri-devel@freedesktop.org, freedreno@lists.freedesktop.org, georgi.djakov@linaro.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, 14 May 2020 16:24:19 +0530, Sharat Masetty wrote: > Update documentation to list the gpu opp table bindings including the > newly added "opp-peak-kBps" needed for GPU-DDR bandwidth scaling. > > Signed-off-by: Sharat Masetty > --- > .../devicetree/bindings/display/msm/gpu.txt | 28 ++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > Acked-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel