summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hw_gr_gm20b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hw_gr_gm20b.h')
-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 11605deb..2fea4e8c 100644
--- a/drivers/gpu/nvgpu/gm20b/hw_gr_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/hw_gr_gm20b.h
@@ -170,6 +170,10 @@ static inline u32 gr_exception_memfmt_m(void)
170{ 170{
171 return 0x1 << 1; 171 return 0x1 << 1;
172} 172}
173static inline u32 gr_exception_ds_m(void)
174{
175 return 0x1 << 4;
176}
173static inline u32 gr_exception1_r(void) 177static inline u32 gr_exception1_r(void)
174{ 178{
175 return 0x00400118; 179 return 0x00400118;