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.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
index adbecbe1..d63b358f 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
@@ -3,7 +3,7 @@
3 * 3 *
4 * GK20A Channel Synchronization Abstraction 4 * GK20A Channel Synchronization Abstraction
5 * 5 *
6 * Copyright (c) 2014-2017, NVIDIA CORPORATION. All rights reserved. 6 * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved.
7 * 7 *
8 * Permission is hereby granted, free of charge, to any person obtaining a 8 * Permission is hereby granted, free of charge, to any person obtaining a
9 * copy of this software and associated documentation files (the "Software"), 9 * copy of this software and associated documentation files (the "Software"),
@@ -93,11 +93,6 @@ struct gk20a_channel_sync {
93 */ 93 */
94 void (*set_safe_state)(struct gk20a_channel_sync *s); 94 void (*set_safe_state)(struct gk20a_channel_sync *s);
95 95
96 /* Signals the sync timeline (if owned by the gk20a_channel_sync layer).
97 * This should be called when we notice that a gk20a_fence is
98 * expired. */
99 void (*signal_timeline)(struct gk20a_channel_sync *s);
100
101 /* Returns the sync point id or negative number if no syncpt*/ 96 /* Returns the sync point id or negative number if no syncpt*/
102 int (*syncpt_id)(struct gk20a_channel_sync *s); 97 int (*syncpt_id)(struct gk20a_channel_sync *s);
103 98