linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Leonard Crestez <leonard.crestez@nxp.com>
To: Viresh Kumar <viresh.kumar@linaro.org>,
	Saravana Kannan <saravanak@google.com>
Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>,
	"Stephen Boyd" <sboyd@kernel.org>,
	"Artur Świgoń" <a.swigon@partner.samsung.com>,
	"Krzysztof Kozlowski" <krzk@kernel.org>,
	"Georgi Djakov" <georgi.djakov@linaro.org>,
	"Chanwoo Choi" <cw00.choi@samsung.com>,
	"MyungJoo Ham" <myungjoo.ham@samsung.com>,
	"Kyungmin Park" <kyungmin.park@samsung.com>,
	"Alexandre Bailon" <abailon@baylibre.com>,
	"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>
Subject: Re: [RFC 0/4] opp: Parse required-opp as dev_pm_qos_request
Date: Tue, 20 Aug 2019 15:48:55 +0000	[thread overview]
Message-ID: <VI1PR04MB7023B5D1305A4A4BB9DF534FEEAB0@VI1PR04MB7023.eurprd04.prod.outlook.com> (raw)
In-Reply-To: 20190820092206.7cv3hfvitil2oyg3@vireshk-i7

On 20.08.2019 12:22, Viresh Kumar wrote:
> On 20-08-19, 09:02, Leonard Crestez wrote:
>> On 20.08.2019 09:52, Viresh Kumar wrote:
>>> On 06-08-19, 14:12, Leonard Crestez wrote:
>>>> The "required-opps" property can be placed on any device and point to
>>>> any OPP table according to bindings doc but this is not fully
>>>> implemented. In practice it can only point from the opp table of a
>>>> device to the opp table of a power domain.
>>>>
>>>> As part of my investingating QOS mechanisms I implemented support for
>>>> parsing "required-opps" into a DEV_PM_QOS_MIN_FREQUENCY
>>>> dev_pm_qos_request. Since OPPs can be shared between devices this only
>>>> works when OPP tables are unshared.
>>>>
>>>> This would need to be called from a device probe function and any
>>>> suspend/resume handling (which likely means disabling the QOS requests)
>>>> would also be handled manually by each driver.
>>>>
>>>> This is RFC mostly because I plan to use the "interconnect" framework
>>>> for device requests instead. In theory this could be used if you don't
>>>> care about implementing smart aggregation and just want to "set bus freq
>>>> to high".
>>>>
>>>> Devfreq support for dev_pm_qos is here: https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatchwork.kernel.org%2Fpatch%2F11078475%2F&amp;data=02%7C01%7Cleonard.crestez%40nxp.com%7C9ff357888cba49c522ce08d7254fe2c4%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637018897344276009&amp;sdata=NV2Xnop9%2BplnKdIqrMCHF05xpt9y651ed%2BhwFK8gEKI%3D&amp;reserved=0
>>>
>>> Some work is going on in related field. Please have a look at this as well.
>>
>> I noticed that series but other than touching "required-opp" there is
>> little in common. It seems to be mostly an expansion of the passive
>> governor.
>>
>> My series doesn't even depend on devfreq; in theory you could even use
>> required-opp = <&opp_1200mhz> on a cpu device.
> 
> What is the exact use case you are targeting here or the problem you are trying
> to solve ?

My exact use case is that devices (such as display, gpu, audio etc) need 
DRAM to run at a minimum frequency. This is currently done in imx vendor 
tree with a custom API but I'm trying to upstream via devfreq:

https://patchwork.kernel.org/cover/11104113/

The "required-opp" documentation looked like it would be a fit but 
apparently it requires all requesting devices to have OPPs and the 
target to be a power domain? This seemed very restrictive so this series 
implements a different way to handle required-opp, via dev_pm_qos.

The interconnect subsystem has additional capabilities (scaling along a 
path) so I plan to use that instead. You can treat this series as a 
"curiosity".

--
Regards,
Leonard

  reply	other threads:[~2019-08-20 15:49 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-06 11:12 [RFC 0/4] opp: Parse required-opp as dev_pm_qos_request Leonard Crestez
2019-08-06 11:12 ` [RFC 1/4] opp: Drop const from opp_device struct device Leonard Crestez
2019-08-06 11:12 ` [RFC 2/4] opp: Add dev_pm_opp_table_get_device Leonard Crestez
2019-08-06 11:12 ` [RFC 3/4] opp: Add dev_pm_parse_required_opp_as_qos Leonard Crestez
2019-08-06 11:12 ` [RFC 4/4] PM / QoS: Add dev_pm_qos_get_curr_value Leonard Crestez
2019-08-20  6:52 ` [RFC 0/4] opp: Parse required-opp as dev_pm_qos_request Viresh Kumar
2019-08-20  9:02   ` Leonard Crestez
2019-08-20  9:22     ` Viresh Kumar
2019-08-20 15:48       ` Leonard Crestez [this message]
2019-08-21  5:18         ` Viresh Kumar

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=VI1PR04MB7023B5D1305A4A4BB9DF534FEEAB0@VI1PR04MB7023.eurprd04.prod.outlook.com \
    --to=leonard.crestez@nxp.com \
    --cc=a.swigon@partner.samsung.com \
    --cc=abailon@baylibre.com \
    --cc=cw00.choi@samsung.com \
    --cc=georgi.djakov@linaro.org \
    --cc=krzk@kernel.org \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-pm@vger.kernel.org \
    --cc=myungjoo.ham@samsung.com \
    --cc=rjw@rjwysocki.net \
    --cc=saravanak@google.com \
    --cc=sboyd@kernel.org \
    --cc=viresh.kumar@linaro.org \
    /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).