linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steven Price <steven.price@arm.com>
To: Lukasz Luba <lukasz.luba@arm.com>
Cc: linux-kernel@vger.kernel.org, airlied@linux.ie, daniel@ffwll.ch,
	robh@kernel.org, tomeu.vizoso@collabora.com,
	alyssa.rosenzweig@collabora.com, dri-devel@lists.freedesktop.org,
	daniel.lezcano@linaro.org
Subject: Re: [PATCH] drm/panfrost: Add governor data with pre-defined thresholds
Date: Fri, 22 Jan 2021 10:24:13 +0000	[thread overview]
Message-ID: <cd5a78e8-ba0a-d502-29e7-8d25ddb52659@arm.com> (raw)
In-Reply-To: <38c4dc94-0613-33f9-e4e4-e42d451aed9b@arm.com>

On 22/01/2021 10:00, Lukasz Luba wrote:
> 
> 
> On 1/22/21 8:21 AM, Steven Price wrote:
>> On 21/01/2021 17:04, Lukasz Luba wrote:
>>> The simple_ondemand devfreq governor uses two thresholds to decide about
>>> the frequency change: upthreshold, downdifferential. These two tunable
>>> change the behavior of the governor decision, e.g. how fast to increase
>>> the frequency or how rapidly limit the frequency. This patch adds needed
>>> governor data with thresholds values gathered experimentally in 
>>> different
>>> workloads.
>>>
>>> Signed-off-by: Lukasz Luba <lukasz.luba@arm.com>
>>> ---
>>> Hi all,
>>>
>>> This patch aims to improve the panfrost performance in various 
>>> workloads,
>>> (benchmarks, games). The simple_ondemand devfreq governor supports
>>> tunables to tweak the behaviour of the internal algorithm. The default
>>> values for these two thresholds (90 and 5) do not work well with 
>>> panfrost.
>>> These new settings should provide good performance, short latency for
>>> rising the frequency due to rapid workload change and decent freq slow
>>> down when the load is decaying. Based on frequency change statistics,
>>> gathered during experiments, all frequencies are used, depending on
>>> the load. This provides some power savings (statistically). The highest
>>> frequency is also used when needed.
>>>
>>> Example glmark2 results:
>>> 1. freq fixed to max: 153
>>> 2. these new thresholds values (w/ patch): 151
>>> 3. default governor values (w/o patch): 114
>>
>> It would be good to state which platform this is on as this obviously 
>> can vary depending on the OPPs available.
> 
> Sorry about that. It was Rock Pi 4B and I have mesa 20.2.4.
> 
>>
>> Of course the real fix here would be to improve the utilisation of the 
>> GPU[1] so we actually hit the 90% threshold more easily (AFAICT kbase 
>> uses the default 90/5 thresholds), but this seems like a reasonable 
>> change for now.
> 
> Agree, improving the scheduler would be the best option. I'll have a
> look at that patch and why it got this 10% lower performance. Maybe
> I would find something during testing.

I'm afraid it'll probably need a fair bit of work to rebase - things 
have changed around that code. I'm hoping that most of the problem was 
really around how Mesa was driving the GPU at that time and things 
should be better. The DDK (hacked to talk Panfrost ioctls) saw a 
performance improvement.

Let me know if you hit problems and need any help.

>>
>> Reviewed-by: Steven Price <steven.price@arm.com>
> 
> Thank you for the review. I guess this patch would go through drm tree?

Yes, I'll push it to drm-misc-next later.

Thanks,

Steve

> Regards,
> Lukasz
> 
>>
>> Thanks,
>>
>> Steve
>>
>> [1] When I get some time I need to rework the "queue jobs on the 
>> hardware"[2] patch I posted ages ago. Last time it actually caused a 
>> performance regression though...
>>
>> [2] 
>> https://lore.kernel.org/r/20190816093107.30518-2-steven.price%40arm.com
>>


  reply	other threads:[~2021-01-22 10:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-21 17:04 [PATCH] drm/panfrost: Add governor data with pre-defined thresholds Lukasz Luba
2021-01-21 17:15 ` Daniel Lezcano
2021-01-22 10:11   ` Lukasz Luba
2021-01-22 10:20     ` Steven Price
2021-01-22  8:21 ` Steven Price
2021-01-22 10:00   ` Lukasz Luba
2021-01-22 10:24     ` Steven Price [this message]
2021-01-22 10:54       ` Lukasz Luba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cd5a78e8-ba0a-d502-29e7-8d25ddb52659@arm.com \
    --to=steven.price@arm.com \
    --cc=airlied@linux.ie \
    --cc=alyssa.rosenzweig@collabora.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lukasz.luba@arm.com \
    --cc=robh@kernel.org \
    --cc=tomeu.vizoso@collabora.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).