summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/vgpu/gv11b
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/common/linux/vgpu/gv11b
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/common/linux/vgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c
index c8752f91..0813ad75 100644
--- a/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -438,7 +438,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
438 .mmu_fault_pending = gv11b_mm_mmu_fault_pending, 438 .mmu_fault_pending = gv11b_mm_mmu_fault_pending,
439 .get_kind_invalid = gm20b_get_kind_invalid, 439 .get_kind_invalid = gm20b_get_kind_invalid,
440 .get_kind_pitch = gm20b_get_kind_pitch, 440 .get_kind_pitch = gm20b_get_kind_pitch,
441 .init_bar2_vm = gb10b_init_bar2_vm, 441 .init_bar2_vm = gp10b_init_bar2_vm,
442 .init_bar2_mm_hw_setup = gv11b_init_bar2_mm_hw_setup, 442 .init_bar2_mm_hw_setup = gv11b_init_bar2_mm_hw_setup,
443 .remove_bar2_vm = gv11b_mm_remove_bar2_vm, 443 .remove_bar2_vm = gv11b_mm_remove_bar2_vm,
444 .fault_info_mem_destroy = gv11b_mm_fault_info_mem_destroy, 444 .fault_info_mem_destroy = gv11b_mm_fault_info_mem_destroy,