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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c b/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
index 0c93a2ed..497f8c91 100644
--- a/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
@@ -134,7 +134,8 @@ static void vgpu_channel_disable(struct channel_gk20a *ch)
134} 134}
135 135
136static int vgpu_channel_setup_ramfc(struct channel_gk20a *ch, u64 gpfifo_base, 136static int vgpu_channel_setup_ramfc(struct channel_gk20a *ch, u64 gpfifo_base,
137 u32 gpfifo_entries, u32 flags) 137 u32 gpfifo_entries,
138 unsigned long acquire_timeout, u32 flags)
138{ 139{
139 struct device __maybe_unused *d = dev_from_gk20a(ch->g); 140 struct device __maybe_unused *d = dev_from_gk20a(ch->g);
140 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(d); 141 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(d);