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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index 5dc0c212..d5a6e422 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -18,6 +18,7 @@
18#include "gk20a/gk20a.h" 18#include "gk20a/gk20a.h"
19 19
20#include "ltc_gm20b.h" 20#include "ltc_gm20b.h"
21#include "ce2_gm20b.h"
21#include "gr_gm20b.h" 22#include "gr_gm20b.h"
22#include "ltc_gm20b.h" 23#include "ltc_gm20b.h"
23#include "fb_gm20b.h" 24#include "fb_gm20b.h"
@@ -81,7 +82,7 @@ static struct gpu_ops gm20b_ops = {
81 gm20b_blcg_pmu_load_gating_prod, 82 gm20b_blcg_pmu_load_gating_prod,
82 .pg_gr_load_gating_prod = 83 .pg_gr_load_gating_prod =
83 gr_gm20b_pg_gr_load_gating_prod, 84 gr_gm20b_pg_gr_load_gating_prod,
84 } 85 },
85}; 86};
86 87
87int gm20b_init_hal(struct gk20a *g) 88int gm20b_init_hal(struct gk20a *g)
@@ -124,6 +125,7 @@ int gm20b_init_hal(struct gk20a *g)
124 gm20b_init_ltc(gops); 125 gm20b_init_ltc(gops);
125 gm20b_init_fb(gops); 126 gm20b_init_fb(gops);
126 gm20b_init_fifo(gops); 127 gm20b_init_fifo(gops);
128 gm20b_init_ce2(gops);
127 gm20b_init_gr_ctx(gops); 129 gm20b_init_gr_ctx(gops);
128 gm20b_init_mm(gops); 130 gm20b_init_mm(gops);
129 gm20b_init_pmu_ops(gops); 131 gm20b_init_pmu_ops(gops);