summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/mc_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/mc_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/mc_gm20b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/mc_gm20b.c b/drivers/gpu/nvgpu/gm20b/mc_gm20b.c
index ebb9780d..7330a027 100644
--- a/drivers/gpu/nvgpu/gm20b/mc_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/mc_gm20b.c
@@ -32,4 +32,5 @@ void gm20b_init_mc(struct gpu_ops *gops)
32 gops->mc.disable = gk20a_mc_disable; 32 gops->mc.disable = gk20a_mc_disable;
33 gops->mc.reset = gk20a_mc_reset; 33 gops->mc.reset = gk20a_mc_reset;
34 gops->mc.boot_0 = gk20a_mc_boot_0; 34 gops->mc.boot_0 = gk20a_mc_boot_0;
35 gops->mc.is_intr1_pending = mc_gk20a_is_intr1_pending;
35} 36}