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 8a1f82bc..ee78c6e2 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -511,6 +511,8 @@ struct gpu_ops {
511 void *scatter_buffer_ptr, 511 void *scatter_buffer_ptr,
512 size_t scatter_buffer_size); 512 size_t scatter_buffer_size);
513 } cde; 513 } cde;
514
515 int (*chip_init_gpu_characteristics)(struct gk20a *g);
514}; 516};
515 517
516struct gk20a { 518struct gk20a {