summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b
diff options
context:
space:
mode:
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;