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 2e7bd4a5..bb0b572f 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1094,6 +1094,7 @@ struct gpu_ops {
1094 u32 source_id, u32 count, 1094 u32 source_id, u32 count,
1095 struct nvgpu_cpu_time_correlation_sample *); 1095 struct nvgpu_cpu_time_correlation_sample *);
1096 int (*bar1_bind)(struct gk20a *g, struct nvgpu_mem *bar1_inst); 1096 int (*bar1_bind)(struct gk20a *g, struct nvgpu_mem *bar1_inst);
1097 void (*set_ppriv_timeout_settings)(struct gk20a *g);
1097 } bus; 1098 } bus;
1098 1099
1099 struct { 1100 struct {