summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/gr_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gr_gm20b.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
index 57bff64f..ab169a60 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -852,7 +852,7 @@ static int gr_gm20b_alloc_gr_ctx(struct gk20a *g,
852 852
853static void gr_gm20b_update_ctxsw_preemption_mode(struct gk20a *g, 853static void gr_gm20b_update_ctxsw_preemption_mode(struct gk20a *g,
854 struct channel_ctx_gk20a *ch_ctx, 854 struct channel_ctx_gk20a *ch_ctx,
855 struct mem_desc *mem) 855 struct nvgpu_mem *mem)
856{ 856{
857 struct gr_ctx_desc *gr_ctx = ch_ctx->gr_ctx; 857 struct gr_ctx_desc *gr_ctx = ch_ctx->gr_ctx;
858 u32 cta_preempt_option = 858 u32 cta_preempt_option =
@@ -1012,7 +1012,7 @@ static int gr_gm20b_update_pc_sampling(struct channel_gk20a *c,
1012 bool enable) 1012 bool enable)
1013{ 1013{
1014 struct channel_ctx_gk20a *ch_ctx = &c->ch_ctx; 1014 struct channel_ctx_gk20a *ch_ctx = &c->ch_ctx;
1015 struct mem_desc *mem; 1015 struct nvgpu_mem *mem;
1016 u32 v; 1016 u32 v;
1017 1017
1018 gk20a_dbg_fn(""); 1018 gk20a_dbg_fn("");
@@ -1108,7 +1108,7 @@ static void gr_gm20b_init_cyclestats(struct gk20a *g)
1108#endif 1108#endif
1109} 1109}
1110 1110
1111static void gr_gm20b_enable_cde_in_fecs(struct gk20a *g, struct mem_desc *mem) 1111static void gr_gm20b_enable_cde_in_fecs(struct gk20a *g, struct nvgpu_mem *mem)
1112{ 1112{
1113 u32 cde_v; 1113 u32 cde_v;
1114 1114