Re: [PATCH]PM QOS refresh against next-20100430

From: Kevin Hilman
Date: Mon May 03 2010 - 12:40:22 EST


Jonathan Corbet <corbet@xxxxxxx> writes:

> On Fri, 30 Apr 2010 14:20:43 -0700
> mark gross <mgross@xxxxxxxxxxxxxxx> wrote:
>
>> This patch changes the string based list management to a handle base
>> implementation to help with the hot path use of pm-qos
>
> Having taken a quick look, I think the API change makes a lot of
> sense. Hot paths are one thing; avoidance of accidental conflicts
> would be another.
>
> One question, though... one clear use of this API is for drivers to
> say "don't go into C3 or deeper because things go wrong"; I'm about to
> add another one of those. It works, but the use of a
> PM_QOS_CPU_DMA_LATENCY requirement with a hard-coded number that one
> hopes is small enough seems a bit...indirect. I wonder if it would be
> clearer and more robust to add a new requirement^Wrequest type saying
> "the quality of service I need is shallow sleeps only"?

The problem with that is portability.

What does "shallow" mean?

Even between different SoCs in the same family, shallow might have
different meaning, but across architectures, this certainly would not
be portable.

Kevin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/