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, 0 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
index a3cd8208..b2deaff8 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/channel_sync_gk20a.h
@@ -86,9 +86,6 @@ struct gk20a_channel_sync {
86 * expired. */ 86 * expired. */
87 void (*signal_timeline)(struct gk20a_channel_sync *s); 87 void (*signal_timeline)(struct gk20a_channel_sync *s);
88 88
89 /* flag to set sync destroy aggressiveness */
90 bool aggressive_destroy;
91
92 /* Free the resources allocated by gk20a_channel_sync_create. */ 89 /* Free the resources allocated by gk20a_channel_sync_create. */
93 void (*destroy)(struct gk20a_channel_sync *s); 90 void (*destroy)(struct gk20a_channel_sync *s);
94}; 91};