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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 06739eee..178c1200 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1097,6 +1097,8 @@ struct gpu_ops {
1097 int (*shutdown)(struct gk20a *g); 1097 int (*shutdown)(struct gk20a *g);
1098 int (*early_init)(struct gk20a *g); 1098 int (*early_init)(struct gk20a *g);
1099 } nvlink; 1099 } nvlink;
1100
1101 void (*semaphore_wakeup)(struct gk20a *g, bool post_events);
1100}; 1102};
1101 1103
1102struct nvgpu_bios_ucode { 1104struct nvgpu_bios_ucode {