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 caf6a2eb..34e3b605 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -35,6 +35,7 @@
35#include "cde_gm20b.h" 35#include "cde_gm20b.h"
36#include "therm_gm20b.h" 36#include "therm_gm20b.h"
37#include "hw_proj_gm20b.h" 37#include "hw_proj_gm20b.h"
38#include "gk20a/dbg_gpu_gk20a.h"
38 39
39#define FUSE_OPT_PRIV_SEC_DIS_0 0x264 40#define FUSE_OPT_PRIV_SEC_DIS_0 0x264
40#define PRIV_SECURITY_DISABLE 0x01 41#define PRIV_SECURITY_DISABLE 0x01
@@ -221,6 +222,7 @@ int gm20b_init_hal(struct gk20a *g)
221 gm20b_init_clk_ops(gops); 222 gm20b_init_clk_ops(gops);
222 gm20b_init_regops(gops); 223 gm20b_init_regops(gops);
223 gm20b_init_debug_ops(gops); 224 gm20b_init_debug_ops(gops);
225 gk20a_init_dbg_session_ops(gops);
224 gm20b_init_cde_ops(gops); 226 gm20b_init_cde_ops(gops);
225 gm20b_init_therm_ops(gops); 227 gm20b_init_therm_ops(gops);
226 gk20a_init_tsg_ops(gops); 228 gk20a_init_tsg_ops(gops);