summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hw_ctxsw_prog_gp10b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hw_ctxsw_prog_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hw_ctxsw_prog_gp10b.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hw_ctxsw_prog_gp10b.h b/drivers/gpu/nvgpu/gp10b/hw_ctxsw_prog_gp10b.h
index 3b97c9da..f358d405 100644
--- a/drivers/gpu/nvgpu/gp10b/hw_ctxsw_prog_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/hw_ctxsw_prog_gp10b.h
@@ -118,6 +118,22 @@ static inline u32 ctxsw_prog_main_image_num_save_ops_o(void)
118{ 118{
119 return 0x000000f4; 119 return 0x000000f4;
120} 120}
121static inline u32 ctxsw_prog_main_image_num_wfi_save_ops_o(void)
122{
123 return 0x000000d0;
124}
125static inline u32 ctxsw_prog_main_image_num_cta_save_ops_o(void)
126{
127 return 0x000000d4;
128}
129static inline u32 ctxsw_prog_main_image_num_gfxp_save_ops_o(void)
130{
131 return 0x000000d8;
132}
133static inline u32 ctxsw_prog_main_image_num_cilp_save_ops_o(void)
134{
135 return 0x000000dc;
136}
121static inline u32 ctxsw_prog_main_image_num_restore_ops_o(void) 137static inline u32 ctxsw_prog_main_image_num_restore_ops_o(void)
122{ 138{
123 return 0x000000f8; 139 return 0x000000f8;