summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gr_vgpu.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gr_vgpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gr_vgpu.c b/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
index f83f35b8..3baa420f 100644
--- a/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
@@ -871,7 +871,7 @@ int vgpu_gr_isr(struct gk20a *g, struct tegra_vgpu_gr_intr_info *info)
871 wake_up(&ch->notifier_wq); 871 wake_up(&ch->notifier_wq);
872 break; 872 break;
873 case TEGRA_VGPU_GR_INTR_SEMAPHORE: 873 case TEGRA_VGPU_GR_INTR_SEMAPHORE:
874 gk20a_channel_post_event(ch); 874 wake_up_interruptible_all(&ch->semaphore_wq);
875 break; 875 break;
876 case TEGRA_VGPU_GR_INTR_SEMAPHORE_TIMEOUT: 876 case TEGRA_VGPU_GR_INTR_SEMAPHORE_TIMEOUT:
877 gk20a_set_error_notifier(ch, 877 gk20a_set_error_notifier(ch,