summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
index fe1d8526..f4f54145 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
@@ -110,7 +110,8 @@ struct gk20a_channel_sync {
110}; 110};
111 111
112void gk20a_channel_sync_destroy(struct gk20a_channel_sync *sync); 112void gk20a_channel_sync_destroy(struct gk20a_channel_sync *sync);
113struct gk20a_channel_sync *gk20a_channel_sync_create(struct channel_gk20a *c); 113struct gk20a_channel_sync *gk20a_channel_sync_create(struct channel_gk20a *c,
114 bool user_managed);
114bool gk20a_channel_sync_needs_sync_framework(struct gk20a *g); 115bool gk20a_channel_sync_needs_sync_framework(struct gk20a *g);
115 116
116#ifdef CONFIG_SYNC 117#ifdef CONFIG_SYNC