summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2017-08-16 19:13:18 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-10-04 05:32:32 -0400
commitdc5edb1417390b583b5ff2406e554ce0770e02ae (patch)
tree450c98bdd9be677d042a6bcf45d4ae33e162ded1 /drivers/gpu/nvgpu/gv11b/hal_gv11b.c
parent192afccf7c9982ea47b46fd4b7ace4114ff7b45e (diff)
gpu: nvgpu: rename ops.mm.get_physical_addr_bits
T19x/gv100 version of same patch in kernel/nvgpu. Change-Id: I7174864cf1e072af61609c0843da16fcafe54c02 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1566750 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, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index f2fb9972..0c509ee2 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -540,7 +540,7 @@ static const struct gpu_ops gv11b_ops = {
540 .get_big_page_sizes = gm20b_mm_get_big_page_sizes, 540 .get_big_page_sizes = gm20b_mm_get_big_page_sizes,
541 .get_default_big_page_size = gp10b_mm_get_default_big_page_size, 541 .get_default_big_page_size = gp10b_mm_get_default_big_page_size,
542 .gpu_phys_addr = gv11b_gpu_phys_addr, 542 .gpu_phys_addr = gv11b_gpu_phys_addr,
543 .get_physical_addr_bits = gp10b_mm_get_physical_addr_bits, 543 .get_iommu_bit = gp10b_mm_get_iommu_bit,
544 .get_mmu_levels = gp10b_mm_get_mmu_levels, 544 .get_mmu_levels = gp10b_mm_get_mmu_levels,
545 .init_pdb = gp10b_mm_init_pdb, 545 .init_pdb = gp10b_mm_init_pdb,
546 .init_mm_setup_hw = gv11b_init_mm_setup_hw, 546 .init_mm_setup_hw = gv11b_init_mm_setup_hw,