From e899ec032e46f1b2d19b76ed27e69de3b08e4699 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Thu, 5 Jul 2018 13:10:50 -0700 Subject: gpu: nvgpu: Remove gv11b specific BAR2 deinit gp10b and gv11b variants of remove_bar2_vm are now identical, so delete the gv11b version and use only gp10b version. JIRA NVGPU-714 Change-Id: Ie98cb29803358ddcad8aae2cf865f3baeddebfb1 Signed-off-by: Terje Bergstrom Reviewed-on: https://git-master.nvidia.com/r/1773007 Reviewed-by: Seshendra Gadagottu Reviewed-by: Alex Waterman Reviewed-by: svccoveritychecker Reviewed-by: svc-misra-checker Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gv100/hal_gv100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gv100') diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c index 20f045b2..00007044 100644 --- a/drivers/gpu/nvgpu/gv100/hal_gv100.c +++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c @@ -680,7 +680,7 @@ static const struct gpu_ops gv100_ops = { .get_kind_invalid = gm20b_get_kind_invalid, .get_kind_pitch = gm20b_get_kind_pitch, .init_bar2_vm = gp10b_init_bar2_vm, - .remove_bar2_vm = gv11b_mm_remove_bar2_vm, + .remove_bar2_vm = gp10b_remove_bar2_vm, .fault_info_mem_destroy = gv11b_mm_fault_info_mem_destroy, .get_flush_retries = gv100_mm_get_flush_retries, }, -- cgit v1.2.2