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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gr_vgpu.c b/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
index 835351c4..373dfd56 100644
--- a/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
@@ -15,6 +15,7 @@
15 15
16#include "vgpu/vgpu.h" 16#include "vgpu/vgpu.h"
17#include "gk20a/hw_gr_gk20a.h" 17#include "gk20a/hw_gr_gk20a.h"
18#include "gk20a/dbg_gpu_gk20a.h"
18 19
19static int vgpu_gr_commit_inst(struct channel_gk20a *c, u64 gpu_va) 20static int vgpu_gr_commit_inst(struct channel_gk20a *c, u64 gpu_va)
20{ 21{
@@ -900,6 +901,9 @@ int vgpu_gr_isr(struct gk20a *g, struct tegra_vgpu_gr_intr_info *info)
900 gk20a_set_error_notifier(ch, 901 gk20a_set_error_notifier(ch,
901 NVGPU_CHANNEL_GR_ERROR_SW_NOTIFY); 902 NVGPU_CHANNEL_GR_ERROR_SW_NOTIFY);
902 break; 903 break;
904 case TEGRA_VGPU_GR_INTR_SM_EXCEPTION:
905 gk20a_dbg_gpu_post_events(ch);
906 break;
903 default: 907 default:
904 WARN_ON(1); 908 WARN_ON(1);
905 break; 909 break;