mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: create common.hal.ptimer unit
Create common.hal.ptimer unit by moving all ptimer chip files under hal/ directory Update Makefiles and include paths accordingly Jira NVGPU-2028 Change-Id: Ie5ce1cf4604ee26bc51bad8856a4141df085d451 Signed-off-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2094289 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
88c8baa29f
commit
c26ae849b5
@@ -35,7 +35,6 @@ obj-$(CONFIG_GK20A) := nvgpu.o
|
||||
|
||||
nvgpu-y += \
|
||||
common/ptimer/ptimer.o \
|
||||
common/ptimer/ptimer_gk20a.o \
|
||||
common/perf/perfbuf.o \
|
||||
common/xve/xve_gp106.o \
|
||||
common/therm/therm.o \
|
||||
@@ -201,6 +200,7 @@ nvgpu-y += \
|
||||
hal/cbc/cbc_gp10b.o \
|
||||
hal/cbc/cbc_gv11b.o \
|
||||
hal/cbc/cbc_tu104.o \
|
||||
hal/ptimer/ptimer_gk20a.o \
|
||||
hal/regops/regops_gm20b.o \
|
||||
hal/regops/regops_gp10b.o \
|
||||
hal/regops/regops_gv100.o \
|
||||
|
||||
@@ -232,7 +232,6 @@ srcs += common/sim.c \
|
||||
common/pmu/pmgr/pwrpolicy.c \
|
||||
common/pmu/lpwr/lpwr.c \
|
||||
common/pmu/lpwr/rppg.c \
|
||||
common/ptimer/ptimer_gk20a.c \
|
||||
common/clk_arb/clk_arb.c \
|
||||
common/clk_arb/clk_arb_gp10b.c \
|
||||
common/clk_arb/clk_arb_gv100.c \
|
||||
@@ -333,6 +332,7 @@ srcs += common/sim.c \
|
||||
hal/cbc/cbc_gp10b.c \
|
||||
hal/cbc/cbc_gv11b.c \
|
||||
hal/cbc/cbc_tu104.c \
|
||||
hal/ptimer/ptimer_gk20a.c \
|
||||
hal/regops/regops_gm20b.c \
|
||||
hal/regops/regops_gp10b.c \
|
||||
hal/regops/regops_gv100.c \
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
#include "hal/ltc/intr/ltc_intr_gm20b.h"
|
||||
#include "hal/fb/fb_gm20b.h"
|
||||
#include "hal/fuse/fuse_gm20b.h"
|
||||
#include "hal/ptimer/ptimer_gk20a.h"
|
||||
#include "hal/regops/regops_gm20b.h"
|
||||
#include "hal/fifo/pbdma_gm20b.h"
|
||||
#include "hal/fifo/engines_gm20b.h"
|
||||
@@ -83,7 +84,6 @@
|
||||
#include "hal/pmu/pmu_hal_gk20a.h"
|
||||
#include "hal/netlist/netlist_gm20b.h"
|
||||
|
||||
#include "common/ptimer/ptimer_gk20a.h"
|
||||
#include "common/pmu/pmu_gk20a.h"
|
||||
#include "common/pmu/pmu_gm20b.h"
|
||||
#include "common/top/top_gm20b.h"
|
||||
|
||||
@@ -65,6 +65,7 @@
|
||||
#include "hal/fb/fb_gp10b.h"
|
||||
#include "hal/fuse/fuse_gm20b.h"
|
||||
#include "hal/fuse/fuse_gp10b.h"
|
||||
#include "hal/ptimer/ptimer_gk20a.h"
|
||||
#include "hal/regops/regops_gp10b.h"
|
||||
#include "hal/fifo/pbdma_gm20b.h"
|
||||
#include "hal/fifo/pbdma_gp10b.h"
|
||||
@@ -102,7 +103,6 @@
|
||||
#include "hal/pmu/pmu_hal_gk20a.h"
|
||||
#include "hal/netlist/netlist_gp10b.h"
|
||||
|
||||
#include "common/ptimer/ptimer_gk20a.h"
|
||||
#include "common/pmu/pmu_gk20a.h"
|
||||
#include "common/pmu/pmu_gm20b.h"
|
||||
#include "common/pmu/pmu_gp10b.h"
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
#include "hal/fuse/fuse_gm20b.h"
|
||||
#include "hal/fuse/fuse_gp10b.h"
|
||||
#include "hal/fuse/fuse_gp106.h"
|
||||
#include "hal/ptimer/ptimer_gk20a.h"
|
||||
#include "hal/regops/regops_gv100.h"
|
||||
#include "hal/fifo/pbdma_gm20b.h"
|
||||
#include "hal/fifo/pbdma_gp10b.h"
|
||||
@@ -103,7 +104,6 @@
|
||||
#include "hal/sec2/sec2_gp106.h"
|
||||
#include "hal/netlist/netlist_gv100.h"
|
||||
|
||||
#include "common/ptimer/ptimer_gk20a.h"
|
||||
#include "common/xve/xve_gp106.h"
|
||||
#include "common/top/top_gm20b.h"
|
||||
#include "common/top/top_gp10b.h"
|
||||
|
||||
@@ -55,6 +55,7 @@
|
||||
#include "hal/fb/intr/fb_intr_gv11b.h"
|
||||
#include "hal/fuse/fuse_gm20b.h"
|
||||
#include "hal/fuse/fuse_gp10b.h"
|
||||
#include "hal/ptimer/ptimer_gk20a.h"
|
||||
#include "hal/regops/regops_gv11b.h"
|
||||
#include "hal/fifo/pbdma_gm20b.h"
|
||||
#include "hal/fifo/pbdma_gp10b.h"
|
||||
@@ -101,7 +102,6 @@
|
||||
#include "hal/pmu/pmu_hal_gk20a.h"
|
||||
#include "hal/netlist/netlist_gv11b.h"
|
||||
|
||||
#include "common/ptimer/ptimer_gk20a.h"
|
||||
#include "common/pmu/pmu_gk20a.h"
|
||||
#include "common/pmu/pmu_gm20b.h"
|
||||
#include "common/pmu/pmu_gp10b.h"
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
#include "hal/fb/fb_gv100.h"
|
||||
#include "hal/fb/fb_tu104.h"
|
||||
#include "hal/fb/intr/fb_intr_tu104.h"
|
||||
#include "hal/ptimer/ptimer_gk20a.h"
|
||||
#include "hal/regops/regops_tu104.h"
|
||||
#include "hal/fuse/fuse_gm20b.h"
|
||||
#include "hal/fuse/fuse_gp10b.h"
|
||||
@@ -109,7 +110,6 @@
|
||||
#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/pmu/pmu_gk20a.h"
|
||||
#include "common/pmu/pmu_gm20b.h"
|
||||
|
||||
Reference in New Issue
Block a user