From 173cf315ad43267a22a5c3265fd65960b28fcf68 Mon Sep 17 00:00:00 2001 From: Seema Khowala Date: Thu, 23 Mar 2017 15:49:58 -0700 Subject: gpu: nvgpu: gv11b: hal should use gv11b_init_bus gk20a_init_bus should not be used for gv11b hal init as bar1_bind is not supported. Change-Id: I59b6e991b12d8355b1f54ae3eaf78dc94ca6d767 Signed-off-by: Seema Khowala Reviewed-on: http://git-master/r/1327171 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svccoveritychecker Reviewed-by: Seshendra Gadagottu GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Tested-by: Terje Bergstrom --- drivers/gpu/nvgpu/gv11b/hal_gv11b.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c index 1b580558..ef09fc68 100644 --- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c +++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c @@ -26,6 +26,7 @@ #include "gm20b/gr_gm20b.h" #include "hal_gv11b.h" +#include "bus_gv11b.h" #include "gr_gv11b.h" #include "mc_gv11b.h" #include "ltc_gv11b.h" @@ -186,7 +187,7 @@ int gv11b_init_hal(struct gk20a *g) gops->privsecurity = 0; gops->securegpccs = 0; - gk20a_init_bus(gops); + gv11b_init_bus(gops); gv11b_init_mc(gops); gv11b_init_ltc(gops); gv11b_init_gr(gops); -- cgit v1.2.2