summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gr_vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gr_vgpu.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gr_vgpu.c b/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
index a512c36b..2ae615bf 100644
--- a/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
@@ -987,23 +987,6 @@ int vgpu_gr_isr(struct gk20a *g, struct tegra_vgpu_gr_intr_info *info)
987 return 0; 987 return 0;
988} 988}
989 989
990int vgpu_gr_nonstall_isr(struct gk20a *g,
991 struct tegra_vgpu_gr_nonstall_intr_info *info)
992{
993 nvgpu_log_fn(g, " ");
994
995 switch (info->type) {
996 case TEGRA_VGPU_GR_NONSTALL_INTR_SEMAPHORE:
997 g->ops.semaphore_wakeup(g, true);
998 break;
999 default:
1000 WARN_ON(1);
1001 break;
1002 }
1003
1004 return 0;
1005}
1006
1007int vgpu_gr_set_sm_debug_mode(struct gk20a *g, 990int vgpu_gr_set_sm_debug_mode(struct gk20a *g,
1008 struct channel_gk20a *ch, u64 sms, bool enable) 991 struct channel_gk20a *ch, u64 sms, bool enable)
1009{ 992{