summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
diff options
context:
space:
mode:
authorSami Kiminki <skiminki@nvidia.com>2017-09-15 11:58:58 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-11-10 11:37:52 -0500
commit98bd673a7371940f24d37ad3a6d7b426995e737e (patch)
tree6ee7b48f4e76e876c774343753a0b0b0b1df7547 /drivers/gpu/nvgpu/gv11b/hal_gv11b.c
parentd99b72974d06d4b3bc577bae8dc721b7b8f3cde9 (diff)
gpu: nvgpu: Remove PTE kind code for GV100/GV11B
Remove gv11b_init_uncompressed_kind_map(), gv11b_init_kind_attr(), and the related kind setup code. They are not needed anymore. While we're doing these changes, remove a redundant assignment of g->bootstrap_owner in hal_gv100.c. Bug 1902982 Change-Id: Ib40d8f55cfbfa34143a3765c2b4913926ca021fd Signed-off-by: Sami Kiminki <skiminki@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1560931 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index 681ddf3a..5d8bbbdb 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -771,8 +771,6 @@ int gv11b_init_hal(struct gk20a *g)
771 } 771 }
772 772
773 __nvgpu_set_enabled(g, NVGPU_PMU_FECS_BOOTSTRAP_DONE, false); 773 __nvgpu_set_enabled(g, NVGPU_PMU_FECS_BOOTSTRAP_DONE, false);
774 gv11b_init_uncompressed_kind_map();
775 gv11b_init_kind_attr();
776 g->bootstrap_owner = LSF_BOOTSTRAP_OWNER_DEFAULT; 774 g->bootstrap_owner = LSF_BOOTSTRAP_OWNER_DEFAULT;
777 775
778 g->name = "gv11b"; 776 g->name = "gv11b";