summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 55c263cb..a0db0bfd 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -45,6 +45,7 @@
45#include "gp106/gr_gp106.h" 45#include "gp106/gr_gp106.h"
46#include "nvgpu_gpuid_t18x.h" 46#include "nvgpu_gpuid_t18x.h"
47#include "hw_proj_gp106.h" 47#include "hw_proj_gp106.h"
48#include "gk20a/dbg_gpu_gk20a.h"
48 49
49static struct gpu_ops gp106_ops = { 50static struct gpu_ops gp106_ops = {
50 .clock_gating = { 51 .clock_gating = {
@@ -198,6 +199,7 @@ int gp106_init_hal(struct gk20a *g)
198 gp106_init_mm(gops); 199 gp106_init_mm(gops);
199 gp106_init_pmu_ops(gops); 200 gp106_init_pmu_ops(gops);
200 gk20a_init_debug_ops(gops); 201 gk20a_init_debug_ops(gops);
202 gk20a_init_dbg_session_ops(gops);
201 gp10b_init_regops(gops); 203 gp10b_init_regops(gops);
202 gp10b_init_cde_ops(gops); 204 gp10b_init_cde_ops(gops);
203 gp10b_init_therm_ops(gops); 205 gp10b_init_therm_ops(gops);