summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2015-10-07 17:52:05 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2015-10-20 17:03:52 -0400
commit9165427ef7bb0d303a37214a3f4e68efebaf1418 (patch)
treed832767f766749422f0fda7ea6d960c68d6539ee /drivers/gpu/nvgpu/gm20b
parentfd97ed15d6a5285f59ca37dba8086f7a2780d3af (diff)
gpu: nvgpu: Hard code FE_GO_IDLE_TIMEOUT
Always use the PROD value for FE_GO_IDLE_TIMEOUT. Change-Id: I455c03ae07b35a8999cd0995e458c421a10e7ca2 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/813958
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hw_gr_gm20b.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hw_gr_gm20b.h b/drivers/gpu/nvgpu/gm20b/hw_gr_gm20b.h
index 2fea4e8c..d91d40af 100644
--- a/drivers/gpu/nvgpu/gm20b/hw_gr_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/hw_gr_gm20b.h
@@ -522,6 +522,10 @@ static inline u32 gr_fe_go_idle_timeout_count_disabled_f(void)
522{ 522{
523 return 0x0; 523 return 0x0;
524} 524}
525static inline u32 gr_fe_go_idle_timeout_count_prod_f(void)
526{
527 return 0x800;
528}
525static inline u32 gr_fe_object_table_r(u32 i) 529static inline u32 gr_fe_object_table_r(u32 i)
526{ 530{
527 return 0x00404200 + i*4; 531 return 0x00404200 + i*4;