summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2018-05-25 13:27:10 -0400
committerTejal Kudav <tkudav@nvidia.com>2018-06-14 09:44:07 -0400
commit27694ca572c4d7698b107c6713f0f0604b41c186 (patch)
tree60dc8a1a8518797fd95f82d1e02892a984911667 /drivers/gpu/nvgpu/vgpu/gv11b
parent5c8f1619ce5ab1cf46484c8914fa29bcc208b9a0 (diff)
gpu: nvgpu: Implement bus HAL for bar2 bind
Implement BAR2 bind as a bus HAL and remove the corresponding MM HAL. BAR2 bind HW API is in bus. JIRA NVGPU-588 Change-Id: I3a8391b00f1ba65f9ed28b633f1d52bf7c984230 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1730896 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, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index d6b305d4..450c9c87 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -476,7 +476,6 @@ static const struct gpu_ops vgpu_gv11b_ops = {
476 .get_kind_invalid = gm20b_get_kind_invalid, 476 .get_kind_invalid = gm20b_get_kind_invalid,
477 .get_kind_pitch = gm20b_get_kind_pitch, 477 .get_kind_pitch = gm20b_get_kind_pitch,
478 .init_bar2_vm = gp10b_init_bar2_vm, 478 .init_bar2_vm = gp10b_init_bar2_vm,
479 .init_bar2_mm_hw_setup = gv11b_init_bar2_mm_hw_setup,
480 .remove_bar2_vm = gv11b_mm_remove_bar2_vm, 479 .remove_bar2_vm = gv11b_mm_remove_bar2_vm,
481 .fault_info_mem_destroy = gv11b_mm_fault_info_mem_destroy, 480 .fault_info_mem_destroy = gv11b_mm_fault_info_mem_destroy,
482 }, 481 },
@@ -575,6 +574,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
575 .init_hw = gk20a_bus_init_hw, 574 .init_hw = gk20a_bus_init_hw,
576 .isr = gk20a_bus_isr, 575 .isr = gk20a_bus_isr,
577 .bar1_bind = NULL, 576 .bar1_bind = NULL,
577 .bar2_bind = NULL,
578 .set_bar0_window = gk20a_bus_set_bar0_window, 578 .set_bar0_window = gk20a_bus_set_bar0_window,
579 }, 579 },
580 .ptimer = { 580 .ptimer = {