gpu: nvgpu: Move PMU code to common/pmu

Move code interfacing with PMU tasks to common/pmu.

JIRA NVGPU-961

Change-Id: Ie62611b0ffe1196d4bfdc740e03017e1894a834f
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1950991
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Terje Bergstrom
2018-11-14 14:56:40 -08:00
committed by mobile promotions
parent e0e24ee091
commit dce78f7332
71 changed files with 95 additions and 93 deletions

View File

@@ -20,7 +20,7 @@
#include <nvgpu/boardobjgrpmask.h>
#include "os_linux.h"
#include "clk/clk.h"
#include "common/pmu/clk/clk.h"
void nvgpu_clk_arb_pstate_change_lock(struct gk20a *g, bool lock);