summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 3376747b..dadcbca2 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -316,6 +316,8 @@ struct gk20a_ctxsw_bootloader_desc {
316}; 316};
317 317
318struct gpu_ops; 318struct gpu_ops;
319int gr_gk20a_load_golden_ctx_image(struct gk20a *g,
320 struct channel_gk20a *c);
319void gk20a_init_gr(struct gk20a *g); 321void gk20a_init_gr(struct gk20a *g);
320void gk20a_init_gr_ops(struct gpu_ops *gops); 322void gk20a_init_gr_ops(struct gpu_ops *gops);
321int gk20a_init_gr_support(struct gk20a *g); 323int gk20a_init_gr_support(struct gk20a *g);