summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hal_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index 7e390c37..0fc5fe99 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -24,6 +24,7 @@
24#include "gm20b_gating_reglist.h" 24#include "gm20b_gating_reglist.h"
25#include "fifo_gm20b.h" 25#include "fifo_gm20b.h"
26#include "gr_ctx_gm20b.h" 26#include "gr_ctx_gm20b.h"
27#include "mm_gm20b.h"
27 28
28struct gpu_ops gm20b_ops = { 29struct gpu_ops gm20b_ops = {
29 .clock_gating = { 30 .clock_gating = {
@@ -49,6 +50,7 @@ int gm20b_init_hal(struct gpu_ops *gops)
49 gm20b_init_fb(gops); 50 gm20b_init_fb(gops);
50 gm20b_init_fifo(gops); 51 gm20b_init_fifo(gops);
51 gm20b_init_gr_ctx(gops); 52 gm20b_init_gr_ctx(gops);
53 gm20b_init_mm(gops);
52 gops->name = "gm20b"; 54 gops->name = "gm20b";
53 55
54 return 0; 56 return 0;