summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm206')
-rw-r--r--drivers/gpu/nvgpu/gm206/hal_gm206.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm206/hal_gm206.c b/drivers/gpu/nvgpu/gm206/hal_gm206.c
index c4eed144..3c6897ea 100644
--- a/drivers/gpu/nvgpu/gm206/hal_gm206.c
+++ b/drivers/gpu/nvgpu/gm206/hal_gm206.c
@@ -40,6 +40,7 @@
40#include "bios_gm206.h" 40#include "bios_gm206.h"
41#include "gr_gm206.h" 41#include "gr_gm206.h"
42#include "hw_proj_gm206.h" 42#include "hw_proj_gm206.h"
43#include "gk20a/dbg_gpu_gk20a.h"
43 44
44static struct gpu_ops gm206_ops = { 45static struct gpu_ops gm206_ops = {
45 .clock_gating = { 46 .clock_gating = {
@@ -194,6 +195,7 @@ int gm206_init_hal(struct gk20a *g)
194 gm20b_init_clk_ops(gops); 195 gm20b_init_clk_ops(gops);
195 gm20b_init_regops(gops); 196 gm20b_init_regops(gops);
196 gm20b_init_debug_ops(gops); 197 gm20b_init_debug_ops(gops);
198 gk20a_init_dbg_session_ops(gops);
197 gm20b_init_cde_ops(gops); 199 gm20b_init_cde_ops(gops);
198 gm20b_init_therm_ops(gops); 200 gm20b_init_therm_ops(gops);
199 gk20a_init_tsg_ops(gops); 201 gk20a_init_tsg_ops(gops);