summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index bb0b572f..57854e11 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1408,6 +1408,11 @@ struct gk20a {
1408 void (*close)(struct channel_gk20a *ch); 1408 void (*close)(struct channel_gk20a *ch);
1409 void (*work_completion_signal)(struct channel_gk20a *ch); 1409 void (*work_completion_signal)(struct channel_gk20a *ch);
1410 void (*work_completion_cancel_sync)(struct channel_gk20a *ch); 1410 void (*work_completion_cancel_sync)(struct channel_gk20a *ch);
1411 bool (*os_fence_framework_inst_exists)(struct channel_gk20a *ch);
1412 int (*init_os_fence_framework)(
1413 struct channel_gk20a *ch, const char *fmt, ...);
1414 void (*signal_os_fence_framework)(struct channel_gk20a *ch);
1415 void (*destroy_os_fence_framework)(struct channel_gk20a *ch);
1411 } os_channel; 1416 } os_channel;
1412 1417
1413 struct gk20a_scale_profile *scale_profile; 1418 struct gk20a_scale_profile *scale_profile;