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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index adc630e6..8ac82428 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -415,6 +415,9 @@ struct gpu_ops {
415 u32 gpc, u32 tpc, u32 sm); 415 u32 gpc, u32 tpc, u32 sm);
416 void (*resume_all_sms)(struct gk20a *g); 416 void (*resume_all_sms)(struct gk20a *g);
417 void (*disable_rd_coalesce)(struct gk20a *g); 417 void (*disable_rd_coalesce)(struct gk20a *g);
418 void (*init_ctxsw_hdr_data)(struct gk20a *g,
419 struct nvgpu_mem *mem);
420
418 } gr; 421 } gr;
419 struct { 422 struct {
420 void (*init_hw)(struct gk20a *g); 423 void (*init_hw)(struct gk20a *g);