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, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
index 2fd009df..fe1d8526 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
@@ -102,6 +102,9 @@ struct gk20a_channel_sync {
102 /* Returns the sync point id or negative number if no syncpt*/ 102 /* Returns the sync point id or negative number if no syncpt*/
103 int (*syncpt_id)(struct gk20a_channel_sync *s); 103 int (*syncpt_id)(struct gk20a_channel_sync *s);
104 104
105 /* Returns the sync point address of sync point or 0 if not supported */
106 u64 (*syncpt_address)(struct gk20a_channel_sync *s);
107
105 /* Free the resources allocated by gk20a_channel_sync_create. */ 108 /* Free the resources allocated by gk20a_channel_sync_create. */
106 void (*destroy)(struct gk20a_channel_sync *s); 109 void (*destroy)(struct gk20a_channel_sync *s);
107}; 110};