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/gk20a/hw_gr_gk20a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/hw/gk20a/hw_gr_gk20a.h b/drivers/gpu/nvgpu/include/nvgpu/hw/gk20a/hw_gr_gk20a.h
index 455eef90..983f1cfe 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/hw/gk20a/hw_gr_gk20a.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/hw/gk20a/hw_gr_gk20a.h
@@ -186,6 +186,10 @@ static inline u32 gr_exception_ds_m(void)
186{ 186{
187 return 0x1 << 4; 187 return 0x1 << 4;
188} 188}
189static inline u32 gr_exception_sked_m(void)
190{
191 return 0x1 << 8;
192}
189static inline u32 gr_exception1_r(void) 193static inline u32 gr_exception1_r(void)
190{ 194{
191 return 0x00400118; 195 return 0x00400118;