summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/subctx_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/subctx_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/subctx_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/subctx_gv11b.c b/drivers/gpu/nvgpu/gv11b/subctx_gv11b.c
index 864e24f0..fe1aa8a5 100644
--- a/drivers/gpu/nvgpu/gv11b/subctx_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/subctx_gv11b.c
@@ -65,7 +65,7 @@ int gv11b_alloc_subctx_header(struct channel_gk20a *c)
65 65
66 if (ctx->mem.gpu_va == 0) { 66 if (ctx->mem.gpu_va == 0) {
67 ret = nvgpu_dma_alloc_flags_sys(g, 67 ret = nvgpu_dma_alloc_flags_sys(g,
68 NVGPU_DMA_NO_KERNEL_MAPPING, 68 0, /* No Special flags */
69 ctxsw_prog_fecs_header_v(), 69 ctxsw_prog_fecs_header_v(),
70 &ctx->mem); 70 &ctx->mem);
71 if (ret) { 71 if (ret) {