summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/fifo_vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/fifo_vgpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c b/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
index 45e7c336..68a31eca 100644
--- a/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
@@ -126,7 +126,7 @@ static void vgpu_channel_disable(struct channel_gk20a *ch)
126} 126}
127 127
128static int vgpu_channel_setup_ramfc(struct channel_gk20a *ch, u64 gpfifo_base, 128static int vgpu_channel_setup_ramfc(struct channel_gk20a *ch, u64 gpfifo_base,
129 u32 gpfifo_entries) 129 u32 gpfifo_entries, u32 flags)
130{ 130{
131 struct gk20a_platform *platform = gk20a_get_platform(ch->g->dev); 131 struct gk20a_platform *platform = gk20a_get_platform(ch->g->dev);
132 struct device __maybe_unused *d = dev_from_gk20a(ch->g); 132 struct device __maybe_unused *d = dev_from_gk20a(ch->g);