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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 3f070a58..49038a0f 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -125,6 +125,7 @@ struct gpu_ops {
125 u32 reg_offset); 125 u32 reg_offset);
126 int (*load_ctxsw_ucode)(struct gk20a *g); 126 int (*load_ctxsw_ucode)(struct gk20a *g);
127 u32 (*get_gpc_tpc_mask)(struct gk20a *g, u32 gpc_index); 127 u32 (*get_gpc_tpc_mask)(struct gk20a *g, u32 gpc_index);
128 void (*set_gpc_tpc_mask)(struct gk20a *g, u32 gpc_index);
128 void (*free_channel_ctx)(struct channel_gk20a *c); 129 void (*free_channel_ctx)(struct channel_gk20a *c);
129 int (*alloc_obj_ctx)(struct channel_gk20a *c, 130 int (*alloc_obj_ctx)(struct channel_gk20a *c,
130 struct nvgpu_alloc_obj_ctx_args *args); 131 struct nvgpu_alloc_obj_ctx_args *args);