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=-7.0 required=3.0 tests=BAYES_00,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 930B3C2D0A3 for ; Fri, 6 Nov 2020 19:05:53 +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 478DA20882 for ; Fri, 6 Nov 2020 19:05:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 478DA20882 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 90B4E6EAB3; Fri, 6 Nov 2020 19:05:52 +0000 (UTC) Received: from mail-ed1-f67.google.com (mail-ed1-f67.google.com [209.85.208.67]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0D6A56EAB3 for ; Fri, 6 Nov 2020 19:05:51 +0000 (UTC) Received: by mail-ed1-f67.google.com with SMTP id b9so2331842edu.10 for ; Fri, 06 Nov 2020 11:05:50 -0800 (PST) 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=7MXPmT1NGSQgsd3xirj8ip4/fNyUlJygAvFJgBo8pUw=; b=mRFYHKJ5oinKbAnM99p65d6XK6wM26jfZh0zZJd0CjqcDIySFMdhnlSG1vJ/bAtZTo PyqPyvSbnD1gizhnsQAfVsP+4pOIWvZNzTl2jT3hrPdNMJviGGnH8pIX5vffLddfa4rI m8VjfM8jWcjsto28P3e6lwZ/F9YnIfHDUQ7E9y8+Uap+Mt2/ldC5vviM3Jtg7r4dePC6 YJji602l7IRWsEe0IAJ/ktxA3goPIOH5QfmC5WMSFG0i/6ZTJiMJTA4c1MRioJXQlwKP SWz2MIvstZVne4FjuuAEY2NTTY6q4vmlj8FBtk0hErmgfgnLLokLAPHOrcrRuQqwbjx6 QgZQ== X-Gm-Message-State: AOAM533mvoweUPOqL2YNpZPkdaC8Psd7rsVquFFsSygGmPg6hlcyPTAY yXIcH6H3lnUnJvjlDAbVVJ4= X-Google-Smtp-Source: ABdhPJz69R2gdRFIosU2NLTVPnddKtDP+M+uLghaYEtmdn2y8rrTOtAPAwVEj93zlI+Mhji4/oFSTQ== X-Received: by 2002:aa7:da81:: with SMTP id q1mr3541263eds.14.1604689549687; Fri, 06 Nov 2020 11:05:49 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id h23sm1542924ejf.120.2020.11.06.11.05.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Nov 2020 11:05:48 -0800 (PST) Date: Fri, 6 Nov 2020 20:05:46 +0100 From: Krzysztof Kozlowski To: Dmitry Osipenko Subject: Re: [PATCH v7 31/47] memory: tegra: Add missing latency allowness entry for Page Table Cache Message-ID: <20201106190546.GW65086@kozik-lap> References: <20201104164923.21238-1-digetx@gmail.com> <20201104164923.21238-32-digetx@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201104164923.21238-32-digetx@gmail.com> 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: Peter De Schrijver , Mikko Perttunen , dri-devel@lists.freedesktop.org, Nicolas Chauvet , Stephen Boyd , Viresh Kumar , Michael Turquette , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Jonathan Hunter , Chanwoo Choi , Kyungmin Park , Thierry Reding , MyungJoo Ham , Peter Geis , linux-tegra@vger.kernel.org, Georgi Djakov , devicetree@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Nov 04, 2020 at 07:49:07PM +0300, Dmitry Osipenko wrote: > Add missing PTC memory client latency allowness entry to the Tegra MC > drivers. > > This prevents erroneous clearing of MC_INTSTATUS 0x0 register during > of the LA programming in tegra_mc_setup_latency_allowance() due to the > missing entry. Note that this patch doesn't fix any known problems. > > Signed-off-by: Dmitry Osipenko > --- > drivers/memory/tegra/tegra114.c | 6 ++++++ > drivers/memory/tegra/tegra124.c | 6 ++++++ > drivers/memory/tegra/tegra30.c | 6 ++++++ > 3 files changed, 18 insertions(+) Thanks, applied. Best regards, Krzysztof _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel