Re: [Nouveau] [PATCH 02/32] debugfs: Wake up GPU before doing any reclocking

2017-11-21 Thread Karol Herbst
On Wed, Nov 22, 2017 at 1:21 AM, Martin Peres wrote: > On 17/11/17 02:04, Karol Herbst wrote: >> Fixes various reclocking related issues on prime systems. > > Is that the only place that was not covered? Could you check if other > places would need this code too? > I had

Re: [Nouveau] [PATCH 02/32] debugfs: Wake up GPU before doing any reclocking

2017-11-21 Thread Martin Peres
On 17/11/17 02:04, Karol Herbst wrote: > Fixes various reclocking related issues on prime systems. Is that the only place that was not covered? Could you check if other places would need this code too? In any case, this patch is (assuming you are calling the right functions to prevent the GPU

[Nouveau] [PATCH 02/32] debugfs: Wake up GPU before doing any reclocking

2017-11-16 Thread Karol Herbst
Fixes various reclocking related issues on prime systems. Signed-off-by: Karol Herbst --- drm/nouveau/nouveau_debugfs.c | 4 1 file changed, 4 insertions(+) diff --git a/drm/nouveau/nouveau_debugfs.c b/drm/nouveau/nouveau_debugfs.c index 963a4dba..9109b69c 100644