From 227c6f7b7a499dd58e0db6859736cfe586ef0897 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Fri, 10 Aug 2018 14:09:36 -0700 Subject: gpu: nvgpu: Move fuse HAL to common Move implementation of fuse HAL to common/fuse. Also implements new fuse query functions for FBIO, FBP, TPC floorsweeping and security fuses. JIRA NVGPU-957 Change-Id: I55e256a4f1b59d50a721d4942907f70dc57467c4 Signed-off-by: Terje Bergstrom Reviewed-on: https://git-master.nvidia.com/r/1797177 --- drivers/gpu/nvgpu/Makefile.sources | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'drivers/gpu/nvgpu/Makefile.sources') diff --git a/drivers/gpu/nvgpu/Makefile.sources b/drivers/gpu/nvgpu/Makefile.sources index 7c6e7f7f..503e0f3a 100644 --- a/drivers/gpu/nvgpu/Makefile.sources +++ b/drivers/gpu/nvgpu/Makefile.sources @@ -74,6 +74,9 @@ srcs := os/posix/nvgpu.c \ common/therm/therm_gp10b.c \ common/therm/therm_gv11b.c \ common/therm/therm_gp106.c \ + common/fuse/fuse_gm20b.c \ + common/fuse/fuse_gp10b.c \ + common/fuse/fuse_gp106.c \ common/enabled.c \ common/pramin.c \ common/semaphore.c \ @@ -160,7 +163,6 @@ srcs := os/posix/nvgpu.c \ gm20b/pmu_gm20b.c \ gm20b/mm_gm20b.c \ gm20b/regops_gm20b.c \ - gm20b/fuse_gm20b.c \ gp10b/gr_gp10b.c \ gp10b/gr_ctx_gp10b.c \ gp10b/ce_gp10b.c \ @@ -172,7 +174,6 @@ srcs := os/posix/nvgpu.c \ gp10b/regops_gp10b.c \ gp10b/fecs_trace_gp10b.c \ gp10b/gp10b.c \ - gp10b/fuse_gp10b.c \ gp10b/ecc_gp10b.c \ gv11b/gv11b.c \ gv11b/dbg_gpu_gv11b.c \ @@ -200,7 +201,6 @@ srcs := os/posix/nvgpu.c \ gp106/fifo_gp106.c \ gp106/regops_gp106.c \ gp106/bios_gp106.c \ - gp106/fuse_gp106.c \ gp106/clk_gp106.c \ gp106/clk_arb_gp106.c \ gv100/mm_gv100.c \ -- cgit v1.2.2