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 e57ef7ec..5fe01833 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -33,6 +33,7 @@
33#include "regops_gm20b.h" 33#include "regops_gm20b.h"
34#include "debug_gm20b.h" 34#include "debug_gm20b.h"
35#include "cde_gm20b.h" 35#include "cde_gm20b.h"
36#include "therm_gm20b.h"
36 37
37#define FUSE_OPT_PRIV_SEC_DIS_0 0x264 38#define FUSE_OPT_PRIV_SEC_DIS_0 0x264
38#define PRIV_SECURITY_DISABLE 0x01 39#define PRIV_SECURITY_DISABLE 0x01
@@ -136,6 +137,7 @@ int gm20b_init_hal(struct gk20a *g)
136 gm20b_init_regops(gops); 137 gm20b_init_regops(gops);
137 gm20b_init_debug_ops(gops); 138 gm20b_init_debug_ops(gops);
138 gm20b_init_cde_ops(gops); 139 gm20b_init_cde_ops(gops);
140 gm20b_init_therm_ops(gops);
139 gops->name = "gm20b"; 141 gops->name = "gm20b";
140 142
141 c->twod_class = FERMI_TWOD_A; 143 c->twod_class = FERMI_TWOD_A;