summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/gr_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/gr_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/gp106/gr_gp106.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp106/gr_gp106.h b/drivers/gpu/nvgpu/gp106/gr_gp106.h
index 9f76e4ac..491ced4e 100644
--- a/drivers/gpu/nvgpu/gp106/gr_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/gr_gp106.h
@@ -38,7 +38,7 @@ int gr_gp106_handle_sw_method(struct gk20a *g, u32 addr,
38 u32 class_num, u32 offset, u32 data); 38 u32 class_num, u32 offset, u32 data);
39void gr_gp106_cb_size_default(struct gk20a *g); 39void gr_gp106_cb_size_default(struct gk20a *g);
40int gr_gp106_set_ctxsw_preemption_mode(struct gk20a *g, 40int gr_gp106_set_ctxsw_preemption_mode(struct gk20a *g,
41 struct gr_ctx_desc *gr_ctx, 41 struct nvgpu_gr_ctx *gr_ctx,
42 struct vm_gk20a *vm, u32 class, 42 struct vm_gk20a *vm, u32 class,
43 u32 graphics_preempt_mode, 43 u32 graphics_preempt_mode,
44 u32 compute_preempt_mode); 44 u32 compute_preempt_mode);