summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/hw_ctxsw_prog_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/hw_ctxsw_prog_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/hw_ctxsw_prog_gk20a.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/hw_ctxsw_prog_gk20a.h b/drivers/gpu/nvgpu/gk20a/hw_ctxsw_prog_gk20a.h
index 08834557..81293403 100644
--- a/drivers/gpu/nvgpu/gk20a/hw_ctxsw_prog_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/hw_ctxsw_prog_gk20a.h
@@ -62,6 +62,10 @@ static inline u32 ctxsw_prog_main_image_patch_count_o(void)
62{ 62{
63 return 0x00000010; 63 return 0x00000010;
64} 64}
65static inline u32 ctxsw_prog_main_image_context_id_o(void)
66{
67 return 0x000000f0;
68}
65static inline u32 ctxsw_prog_main_image_patch_adr_lo_o(void) 69static inline u32 ctxsw_prog_main_image_patch_adr_lo_o(void)
66{ 70{
67 return 0x00000014; 71 return 0x00000014;
@@ -246,10 +250,6 @@ static inline u32 ctxsw_prog_main_image_misc_options_verif_features_disabled_f(v
246{ 250{
247 return 0x0; 251 return 0x0;
248} 252}
249static inline u32 ctxsw_prog_main_image_context_id_o(void)
250{
251 return 0x000000f0;
252}
253static inline u32 ctxsw_prog_main_image_context_timestamp_buffer_control_o(void) 253static inline u32 ctxsw_prog_main_image_context_timestamp_buffer_control_o(void)
254{ 254{
255 return 0x000000ac; 255 return 0x000000ac;