summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/channel.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/channel.c b/drivers/gpu/nvgpu/common/linux/channel.c
index 0ed596ac..a725cd6b 100644
--- a/drivers/gpu/nvgpu/common/linux/channel.c
+++ b/drivers/gpu/nvgpu/common/linux/channel.c
@@ -245,6 +245,7 @@ static void nvgpu_channel_close_linux(struct channel_gk20a *ch)
245 nvgpu_channel_work_completion_clear(ch); 245 nvgpu_channel_work_completion_clear(ch);
246 246
247#if defined(CONFIG_GK20A_CYCLE_STATS) 247#if defined(CONFIG_GK20A_CYCLE_STATS)
248 gk20a_channel_free_cycle_stats_buffer(ch);
248 gk20a_channel_free_cycle_stats_snapshot(ch); 249 gk20a_channel_free_cycle_stats_snapshot(ch);
249#endif 250#endif
250} 251}