summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/fifo
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/fifo')
-rw-r--r--drivers/gpu/nvgpu/common/fifo/channel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/fifo/channel.c b/drivers/gpu/nvgpu/common/fifo/channel.c
index 58b62ce7..45f5b736 100644
--- a/drivers/gpu/nvgpu/common/fifo/channel.c
+++ b/drivers/gpu/nvgpu/common/fifo/channel.c
@@ -1145,8 +1145,8 @@ int gk20a_channel_alloc_gpfifo(struct channel_gk20a *c,
1145 } 1145 }
1146 1146
1147 if (gpfifo_args->flags & NVGPU_GPFIFO_FLAGS_USERMODE_SUPPORT) { 1147 if (gpfifo_args->flags & NVGPU_GPFIFO_FLAGS_USERMODE_SUPPORT) {
1148 if (g->ops.fifo.alloc_usermode_buffers) { 1148 if (g->os_channel.alloc_usermode_buffers) {
1149 err = g->ops.fifo.alloc_usermode_buffers(c, 1149 err = g->os_channel.alloc_usermode_buffers(c,
1150 gpfifo_args); 1150 gpfifo_args);
1151 if (err) { 1151 if (err) {
1152 nvgpu_err(g, "Usermode buffer alloc failed"); 1152 nvgpu_err(g, "Usermode buffer alloc failed");