gpu: nvgpu: move chip specific perf files to hal

Moved chip specific perf related files to hal from common.

JIRA NVGPU-3131

Change-Id: I4fb1b6a619712ee82e20b2b08a76ad5361e690c1
Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2095563
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Seshendra Gadagottu
2019-04-11 12:34:52 -07:00
committed by mobile promotions
parent 4c84bf54ff
commit 6fb37f04ca
13 changed files with 11 additions and 11 deletions

View File

@@ -36,8 +36,6 @@ obj-$(CONFIG_GK20A) := nvgpu.o
nvgpu-y += \
common/ptimer/ptimer.o \
common/ptimer/ptimer_gk20a.o \
common/perf/perf_gm20b.o \
common/perf/perf_gv11b.o \
common/perf/perfbuf.o \
common/xve/xve_gp106.o \
common/therm/therm.o \
@@ -194,6 +192,8 @@ nvgpu-y += \
hal/gr/zbc/zbc_gm20b.o \
hal/gr/zbc/zbc_gp10b.o \
hal/gr/zbc/zbc_gv11b.o \
hal/perf/perf_gm20b.o \
hal/perf/perf_gv11b.o \
hal/priv_ring/priv_ring_gm20b.o \
hal/priv_ring/priv_ring_gp10b.o \
hal/power_features/cg/gm20b_gating_reglist.o \

View File

@@ -80,8 +80,6 @@ srcs += common/sim.c \
common/init/hal_init.c \
common/xve/xve_gp106.c \
common/therm/therm.c \
common/perf/perf_gm20b.c \
common/perf/perf_gv11b.c \
common/perf/perfbuf.c \
common/perf/cyclestats_snapshot.c \
common/top/top_gm20b.c \
@@ -325,6 +323,8 @@ srcs += common/sim.c \
hal/gr/zbc/zbc_gm20b.c \
hal/gr/zbc/zbc_gp10b.c \
hal/gr/zbc/zbc_gv11b.c \
hal/perf/perf_gm20b.c \
hal/perf/perf_gv11b.c \
hal/priv_ring/priv_ring_gm20b.c \
hal/priv_ring/priv_ring_gp10b.c \
hal/power_features/cg/gm20b_gating_reglist.c \

View File

@@ -45,8 +45,8 @@
#include "hal/gr/ctxsw_prog/ctxsw_prog_gm20b.h"
#include "hal/gr/ctxsw_prog/ctxsw_prog_gp10b.h"
#include "hal/netlist/netlist_gp10b.h"
#include "hal/perf/perf_gm20b.h"
#include "common/perf/perf_gm20b.h"
#include "common/regops/regops_gp10b.h"
#include "common/fifo/channel_gm20b.h"
#include "common/clk_arb/clk_arb_gp10b.h"

View File

@@ -57,9 +57,9 @@
#include "hal/gr/ctxsw_prog/ctxsw_prog_gm20b.h"
#include "hal/gr/ctxsw_prog/ctxsw_prog_gp10b.h"
#include "hal/gr/ctxsw_prog/ctxsw_prog_gv11b.h"
#include "hal/perf/perf_gv11b.h"
#include "hal/netlist/netlist_gv11b.h"
#include "common/perf/perf_gv11b.h"
#include "common/sync/syncpt_cmdbuf_gv11b.h"
#include "common/sync/sema_cmdbuf_gv11b.h"
#include "common/regops/regops_gv11b.h"

View File

@@ -77,11 +77,11 @@
#include "hal/gr/config/gr_config_gm20b.h"
#include "hal/gr/ctxsw_prog/ctxsw_prog_gm20b.h"
#include "hal/falcon/falcon_gk20a.h"
#include "hal/perf/perf_gm20b.h"
#include "hal/pmu/pmu_hal_gk20a.h"
#include "hal/netlist/netlist_gm20b.h"
#include "common/ptimer/ptimer_gk20a.h"
#include "common/perf/perf_gm20b.h"
#include "common/pmu/pmu_gk20a.h"
#include "common/pmu/pmu_gm20b.h"
#include "common/top/top_gm20b.h"

View File

@@ -96,11 +96,11 @@
#include "hal/gr/ctxsw_prog/ctxsw_prog_gm20b.h"
#include "hal/gr/ctxsw_prog/ctxsw_prog_gp10b.h"
#include "hal/falcon/falcon_gk20a.h"
#include "hal/perf/perf_gm20b.h"
#include "hal/pmu/pmu_hal_gk20a.h"
#include "hal/netlist/netlist_gp10b.h"
#include "common/ptimer/ptimer_gk20a.h"
#include "common/perf/perf_gm20b.h"
#include "common/pmu/pmu_gk20a.h"
#include "common/pmu/pmu_gm20b.h"
#include "common/pmu/pmu_gp10b.h"

View File

@@ -97,6 +97,7 @@
#include "hal/falcon/falcon_gk20a.h"
#include "hal/nvdec/nvdec_gp106.h"
#include "hal/gsp/gsp_gv100.h"
#include "hal/perf/perf_gv11b.h"
#include "hal/pmu/pmu_hal_gk20a.h"
#include "hal/sec2/sec2_gp106.h"
#include "hal/netlist/netlist_gv100.h"
@@ -106,7 +107,6 @@
#include "common/top/top_gm20b.h"
#include "common/top/top_gp10b.h"
#include "common/top/top_gv100.h"
#include "common/perf/perf_gv11b.h"
#include "common/pmu/pmu_gk20a.h"
#include "common/pmu/pmu_gm20b.h"
#include "common/pmu/pmu_gp10b.h"

View File

@@ -95,11 +95,11 @@
#include "hal/gr/ctxsw_prog/ctxsw_prog_gp10b.h"
#include "hal/gr/ctxsw_prog/ctxsw_prog_gv11b.h"
#include "hal/falcon/falcon_gk20a.h"
#include "hal/perf/perf_gv11b.h"
#include "hal/pmu/pmu_hal_gk20a.h"
#include "hal/netlist/netlist_gv11b.h"
#include "common/ptimer/ptimer_gk20a.h"
#include "common/perf/perf_gv11b.h"
#include "common/pmu/pmu_gk20a.h"
#include "common/pmu/pmu_gm20b.h"
#include "common/pmu/pmu_gp10b.h"

View File

@@ -103,13 +103,13 @@
#include "hal/falcon/falcon_gk20a.h"
#include "hal/nvdec/nvdec_tu104.h"
#include "hal/gsp/gsp_gv100.h"
#include "hal/perf/perf_gv11b.h"
#include "hal/pmu/pmu_hal_gk20a.h"
#include "hal/sec2/sec2_tu104.h"
#include "hal/netlist/netlist_tu104.h"
#include "common/ptimer/ptimer_gk20a.h"
#include "common/xve/xve_gp106.h"
#include "common/perf/perf_gv11b.h"
#include "common/pmu/pmu_gk20a.h"
#include "common/pmu/pmu_gm20b.h"
#include "common/pmu/pmu_gp10b.h"