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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 8f3900a1..a361648f 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -433,7 +433,9 @@ struct gpu_ops {
433 void (*disable_rd_coalesce)(struct gk20a *g); 433 void (*disable_rd_coalesce)(struct gk20a *g);
434 void (*init_ctxsw_hdr_data)(struct gk20a *g, 434 void (*init_ctxsw_hdr_data)(struct gk20a *g,
435 struct nvgpu_mem *mem); 435 struct nvgpu_mem *mem);
436 436 void (*init_gfxp_wfi_timeout_count)(struct gk20a *g);
437 unsigned long (*get_max_gfxp_wfi_timeout_count)
438 (struct gk20a *g);
437 } gr; 439 } gr;
438 struct { 440 struct {
439 void (*init_hw)(struct gk20a *g); 441 void (*init_hw)(struct gk20a *g);