summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Zhao <rizhao@nvidia.com>2018-05-31 19:08:05 -0400
committerTejal Kudav <tkudav@nvidia.com>2018-06-14 09:44:06 -0400
commitc5cf398b2aac7c725492033d02b1d9e778acd592 (patch)
tree7d17b9b07e02eba6ab205914738056065bd3bfb8
parent2318e66a59e4e25240513fe7d267fc63b7353a15 (diff)
gpu: nvgpu: vgpu: clean up nonstall isrs
It has moved to use TEGRA_VGPU_EVENT_SEMAPHORE_WAKEUP, removing legacy isrs. Jira EVLR-2696 Change-Id: Ie977bba59c0af8589989d872150c3f9b2080854a Signed-off-by: Richard Zhao <rizhao@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1736399 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Thomas Fleury <tfleury@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/vgpu/tegra_vgpu.h6
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/vgpu/vgpu.h6
-rw-r--r--drivers/gpu/nvgpu/vgpu/ce2_vgpu.c17
-rw-r--r--drivers/gpu/nvgpu/vgpu/fifo_vgpu.c17
-rw-r--r--drivers/gpu/nvgpu/vgpu/gr_vgpu.c17
-rw-r--r--drivers/gpu/nvgpu/vgpu/vgpu.c9
6 files changed, 0 insertions, 72 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/vgpu/tegra_vgpu.h b/drivers/gpu/nvgpu/include/nvgpu/vgpu/tegra_vgpu.h
index 4e6f2cd1..1e2f516f 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/vgpu/tegra_vgpu.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/vgpu/tegra_vgpu.h
@@ -667,9 +667,6 @@ enum {
667 TEGRA_VGPU_FIFO_INTR_PBDMA = 10, 667 TEGRA_VGPU_FIFO_INTR_PBDMA = 10,
668 TEGRA_VGPU_FIFO_INTR_CTXSW_TIMEOUT = 11, 668 TEGRA_VGPU_FIFO_INTR_CTXSW_TIMEOUT = 11,
669 TEGRA_VGPU_FIFO_INTR_MMU_FAULT = 12, 669 TEGRA_VGPU_FIFO_INTR_MMU_FAULT = 12,
670 TEGRA_VGPU_GR_NONSTALL_INTR_SEMAPHORE = 13,
671 TEGRA_VGPU_FIFO_NONSTALL_INTR_CHANNEL = 14,
672 TEGRA_VGPU_CE2_NONSTALL_INTR_NONBLOCKPIPE = 15,
673 TEGRA_VGPU_GR_INTR_SM_EXCEPTION = 16, 670 TEGRA_VGPU_GR_INTR_SM_EXCEPTION = 16,
674}; 671};
675 672
@@ -737,9 +734,6 @@ enum {
737 TEGRA_VGPU_INTR_GR = 0, 734 TEGRA_VGPU_INTR_GR = 0,
738 TEGRA_VGPU_INTR_FIFO = 1, 735 TEGRA_VGPU_INTR_FIFO = 1,
739 TEGRA_VGPU_INTR_CE2 = 2, 736 TEGRA_VGPU_INTR_CE2 = 2,
740 TEGRA_VGPU_NONSTALL_INTR_GR = 3,
741 TEGRA_VGPU_NONSTALL_INTR_FIFO = 4,
742 TEGRA_VGPU_NONSTALL_INTR_CE2 = 5,
743}; 737};
744 738
745enum { 739enum {
diff --git a/drivers/gpu/nvgpu/include/nvgpu/vgpu/vgpu.h b/drivers/gpu/nvgpu/include/nvgpu/vgpu/vgpu.h
index 046763dd..1e851b8e 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/vgpu/vgpu.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/vgpu/vgpu.h
@@ -76,8 +76,6 @@ int vgpu_init_hal(struct gk20a *g);
76int vgpu_get_constants(struct gk20a *g); 76int vgpu_get_constants(struct gk20a *g);
77u64 vgpu_bar1_map(struct gk20a *g, struct nvgpu_mem *mem); 77u64 vgpu_bar1_map(struct gk20a *g, struct nvgpu_mem *mem);
78int vgpu_gr_isr(struct gk20a *g, struct tegra_vgpu_gr_intr_info *info); 78int vgpu_gr_isr(struct gk20a *g, struct tegra_vgpu_gr_intr_info *info);
79int vgpu_gr_nonstall_isr(struct gk20a *g,
80 struct tegra_vgpu_gr_nonstall_intr_info *info);
81int vgpu_gr_alloc_gr_ctx(struct gk20a *g, 79int vgpu_gr_alloc_gr_ctx(struct gk20a *g,
82 struct nvgpu_gr_ctx *gr_ctx, 80 struct nvgpu_gr_ctx *gr_ctx,
83 struct vm_gk20a *vm, 81 struct vm_gk20a *vm,
@@ -89,10 +87,6 @@ void vgpu_gr_handle_sm_esr_event(struct gk20a *g,
89 struct tegra_vgpu_sm_esr_info *info); 87 struct tegra_vgpu_sm_esr_info *info);
90int vgpu_gr_init_ctx_state(struct gk20a *g); 88int vgpu_gr_init_ctx_state(struct gk20a *g);
91int vgpu_fifo_isr(struct gk20a *g, struct tegra_vgpu_fifo_intr_info *info); 89int vgpu_fifo_isr(struct gk20a *g, struct tegra_vgpu_fifo_intr_info *info);
92int vgpu_fifo_nonstall_isr(struct gk20a *g,
93 struct tegra_vgpu_fifo_nonstall_intr_info *info);
94int vgpu_ce2_nonstall_isr(struct gk20a *g,
95 struct tegra_vgpu_ce2_nonstall_intr_info *info);
96u32 vgpu_ce_get_num_pce(struct gk20a *g); 90u32 vgpu_ce_get_num_pce(struct gk20a *g);
97int vgpu_init_mm_support(struct gk20a *g); 91int vgpu_init_mm_support(struct gk20a *g);
98int vgpu_init_gr_support(struct gk20a *g); 92int vgpu_init_gr_support(struct gk20a *g);
diff --git a/drivers/gpu/nvgpu/vgpu/ce2_vgpu.c b/drivers/gpu/nvgpu/vgpu/ce2_vgpu.c
index 563c3a2b..aa3783b9 100644
--- a/drivers/gpu/nvgpu/vgpu/ce2_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/ce2_vgpu.c
@@ -27,23 +27,6 @@
27#include <nvgpu/bug.h> 27#include <nvgpu/bug.h>
28#include <nvgpu/vgpu/vgpu.h> 28#include <nvgpu/vgpu/vgpu.h>
29 29
30int vgpu_ce2_nonstall_isr(struct gk20a *g,
31 struct tegra_vgpu_ce2_nonstall_intr_info *info)
32{
33 nvgpu_log_fn(g, " ");
34
35 switch (info->type) {
36 case TEGRA_VGPU_CE2_NONSTALL_INTR_NONBLOCKPIPE:
37 g->ops.semaphore_wakeup(g, true);
38 break;
39 default:
40 WARN_ON(1);
41 break;
42 }
43
44 return 0;
45}
46
47u32 vgpu_ce_get_num_pce(struct gk20a *g) 30u32 vgpu_ce_get_num_pce(struct gk20a *g)
48{ 31{
49 struct vgpu_priv_data *priv = vgpu_get_priv_data(g); 32 struct vgpu_priv_data *priv = vgpu_get_priv_data(g);
diff --git a/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c b/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
index eb25cf3a..b0388fae 100644
--- a/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/fifo_vgpu.c
@@ -753,23 +753,6 @@ int vgpu_fifo_isr(struct gk20a *g, struct tegra_vgpu_fifo_intr_info *info)
753 return 0; 753 return 0;
754} 754}
755 755
756int vgpu_fifo_nonstall_isr(struct gk20a *g,
757 struct tegra_vgpu_fifo_nonstall_intr_info *info)
758{
759 nvgpu_log_fn(g, " ");
760
761 switch (info->type) {
762 case TEGRA_VGPU_FIFO_NONSTALL_INTR_CHANNEL:
763 g->ops.semaphore_wakeup(g, false);
764 break;
765 default:
766 WARN_ON(1);
767 break;
768 }
769
770 return 0;
771}
772
773u32 vgpu_fifo_default_timeslice_us(struct gk20a *g) 756u32 vgpu_fifo_default_timeslice_us(struct gk20a *g)
774{ 757{
775 struct vgpu_priv_data *priv = vgpu_get_priv_data(g); 758 struct vgpu_priv_data *priv = vgpu_get_priv_data(g);
diff --git a/drivers/gpu/nvgpu/vgpu/gr_vgpu.c b/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
index a512c36b..2ae615bf 100644
--- a/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/gr_vgpu.c
@@ -987,23 +987,6 @@ int vgpu_gr_isr(struct gk20a *g, struct tegra_vgpu_gr_intr_info *info)
987 return 0; 987 return 0;
988} 988}
989 989
990int vgpu_gr_nonstall_isr(struct gk20a *g,
991 struct tegra_vgpu_gr_nonstall_intr_info *info)
992{
993 nvgpu_log_fn(g, " ");
994
995 switch (info->type) {
996 case TEGRA_VGPU_GR_NONSTALL_INTR_SEMAPHORE:
997 g->ops.semaphore_wakeup(g, true);
998 break;
999 default:
1000 WARN_ON(1);
1001 break;
1002 }
1003
1004 return 0;
1005}
1006
1007int vgpu_gr_set_sm_debug_mode(struct gk20a *g, 990int vgpu_gr_set_sm_debug_mode(struct gk20a *g,
1008 struct channel_gk20a *ch, u64 sms, bool enable) 991 struct channel_gk20a *ch, u64 sms, bool enable)
1009{ 992{
diff --git a/drivers/gpu/nvgpu/vgpu/vgpu.c b/drivers/gpu/nvgpu/vgpu/vgpu.c
index 17e80cd7..2bdef427 100644
--- a/drivers/gpu/nvgpu/vgpu/vgpu.c
+++ b/drivers/gpu/nvgpu/vgpu/vgpu.c
@@ -164,17 +164,8 @@ int vgpu_intr_thread(void *dev_id)
164 case TEGRA_VGPU_EVENT_INTR: 164 case TEGRA_VGPU_EVENT_INTR:
165 if (msg->unit == TEGRA_VGPU_INTR_GR) 165 if (msg->unit == TEGRA_VGPU_INTR_GR)
166 vgpu_gr_isr(g, &msg->info.gr_intr); 166 vgpu_gr_isr(g, &msg->info.gr_intr);
167 else if (msg->unit == TEGRA_VGPU_NONSTALL_INTR_GR)
168 vgpu_gr_nonstall_isr(g,
169 &msg->info.gr_nonstall_intr);
170 else if (msg->unit == TEGRA_VGPU_INTR_FIFO) 167 else if (msg->unit == TEGRA_VGPU_INTR_FIFO)
171 vgpu_fifo_isr(g, &msg->info.fifo_intr); 168 vgpu_fifo_isr(g, &msg->info.fifo_intr);
172 else if (msg->unit == TEGRA_VGPU_NONSTALL_INTR_FIFO)
173 vgpu_fifo_nonstall_isr(g,
174 &msg->info.fifo_nonstall_intr);
175 else if (msg->unit == TEGRA_VGPU_NONSTALL_INTR_CE2)
176 vgpu_ce2_nonstall_isr(g,
177 &msg->info.ce2_nonstall_intr);
178 break; 169 break;
179#ifdef CONFIG_GK20A_CTXSW_TRACE 170#ifdef CONFIG_GK20A_CTXSW_TRACE
180 case TEGRA_VGPU_EVENT_FECS_TRACE: 171 case TEGRA_VGPU_EVENT_FECS_TRACE: