summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hw_gr_gp10b.h
diff options
context:
space:
mode:
authorThomas Fleury <tfleury@nvidia.com>2016-02-15 05:15:19 -0500
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:52:11 -0500
commitf7872bec493d285d1f8a2c0bda69d9247f932b27 (patch)
tree72341fde584fc596207ac708b3f9358348f2227f /drivers/gpu/nvgpu/gp10b/hw_gr_gp10b.h
parent9864f1b0773c079f4517f3bfadddd24b1d5859a6 (diff)
gpu: nvpgu: setup fecs_trace hal operations
bug 1648908 Change-Id: I630f74f09e0a4143f5028c88634b9793ec86b279 Signed-off-by: Thomas Fleury <tfleury@nvidia.com> Reviewed-on: http://git-master/r/1022730 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hw_gr_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hw_gr_gp10b.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hw_gr_gp10b.h b/drivers/gpu/nvgpu/gp10b/hw_gr_gp10b.h
index 62ac1327..26578bb5 100644
--- a/drivers/gpu/nvgpu/gp10b/hw_gr_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/hw_gr_gp10b.h
@@ -1094,6 +1094,10 @@ static inline u32 gr_fecs_method_push_adr_set_watchdog_timeout_f(void)
1094{ 1094{
1095 return 0x21; 1095 return 0x21;
1096} 1096}
1097static inline u32 gr_fecs_method_push_adr_write_timestamp_record_v(void)
1098{
1099 return 0x0000003d;
1100}
1097static inline u32 gr_fecs_method_push_adr_discover_preemption_image_size_v(void) 1101static inline u32 gr_fecs_method_push_adr_discover_preemption_image_size_v(void)
1098{ 1102{
1099 return 0x0000001a; 1103 return 0x0000001a;