summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/hal_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/hal_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/hal_gk20a.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/hal_gk20a.c b/drivers/gpu/nvgpu/gk20a/hal_gk20a.c
index f8a997e2..de6c3713 100644
--- a/drivers/gpu/nvgpu/gk20a/hal_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/hal_gk20a.c
@@ -22,6 +22,7 @@
22#include "gk20a_gating_reglist.h" 22#include "gk20a_gating_reglist.h"
23#include "channel_gk20a.h" 23#include "channel_gk20a.h"
24#include "gr_ctx_gk20a.h" 24#include "gr_ctx_gk20a.h"
25#include "mm_gk20a.h"
25 26
26struct gpu_ops gk20a_ops = { 27struct gpu_ops gk20a_ops = {
27 .clock_gating = { 28 .clock_gating = {
@@ -46,6 +47,7 @@ int gk20a_init_hal(struct gpu_ops *gops)
46 gk20a_init_fb(gops); 47 gk20a_init_fb(gops);
47 gk20a_init_fifo(gops); 48 gk20a_init_fifo(gops);
48 gk20a_init_gr_ctx(gops); 49 gk20a_init_gr_ctx(gops);
50 gk20a_init_mm(gops);
49 gops->name = "gk20a"; 51 gops->name = "gk20a";
50 52
51 return 0; 53 return 0;