summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/channel_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
index 45ce0e77..551e8b04 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
@@ -1124,7 +1124,7 @@ int gk20a_channel_alloc_gpfifo(struct channel_gk20a *c,
1124 goto clean_up_usermode; 1124 goto clean_up_usermode;
1125 } 1125 }
1126 1126
1127 if (c->gpfifo.mem.aperture == APERTURE_VIDMEM || g->mm.force_pramin) { 1127 if (c->gpfifo.mem.aperture == APERTURE_VIDMEM) {
1128 c->gpfifo.pipe = nvgpu_big_malloc(g, 1128 c->gpfifo.pipe = nvgpu_big_malloc(g,
1129 gpfifo_size * gpfifo_entry_size); 1129 gpfifo_size * gpfifo_entry_size);
1130 if (!c->gpfifo.pipe) { 1130 if (!c->gpfifo.pipe) {