Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1326932

Re: [PATCH v3 2/6] drivers/cpufreq: implement init_cpu_capacity_default()

From Vincent Guittot <vincent.guittot@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH v3 2/6] drivers/cpufreq: implement init_cpu_capacity_default()
Date 2016-02-04 16:50 +0100
Message-ID <qYukq-3Rm-9@gated-at.bofh.it> (permalink)
References (3 earlier) <qYoyn-6KS-21@gated-at.bofh.it> <qYqTw-8sp-5@gated-at.bofh.it> <qYr3c-8vU-9@gated-at.bofh.it> <qYrmz-da-19@gated-at.bofh.it> <qYsVk-1nc-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 4 February 2016 at 15:13, Juri Lelli <juri.lelli@arm.com> wrote:
> On 04/02/16 13:35, Vincent Guittot wrote:
>> On 4 February 2016 at 13:16, Juri Lelli <juri.lelli@arm.com> wrote:
>> > Hi Vincent,
>> >
>> > On 04/02/16 13:03, Vincent Guittot wrote:
>> >> On 4 February 2016 at 10:36, Morten Rasmussen <morten.rasmussen@arm.com> wrote:
>> >> > On Wed, Feb 03, 2016 at 10:04:37PM +0100, Vincent Guittot wrote:
>> >> >> On 3 February 2016 at 12:59, Juri Lelli <juri.lelli@arm.com> wrote:
>> >>
>> >> [snip]
>> >>
>> >> >> > diff --git a/drivers/cpufreq/Makefile b/drivers/cpufreq/Makefile
>> >> >> > index 9e63fb1..c4025fd 100644
>> >> >> > --- a/drivers/cpufreq/Makefile
>> >> >> > +++ b/drivers/cpufreq/Makefile
>> >> >> > @@ -1,5 +1,5 @@
>> >> >> >  # CPUfreq core
>> >> >> > -obj-$(CONFIG_CPU_FREQ)                 += cpufreq.o freq_table.o
>> >> >> > +obj-$(CONFIG_CPU_FREQ)                 += cpufreq.o freq_table.o cpufreq_capacity.o
>> >> >>
>> >> >> Do you really want to have the calibration of capacity dependent of
>> >> >> cpufreq ? It means that we can't use it without a cpufreq driver.
>> >> >> IMHO, this creates a unnecessary dependency. I understand that you
>> >> >> must ensure that core runs at max fequency if a driver is present but
>> >> >> you should be able to calibrate the capacity if cpufreq is not
>> >> >> available but you have different capacity because micro architecture
>> >> >
>> >> > We could remove the dependency on cpufreq, but it would make things more
>> >> > complicated for systems which do have frequency scaling as we would have
>> >> > to either:
>> >> >
>> >> > 1) Run the calibration again once cpufreq has been initialized.
>> >>
>> >> or wait and let time for a driver to initialize and trig the
>> >> calibration. If calibration has not been done at the end of the boot,
>> >> you can force a calibration. If the cpufeq driver is a module and is
>> >> loaded far later for any good or bad reason, we will have to run the
>> >> calibration once again but at least the capacity will reflect he
>> >> current capacity of the CPUs.
>> >> I'm mainly worried that the compilation of the calibration is
>> >> dependent of CONFIG_CPU_FREQ not that cpufreq can trig the calibration
>> >> sequence
>> >>
>> >
>> > Yes, I guess we can make this work in some way. Out of curiosity,
>> > though, are out there heterogenous platforms that don't use cpufreq?
>>
>> At least, you can find several heterogeneous platforms without OPP
>> table for CPUs in the kernel. That's probably a temporary situation
>> but which can become a permanent one. It means that we can't calibrate
>> the CPUs for these platforms.
>>
>
> Sorry, can you make some examples so that I'm sure I understand what you
> are referring to?

As an example, the uniphier arm64 Soc doesn't have a cpufreq driver so far

>
> Anyway, don't these platform still make use of cpufreq (even if without
> an OPP table) so that we can still control policy->max and min?

AFAICT, They don't have a dedicated cpufreq driver.

More generally speaking, it can take time before having

>
> Thanks,
>
> - Juri

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v3 2/6] drivers/cpufreq: implement init_cpu_capacity_default() Juri Lelli <juri.lelli@arm.com> - 2016-02-03 13:00 +0100
  Re: [PATCH v3 2/6] drivers/cpufreq: implement init_cpu_capacity_default() Vincent Guittot <vincent.guittot@linaro.org> - 2016-02-03 22:10 +0100
    Re: [PATCH v3 2/6] drivers/cpufreq: implement  init_cpu_capacity_default() Morten Rasmussen <morten.rasmussen@arm.com> - 2016-02-04 10:40 +0100
      Re: [PATCH v3 2/6] drivers/cpufreq: implement init_cpu_capacity_default() Vincent Guittot <vincent.guittot@linaro.org> - 2016-02-04 13:10 +0100
        Re: [PATCH v3 2/6] drivers/cpufreq: implement  init_cpu_capacity_default() Juri Lelli <juri.lelli@arm.com> - 2016-02-04 13:20 +0100
          Re: [PATCH v3 2/6] drivers/cpufreq: implement init_cpu_capacity_default() Vincent Guittot <vincent.guittot@linaro.org> - 2016-02-04 13:40 +0100
            Re: [PATCH v3 2/6] drivers/cpufreq: implement  init_cpu_capacity_default() Juri Lelli <juri.lelli@arm.com> - 2016-02-04 15:20 +0100
              Re: [PATCH v3 2/6] drivers/cpufreq: implement init_cpu_capacity_default() Vincent Guittot <vincent.guittot@linaro.org> - 2016-02-04 16:50 +0100
                Re: [PATCH v3 2/6] drivers/cpufreq: implement  init_cpu_capacity_default() Juri Lelli <juri.lelli@arm.com> - 2016-02-05 10:40 +0100
              Re: [PATCH v3 2/6] drivers/cpufreq: implement init_cpu_capacity_default() Vincent Guittot <vincent.guittot@linaro.org> - 2016-02-04 16:50 +0100

csiph-web