gpu: nvgpu: Move gv100 perf policy to pmu_perf

While code communicating with PMU perf got moved to pmu_perf, the
file implementing gv100 specifics got left behind. Move that, to
pmu_perf, too.

JIRA NVGPU-596

Change-Id: I2b59970ca60fee8c6c1f19b54dcebfb65c1fde80
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1944887
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-07 08:30:17 -08:00
committed by mobile promotions
parent 4de2add5e9
commit d6a9b1dae1
5 changed files with 4 additions and 4 deletions

View File

@@ -348,7 +348,6 @@ nvgpu-y += \
gv100/flcn_gv100.o \
gv100/nvlink_gv100.o \
gv100/hal_gv100.o \
gv100/perf_gv100.o \
gv100/gsp_gv100.o \
gv100/clk_gv100.o \
tu104/hal_tu104.o \
@@ -373,6 +372,7 @@ nvgpu-y += \
pmu_perf/vfe_var.o \
pmu_perf/vfe_equ.o \
pmu_perf/pmu_perf.o \
pmu_perf/perf_gv100.o \
clk/clk.o \
gp106/clk_gp106.o \
gp106/clk_arb_gp106.o \

View File

@@ -168,6 +168,7 @@ srcs := os/posix/nvgpu.c \
pmu_perf/pmu_perf.c \
pmu_perf/vfe_equ.c \
pmu_perf/vfe_var.c \
pmu_perf/perf_gv100.c \
pmgr/pmgr.c \
pmgr/pmgrpmu.c \
pmgr/pwrdev.c \
@@ -226,7 +227,6 @@ srcs := os/posix/nvgpu.c \
gv100/flcn_gv100.c \
gv100/nvlink_gv100.c \
gv100/hal_gv100.c \
gv100/perf_gv100.c \
gv100/gsp_gv100.c \
gv100/clk_gv100.c \
common/bus/bus_tu104.c \

View File

@@ -60,6 +60,7 @@
#include "common/pmu/acr_gp106.h"
#include "common/pmu/pmu_gv11b.h"
#include "common/pmu/pmu_gv100.h"
#include "pmu_perf/perf_gv100.h"
#include "gk20a/fifo_gk20a.h"
#include "gk20a/fecs_trace_gk20a.h"
@@ -101,7 +102,6 @@
#include "gv100/mm_gv100.h"
#include "gv100/nvlink_gv100.h"
#include "gv100/regops_gv100.h"
#include "gv100/perf_gv100.h"
#include "gv100/clk_gv100.h"
#include <nvgpu/ptimer.h>

View File

@@ -26,7 +26,7 @@
#include <nvgpu/bug.h>
#include <nvgpu/gk20a.h>
#include "gv100/perf_gv100.h"
#include "perf_gv100.h"
static int pmu_set_boot_clk_runcb_fn(void *arg)
{