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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 48f0008a..9b72f1a7 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1182,6 +1182,7 @@ struct gpu_ops {
1182 int (*discover_ioctrl)(struct gk20a *g); 1182 int (*discover_ioctrl)(struct gk20a *g);
1183 int (*discover_link)(struct gk20a *g); 1183 int (*discover_link)(struct gk20a *g);
1184 int (*isr)(struct gk20a *g); 1184 int (*isr)(struct gk20a *g);
1185 int (*rxdet)(struct gk20a *g, u32 link_id);
1185 /* API */ 1186 /* API */
1186 int (*link_early_init)(struct gk20a *g, unsigned long mask); 1187 int (*link_early_init)(struct gk20a *g, unsigned long mask);
1187 u32 (*link_get_mode)(struct gk20a *g, u32 link_id); 1188 u32 (*link_get_mode)(struct gk20a *g, u32 link_id);