Re: [Nouveau] [RFC PATCH 12/13] clk: parse thermal policies for throttling thresholds

2017-07-21 Thread Karol Herbst
On Sat, Jul 22, 2017 at 2:23 AM, Ilia Mirkin wrote: > On Fri, Jul 21, 2017 at 5:55 PM, Karol Herbst wrote: >> Signed-off-by: Karol Herbst >> --- >> drm/nouveau/include/nvkm/subdev/clk.h | 2 ++ >>

Re: [Nouveau] [RFC PATCH 12/13] clk: parse thermal policies for throttling thresholds

2017-07-21 Thread Ilia Mirkin
On Fri, Jul 21, 2017 at 5:55 PM, Karol Herbst wrote: > Signed-off-by: Karol Herbst > --- > drm/nouveau/include/nvkm/subdev/clk.h | 2 ++ > drm/nouveau/nvkm/subdev/clk/base.c| 42 > +++ > 2 files changed, 44

[Nouveau] [RFC PATCH 12/13] clk: parse thermal policies for throttling thresholds

2017-07-21 Thread Karol Herbst
Signed-off-by: Karol Herbst --- drm/nouveau/include/nvkm/subdev/clk.h | 2 ++ drm/nouveau/nvkm/subdev/clk/base.c| 42 +++ 2 files changed, 44 insertions(+) diff --git a/drm/nouveau/include/nvkm/subdev/clk.h