summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
diff options
context:
space:
mode:
authorRichard Zhao <rizhao@nvidia.com>2016-08-12 20:39:31 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2016-08-18 18:03:56 -0400
commit5d4319ad282d7d9e3c6ef79ea481ca81d61969f2 (patch)
tree7b1e263668a61249c7b7932a7b25432e939a6769 /drivers/gpu/nvgpu/vgpu/gr_vgpu.c
parent198b895a881ca067a2411b7367579cb1d594ab5a (diff)
gpu: nvgpu: vgpu: add channel wdt support
- avoid dump gr registers for vgpu - init wdt lock Bug 1776876 JIRA VFND-2151 Change-Id: I73293e0d23b614129c763cb22b09156a8e1432cc Signed-off-by: Richard Zhao <rizhao@nvidia.com> Reviewed-on: http://git-master/r/1202256 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gr_vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gr_vgpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gr_vgpu.c b/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
index 87faa2f2..783b2f55 100644
--- a/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
@@ -1086,4 +1086,5 @@ void vgpu_init_gr_ops(struct gpu_ops *gops)
1086 gops->gr.set_sm_debug_mode = vgpu_gr_set_sm_debug_mode; 1086 gops->gr.set_sm_debug_mode = vgpu_gr_set_sm_debug_mode;
1087 gops->gr.update_smpc_ctxsw_mode = vgpu_gr_update_smpc_ctxsw_mode; 1087 gops->gr.update_smpc_ctxsw_mode = vgpu_gr_update_smpc_ctxsw_mode;
1088 gops->gr.update_hwpm_ctxsw_mode = vgpu_gr_update_hwpm_ctxsw_mode; 1088 gops->gr.update_hwpm_ctxsw_mode = vgpu_gr_update_hwpm_ctxsw_mode;
1089 gops->gr.dump_gr_regs = NULL;
1089} 1090}