Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp363188ybt; Fri, 10 Jul 2020 01:37:45 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwKP+TmeOEo860i6nWhCvZVukzyie9ATbO/oIn9Mb/dEzQbiRjQG+Y1hdl7n7Bcvxnn98er X-Received: by 2002:a50:ba8b:: with SMTP id x11mr78450403ede.201.1594370265241; Fri, 10 Jul 2020 01:37:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594370265; cv=none; d=google.com; s=arc-20160816; b=XeXG4et1Qs+5ySy9MEHBKph5i6ghykei12rjygGreVUmLudbP3xQDy4okk7SmwnmOW IoE2RDVbYxADCAeXHof034HdDFimsJpYcw/2RYBuVE6jk5DYiGDrrcM5U2lnt1wkjrQ1 FJUtBJ3v2+MWdPCTkVIG7QfGx3+PYWgnzyPRX0vGlj8RopL6q7bthYq9sK3v8pW68Dl+ uEXuhhQbI9CoVfRA2nNPFoZgMLC/re0muTRZyrawdyQh7YLU2bH/0+esQrsYT92NHWiA VcU0KI/l0j6CVjwlh5r47BZi39+zUzebgJmIqvvMNfQ0dXk0hd8EcEUVl7WnEDQtTaS8 0KNw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=AGFAO0Meh7c5lticRLo9QwLQrXQyTiQtKGicm98ZgEk=; b=Xr34W7G5fw5OJqQdlnDsiiZdv9xocJiHJZyUyu1UpYVVoKcmBwygWfoyNLX82kcplv alZLjZ+eQwD1GifmIMMyxefLdf8SMAE2OQZKBsFYavmYK30y7EYgxiF7nzqIvofCL2jo f7U/32Rr/wFQdPxbWOKK2rkhmKZZegSwNZYgq4QbWomSmSKUFmDYRfw+TJmdxp1BfF2h jYVPoRTfFhs5zRYYLq6ZWOhDnlhIYLt5AB5gUIEdLzC9L1Qs0OU4jMxgsABsUJqXuBil kmNiIyniL5WVQxVN3uC2SLYTeoKTDNDT4zINm37uqCsf6ZD1vIxja7Md4Bxie4l+UkYN Rx3w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id du7si4680414ejc.341.2020.07.10.01.37.22; Fri, 10 Jul 2020 01:37:45 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727782AbgGJIev (ORCPT + 99 others); Fri, 10 Jul 2020 04:34:51 -0400 Received: from foss.arm.com ([217.140.110.172]:59648 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726768AbgGJIeu (ORCPT ); Fri, 10 Jul 2020 04:34:50 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id F0CDB31B; Fri, 10 Jul 2020 01:34:49 -0700 (PDT) Received: from [10.37.12.58] (unknown [10.37.12.58]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id DA9263F9AB; Fri, 10 Jul 2020 01:34:46 -0700 (PDT) Subject: Re: [PATCH 1/2] memory: samsung: exynos5422-dmc: Adjust polling interval and uptreshold To: Chanwoo Choi , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Cc: willy.mh.wolff.ml@gmail.com, k.konieczny@samsung.com, b.zolnierkie@samsung.com, krzk@kernel.org, chanwoo@kernel.org, myungjoo.ham@samsung.com, kyungmin.park@samsung.com, s.nawrocki@samsung.com, kgene@kernel.org References: <20200708153420.29484-1-lukasz.luba@arm.com> <20200708153420.29484-2-lukasz.luba@arm.com> From: Lukasz Luba Message-ID: Date: Fri, 10 Jul 2020 09:34:45 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Chanwoo, On 7/9/20 5:08 AM, Chanwoo Choi wrote: > Hi Lukasz, > > On 7/9/20 12:34 AM, Lukasz Luba wrote: >> In order to react faster and make better decisions under some workloads, >> benchmarking the memory subsystem behavior, adjust the polling interval >> and upthreshold value used by the simple_ondemand governor. >> >> Reported-by: Willy Wolff >> Signed-off-by: Lukasz Luba >> --- >> drivers/memory/samsung/exynos5422-dmc.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/drivers/memory/samsung/exynos5422-dmc.c b/drivers/memory/samsung/exynos5422-dmc.c >> index 93e9c2429c0d..e03ee35f0ab5 100644 >> --- a/drivers/memory/samsung/exynos5422-dmc.c >> +++ b/drivers/memory/samsung/exynos5422-dmc.c >> @@ -1466,10 +1466,10 @@ static int exynos5_dmc_probe(struct platform_device *pdev) >> * Setup default thresholds for the devfreq governor. >> * The values are chosen based on experiments. >> */ >> - dmc->gov_data.upthreshold = 30; >> + dmc->gov_data.upthreshold = 10; >> dmc->gov_data.downdifferential = 5; >> >> - exynos5_dmc_df_profile.polling_ms = 500; >> + exynos5_dmc_df_profile.polling_ms = 100; >> } >> >> >> > > Reviewed-by: Chanwoo Choi > Thank you for the review. Do you think this patch could go through your tree together with your patches? I don't know Krzysztof's opinion about the patch 2/2, but I would expect, assuming the patch itself is correct, he would like to take it into his next/dt branch. Regards, Lukasz