summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a')
-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 4ff85ee3..d6e0342b 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1246,6 +1246,8 @@ struct gpu_ops {
1246 } priv_ring; 1246 } priv_ring;
1247 struct { 1247 struct {
1248 int (*check_priv_security)(struct gk20a *g); 1248 int (*check_priv_security)(struct gk20a *g);
1249 bool (*is_opt_ecc_enable)(struct gk20a *g);
1250 bool (*is_opt_feature_override_disable)(struct gk20a *g);
1249 } fuse; 1251 } fuse;
1250 struct { 1252 struct {
1251 int (*init)(struct gk20a *g); 1253 int (*init)(struct gk20a *g);