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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hw_gr_gm20b.h b/drivers/gpu/nvgpu/gm20b/hw_gr_gm20b.h
index 714ceb16..23b5226a 100644
--- a/drivers/gpu/nvgpu/gm20b/hw_gr_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/hw_gr_gm20b.h
@@ -718,6 +718,10 @@ static inline u32 gr_fecs_method_push_adr_set_watchdog_timeout_f(void)
718{ 718{
719 return 0x21; 719 return 0x21;
720} 720}
721static inline u32 gr_fecs_method_push_adr_halt_pipeline_v(void)
722{
723 return 0x00000004;
724}
721static inline u32 gr_fecs_host_int_status_r(void) 725static inline u32 gr_fecs_host_int_status_r(void)
722{ 726{
723 return 0x00409c18; 727 return 0x00409c18;
@@ -1302,6 +1306,10 @@ static inline u32 gr_ds_zbc_color_fmt_val_rf32_gf32_bf32_af32_v(void)
1302{ 1306{
1303 return 0x00000004; 1307 return 0x00000004;
1304} 1308}
1309static inline u32 gr_ds_zbc_color_fmt_val_a8_b8_g8_r8_v(void)
1310{
1311 return 0x00000028;
1312}
1305static inline u32 gr_ds_zbc_z_r(void) 1313static inline u32 gr_ds_zbc_z_r(void)
1306{ 1314{
1307 return 0x00405818; 1315 return 0x00405818;