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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 25712a64..5caef6fe 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -432,6 +432,11 @@ struct gpu_ops {
432 void (*show_dump)(struct gk20a *g, 432 void (*show_dump)(struct gk20a *g,
433 struct gk20a_debug_output *o); 433 struct gk20a_debug_output *o);
434 } debug; 434 } debug;
435 struct {
436 void (*get_program_numbers)(struct gk20a *g,
437 u32 block_height_log2,
438 int *hprog, int *vprog);
439 } cde;
435}; 440};
436 441
437struct gk20a { 442struct gk20a {