Re: [Nouveau] [PATCH v4 32/37] clk: only do partial reclocks as required

2016-04-20 Thread Martin Peres
On 18/04/16 22:14, Karol Herbst wrote: we don't want to reclock to the same pstate or cstate over and over again, so only do things we actually have to do. v4: move into gf100 Reviewed-by: Martin Peres Signed-off-by: Karol Herbst --- drm/nouveau/nvkm/subdev/clk/base.c | 11 +-- dr

[Nouveau] [PATCH v4 32/37] clk: only do partial reclocks as required

2016-04-18 Thread Karol Herbst
we don't want to reclock to the same pstate or cstate over and over again, so only do things we actually have to do. v4: move into gf100 Signed-off-by: Karol Herbst --- drm/nouveau/nvkm/subdev/clk/base.c | 11 +-- drm/nouveau/nvkm/subdev/clk/gf100.c | 62 +++