summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2018-01-16 20:12:43 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-01-19 02:40:35 -0500
commitd52b88315a24ed014fa4a737c2806394061e9dfb (patch)
tree8ea4bc411f7ae8badf9d39c4a88595a0b0ca5a38 /drivers/gpu/nvgpu/gp10b/mm_gp10b.c
parente0dbf3a784f6cb1a6e1c41a23123b19ec73b8708 (diff)
gpu: nvgpu: fix typo
Rename gb10b_init_bar2_vm*() to gp10b_init_bar2_vm*(). Bug 200378257 Change-Id: I9f8a9ef42c82923200d7053c61bab2652b58cbc2 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1639757 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/mm_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/mm_gp10b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
index 33591edc..a9308b6e 100644
--- a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
@@ -78,7 +78,7 @@ int gp10b_init_mm_setup_hw(struct gk20a *g)
78 78
79} 79}
80 80
81int gb10b_init_bar2_vm(struct gk20a *g) 81int gp10b_init_bar2_vm(struct gk20a *g)
82{ 82{
83 int err; 83 int err;
84 struct mm_gk20a *mm = &g->mm; 84 struct mm_gk20a *mm = &g->mm;
@@ -109,7 +109,7 @@ clean_up_va:
109 return err; 109 return err;
110} 110}
111 111
112int gb10b_init_bar2_mm_hw_setup(struct gk20a *g) 112int gp10b_init_bar2_mm_hw_setup(struct gk20a *g)
113{ 113{
114 struct mm_gk20a *mm = &g->mm; 114 struct mm_gk20a *mm = &g->mm;
115 struct nvgpu_mem *inst_block = &mm->bar2.inst_block; 115 struct nvgpu_mem *inst_block = &mm->bar2.inst_block;