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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 8d8bfbec..8d6db4c7 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1024,6 +1024,10 @@ struct gpu_ops {
1024 struct { 1024 struct {
1025 void (*isr)(struct gk20a *g); 1025 void (*isr)(struct gk20a *g);
1026 } priv_ring; 1026 } priv_ring;
1027 struct {
1028 int (*check_priv_security)(struct gk20a *g);
1029 } fuse;
1030
1027}; 1031};
1028 1032
1029struct nvgpu_bios_ucode { 1033struct nvgpu_bios_ucode {