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.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 91FC9C4338F for ; Fri, 13 Aug 2021 13:28:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6C4F761038 for ; Fri, 13 Aug 2021 13:28:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234515AbhHMN20 (ORCPT ); Fri, 13 Aug 2021 09:28:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50822 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233567AbhHMN20 (ORCPT ); Fri, 13 Aug 2021 09:28:26 -0400 Received: from mail-lf1-x12d.google.com (mail-lf1-x12d.google.com [IPv6:2a00:1450:4864:20::12d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 533B1C061756; Fri, 13 Aug 2021 06:27:59 -0700 (PDT) Received: by mail-lf1-x12d.google.com with SMTP id c24so19811168lfi.11; Fri, 13 Aug 2021 06:27:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=b2ifuGO0OwtV+DJhwJpc6J6jVy2SNXahQGiPbiV560Q=; b=UKvVHtxPXaeNsM11MJdXSl4Lzyrj9BcnCM+qfKNHOsuZx74p5FTEskvqRk+78LKYKj s5NIUY/Gn/tsjA9xFeAtNjhqOtxNa4boRW726SeneaoYlaaAU7Z2hRwdQKEJ9s0cv2uK 8KvSru7xc9b7ZcjdWqfBqkW1/MpZWMfw/KleBe3jWfaIXGMni58CPgAAc9yd6hgBk/n4 lTtTwhGZqdm9bwyHtlDCyCUg7UR+x2Y2+Gu4VDTjdQORZj8gutxu2VJ72T9sawf1QAHy gQzqo9QGL002O9yHYKm7KJ7mYfqLU1vJUbTYmiSDJK5fVHvNQpheD6+dpqdDsrtdO9O2 zedg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=b2ifuGO0OwtV+DJhwJpc6J6jVy2SNXahQGiPbiV560Q=; b=RBUikRhhpG1CxsSfN1zVZv2fUgMLA3GhM/fZIEmrxbs1Srv00WyelQp6+XEqglM6B/ ogkKAfyet4P70IzMIsL3j6xiXb0Al8sqqJA0GSZUPWsn+wekis+vMtcovDGNRXiKRi7h l+pbS5aLVJUv6xKqmPVlMOwJ8wHy5bfHINiX69TY/kjlyqRUxk1NZljzLNlqEKcunnhy Iq1R6R0jogk82Yp1Kw1xYqtSQrTQ6EqMhLP+0UGgY8wpY8pOmlKDrl2tyUXw5UCc5IjW fSvqDduEyJIRf99BTDJJKnd+rxrw4f7SVBxE1FdumHWhucTpow3Hoo73rM4l53DINDiC 8nuA== X-Gm-Message-State: AOAM5321cNAcvRFccHHx8XjSZ9w+ouKLv5l0FrjIZ7YvhREonCG/MZ+c BK4tLVw4mer+z0fps9aBUDU= X-Google-Smtp-Source: ABdhPJy8wlbCms3nlFay8c37XAlqmB8bo1ed7BuAcEt6Sqfq+V64sfLy4N/WjLWAv2/RglQFEes1DQ== X-Received: by 2002:a05:6512:3da2:: with SMTP id k34mr1600973lfv.3.1628861276619; Fri, 13 Aug 2021 06:27:56 -0700 (PDT) Received: from [192.168.2.145] (46-138-117-53.dynamic.spd-mgts.ru. [46.138.117.53]) by smtp.googlemail.com with ESMTPSA id bt28sm158144lfb.195.2021.08.13.06.27.55 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 13 Aug 2021 06:27:56 -0700 (PDT) Subject: Re: [PATCH v18 0/2] Add memory bandwidth management to NVIDIA Tegra DRM driver To: Thierry Reding Cc: linux-tegra@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Matt Merhar , Jonathan Hunter , Peter Geis , Nicolas Chauvet , =?UTF-8?B?TWljaGHFgiBNaXJvc8WCYXc=?= References: <20210601042108.1942-1-digetx@gmail.com> <8accfe1e-fc48-21ca-f7c6-bd2d60162e6d@gmail.com> From: Dmitry Osipenko Message-ID: <13277e43-d94a-8358-276e-62cfc2dd08be@gmail.com> Date: Fri, 13 Aug 2021 16:27:55 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org 13.08.2021 13:33, Thierry Reding пишет: > On Mon, Jun 07, 2021 at 01:40:06AM +0300, Dmitry Osipenko wrote: >> 01.06.2021 07:21, Dmitry Osipenko пишет: >>> This series adds memory bandwidth management to the NVIDIA Tegra DRM driver, >>> which is done using interconnect framework. It fixes display corruption that >>> happens due to insufficient memory bandwidth. >>> >>> Changelog: >>> >>> v18: - Moved total peak bandwidth from CRTC state to plane state and removed >>> dummy plane bandwidth state initialization from T186+ plane hub. This >>> was suggested by Thierry Reding to v17. >>> >>> - I haven't done anything about the cursor's plane bandwidth which >>> doesn't contribute to overlapping bandwidths for a small sized >>> window because it works okay as-is. >> >> Thierry, will you take these patches for 5.14? > > As discussed offline, I've picked these up for v5.15 with a small patch > squashed in to unbreak the Tegra186 and later support. Cool, thanks.