mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: gv11b: add dbg_session_ops
JIRA GV11B-21 Change-Id: Ib9c099fb0f9cf910bd5abfc9fd6010803b52c9f8 Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/1244768 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
e38542cc1e
commit
e1bcaa33ab
@@ -36,6 +36,7 @@
|
||||
#include "gv11b/hw_proj_gv11b.h"
|
||||
|
||||
#include "gm20b/gr_gm20b.h"
|
||||
#include "gk20a/dbg_gpu_gk20a.h"
|
||||
|
||||
static struct gpu_ops gv11b_ops;
|
||||
|
||||
@@ -136,6 +137,7 @@ int gv11b_init_hal(struct gk20a *g)
|
||||
gv11b_init_mm(gops);
|
||||
gv11b_init_pmu_ops(gops);
|
||||
gk20a_init_debug_ops(gops);
|
||||
gk20a_init_dbg_session_ops(gops);
|
||||
gv11b_init_therm_ops(gops);
|
||||
gk20a_init_tsg_ops(gops);
|
||||
gops->name = "gv11b";
|
||||
|
||||
Reference in New Issue
Block a user