summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b
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/vgpu/gv11b
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/vgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index a2c95edd..a496d3fc 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -636,8 +636,6 @@ int vgpu_gv11b_init_hal(struct gk20a *g)
636 } 636 }
637 637
638 __nvgpu_set_enabled(g, NVGPU_PMU_FECS_BOOTSTRAP_DONE, false); 638 __nvgpu_set_enabled(g, NVGPU_PMU_FECS_BOOTSTRAP_DONE, false);
639 gv11b_init_uncompressed_kind_map();
640 gv11b_init_kind_attr();
641 g->bootstrap_owner = LSF_BOOTSTRAP_OWNER_DEFAULT; 639 g->bootstrap_owner = LSF_BOOTSTRAP_OWNER_DEFAULT;
642 640
643 g->name = "gv11b"; 641 g->name = "gv11b";