summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
diff options
context:
space:
mode:
authorPeter Daifuku <pdaifuku@nvidia.com>2016-06-28 13:34:15 -0400
committerPeter Daifuku <pdaifuku@nvidia.com>2016-07-30 14:29:20 -0400
commit38a59acc776c8ad5b7b5506d13a60712af7d5318 (patch)
tree4eeb2d238327e7c84e3915e1c50ae938c2e02b65 /drivers/gpu/nvgpu/gm20b/hal_gm20b.c
parent92415fd36694c6c8dcfbcf1de2e7197d4f883451 (diff)
gpu: nvgpu: move dbg_session_ops to gops
Move dbg_session_ops to gops for better code consistency JIRA VFND-1905 Change-Id: I04a11d77dd8c26d9922e80e556822f80dd2bc36d Signed-off-by: Peter Daifuku <pdaifuku@nvidia.com> Reviewed-on: http://git-master/r/1192641 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Richard Zhao <rizhao@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
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);