summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2015-03-05 12:34:06 -0500
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:52:04 -0500
commit6539c538c1d1fcd0227096959790c625d28e791a (patch)
tree7462c9a4af91bfafbf958b54007313a3fa41f3de /drivers
parent3be18b463bfc7cfa66c16219e4432601ee769a26 (diff)
gpu: nvgpu: gp10b: Use gp10b version of phys bits
Use gp10b version of get_physical_addr_bits. Change-Id: I56d1299e259e91a61fa82dc061e7ca3a5130b9d4 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/714402
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/gp10b/mm_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
index 65bc6cbc..6b140c92 100644
--- a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
@@ -114,7 +114,7 @@ static int gb10b_init_bar2_mm_hw_setup(struct gk20a *g)
114void gp10b_init_mm(struct gpu_ops *gops) 114void gp10b_init_mm(struct gpu_ops *gops)
115{ 115{
116 gm20b_init_mm(gops); 116 gm20b_init_mm(gops);
117 gops->mm.get_physical_addr_bits = gk20a_mm_get_physical_addr_bits; 117 gops->mm.get_physical_addr_bits = gp10b_mm_get_physical_addr_bits;
118 gops->mm.init_mm_setup_hw = gp10b_init_mm_setup_hw; 118 gops->mm.init_mm_setup_hw = gp10b_init_mm_setup_hw;
119 gops->mm.init_bar2_vm = gb10b_init_bar2_vm; 119 gops->mm.init_bar2_vm = gb10b_init_bar2_vm;
120 gops->mm.init_bar2_mm_hw_setup = gb10b_init_bar2_mm_hw_setup; 120 gops->mm.init_bar2_mm_hw_setup = gb10b_init_bar2_mm_hw_setup;