Re: [Nouveau] [PATCH 9/9] clk: Check pm_runtime status before reclocking

2017-03-06 Thread Martin Peres
On 05/03/17 18:35, Karol Herbst wrote: We don't want to change anything on the GPU if it's suspended. Also we need to increase the refcount on the pm_runtime counter so that the GPU won't be suspended while reclocking. Signed-off-by: Karol Herbst ---

[Nouveau] [PATCH 9/9] clk: Check pm_runtime status before reclocking

2017-03-05 Thread Karol Herbst
We don't want to change anything on the GPU if it's suspended. Also we need to increase the refcount on the pm_runtime counter so that the GPU won't be suspended while reclocking. Signed-off-by: Karol Herbst --- drm/nouveau/nvkm/subdev/clk/base.c | 10 +- 1 file