summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206/hal_gm206.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm206/hal_gm206.c')
-rw-r--r--drivers/gpu/nvgpu/gm206/hal_gm206.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm206/hal_gm206.c b/drivers/gpu/nvgpu/gm206/hal_gm206.c
index 6b43c8e9..f771c07d 100644
--- a/drivers/gpu/nvgpu/gm206/hal_gm206.c
+++ b/drivers/gpu/nvgpu/gm206/hal_gm206.c
@@ -181,7 +181,7 @@ int gm206_init_hal(struct gk20a *g)
181 181
182 gops->privsecurity = 1; 182 gops->privsecurity = 1;
183 gops->securegpccs = 1; 183 gops->securegpccs = 1;
184 184 gops->pmupstate = false;
185 gm20b_init_mc(gops); 185 gm20b_init_mc(gops);
186 gm20b_init_ltc(gops); 186 gm20b_init_ltc(gops);
187 gm206_init_gr(gops); 187 gm206_init_gr(gops);