summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include/nvgpu/tsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include/nvgpu/tsg.h')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/tsg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/tsg.h b/drivers/gpu/nvgpu/include/nvgpu/tsg.h
index b43a6b98..7cd97c97 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/tsg.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/tsg.h
@@ -127,7 +127,6 @@ gk20a_event_id_data_from_event_id_node(struct nvgpu_list_node *node)
127 ((uintptr_t)node - offsetof(struct gk20a_event_id_data, event_id_node)); 127 ((uintptr_t)node - offsetof(struct gk20a_event_id_data, event_id_node));
128}; 128};
129 129
130int nvgpu_tsg_set_mmu_debug_mode(struct tsg_gk20a *tsg, 130int nvgpu_tsg_set_mmu_debug_mode(struct channel_gk20a *ch, bool enable);
131 struct channel_gk20a *ch, bool enable);
132 131
133#endif /* TSG_GK20A_H */ 132#endif /* TSG_GK20A_H */