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 9e40218d..d81e965c 100644
--- a/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
@@ -571,7 +571,7 @@ static int vgpu_fifo_set_runlist_interleave(struct gk20a *g,
571 return err ? err : msg.ret; 571 return err ? err : msg.ret;
572} 572}
573 573
574int vgpu_channel_set_timeslice(struct channel_gk20a *ch, u32 timeslice) 574static int vgpu_channel_set_timeslice(struct channel_gk20a *ch, u32 timeslice)
575{ 575{
576 struct gk20a_platform *platform = gk20a_get_platform(ch->g->dev); 576 struct gk20a_platform *platform = gk20a_get_platform(ch->g->dev);
577 struct tegra_vgpu_cmd_msg msg; 577 struct tegra_vgpu_cmd_msg msg;