summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2016-04-01 19:11:14 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2016-04-13 16:13:26 -0400
commit00775cafab4b86234347bffd05b8ad262db11b2f (patch)
tree60e8adeb38b1cb4e28629990d35c99163dbee9e5 /drivers/gpu/nvgpu/gk20a/gk20a.h
parent9b5427da37161c350d28a821652f2bb84bca360f (diff)
gpu: nvgpu: Support GPUs with only one interrupt line
Not all GPUs have stalling and non-stalling interrupt. Support ones with just one interrupt line. Change-Id: I0f1e8faa5b353b8d1b10691375bd853152379a3a Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1120470 GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index fb149f56..0887ab5e 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -663,7 +663,7 @@ struct gk20a {
663 663
664 struct gpu_ops ops; 664 struct gpu_ops ops;
665 665
666 int irq_stall; 666 int irq_stall; /* can be same as irq_nonstall in case of PCI */
667 int irq_nonstall; 667 int irq_nonstall;
668 u32 max_ltc_count; 668 u32 max_ltc_count;
669 u32 ltc_count; 669 u32 ltc_count;