summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index c461a9e1..d7693515 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -2941,7 +2941,7 @@ int gr_gk20a_alloc_gr_ctx(struct gk20a *g,
2941 gr_ctx->mem.gpu_va = gk20a_gmmu_map(vm, 2941 gr_ctx->mem.gpu_va = gk20a_gmmu_map(vm,
2942 &gr_ctx->mem.sgt, 2942 &gr_ctx->mem.sgt,
2943 gr_ctx->mem.size, 2943 gr_ctx->mem.size,
2944 NVGPU_MAP_BUFFER_FLAGS_CACHEABLE_TRUE, 2944 NVGPU_MAP_BUFFER_FLAGS_CACHEABLE_FALSE,
2945 gk20a_mem_flag_none, true, 2945 gk20a_mem_flag_none, true,
2946 gr_ctx->mem.aperture); 2946 gr_ctx->mem.aperture);
2947 if (!gr_ctx->mem.gpu_va) 2947 if (!gr_ctx->mem.gpu_va)