summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/platform_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/platform_gk20a.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
index 93158cc7..f038b072 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
@@ -50,6 +50,9 @@ struct gk20a_platform {
50 /* Should be populated at probe. */ 50 /* Should be populated at probe. */
51 bool has_syncpoints; 51 bool has_syncpoints;
52 52
53 /* channel limit after which to start aggressive sync destroy */
54 int aggressive_sync_destroy_thresh;
55
53 /* flag to set sync destroy aggressiveness */ 56 /* flag to set sync destroy aggressiveness */
54 bool aggressive_sync_destroy; 57 bool aggressive_sync_destroy;
55 58