summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/hw/gp106/hw_xve_gp106.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/hw/gp106/hw_xve_gp106.h b/drivers/gpu/nvgpu/include/nvgpu/hw/gp106/hw_xve_gp106.h
index bfcb4883..c6e9a654 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/hw/gp106/hw_xve_gp106.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/hw/gp106/hw_xve_gp106.h
@@ -194,4 +194,9 @@ static inline u32 xve_reset_clock_counter_val_v(u32 r)
194{ 194{
195 return (r >> 17) & 0x7ff; 195 return (r >> 17) & 0x7ff;
196} 196}
197static inline u32 xve_cya_2_r(void)
198{
199 return 0x00000704;
200}
201
197#endif 202#endif