summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2014-08-21 03:39:14 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:10:59 -0400
commit154360e1a2f1472f21f5eb79e36d6f2a4d5c4923 (patch)
treee6f25f862a1f432db13ccc41c3063e6096c7a878 /drivers/gpu/nvgpu/gk20a/gk20a.h
parent6ea0934dd74cc61bb5f039493df567ec3a4f8b22 (diff)
gpu: nvgpu: Set PB timeout only in gk20a
PB timeout has been removed in gm20b, so write it only in gk20a. Change-Id: I2aab92fe7d1d5de151dad768f8b3f6901ec0bbb0 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/486358 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Tested-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: Kevin Huang (Eng-SW) <kevinh@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 730ef43e..a1080f0b 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -150,6 +150,7 @@ struct gpu_ops {
150 void (*bind_channel)(struct channel_gk20a *ch_gk20a); 150 void (*bind_channel)(struct channel_gk20a *ch_gk20a);
151 void (*trigger_mmu_fault)(struct gk20a *g, 151 void (*trigger_mmu_fault)(struct gk20a *g,
152 unsigned long engine_ids); 152 unsigned long engine_ids);
153 void (*apply_pb_timeout)(struct gk20a *g);
153 } fifo; 154 } fifo;
154 struct pmu_v { 155 struct pmu_v {
155 /*used for change of enum zbc update cmd id from ver 0 to ver1*/ 156 /*used for change of enum zbc update cmd id from ver 0 to ver1*/