summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gm20b/hw_trim_gm20b.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hw_trim_gm20b.h b/drivers/gpu/nvgpu/gm20b/hw_trim_gm20b.h
index bab9242c..e923e451 100644
--- a/drivers/gpu/nvgpu/gm20b/hw_trim_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/hw_trim_gm20b.h
@@ -318,6 +318,10 @@ static inline u32 trim_sys_gpcpll_cfg3_pll_stepb_m(void)
318{ 318{
319 return 0xff << 16; 319 return 0xff << 16;
320} 320}
321static inline u32 trim_sys_gpcpll_cfg3_dfs_testout_v(u32 r)
322{
323 return (r >> 24) & 0x7f;
324}
321static inline u32 trim_sys_gpcpll_dvfs0_r(void) 325static inline u32 trim_sys_gpcpll_dvfs0_r(void)
322{ 326{
323 return 0x00137010; 327 return 0x00137010;
@@ -470,6 +474,10 @@ static inline u32 trim_gpc_bcast_gpcpll_ndiv_slowdown_debug_pll_dynramp_done_syn
470{ 474{
471 return (r >> 24) & 0x1; 475 return (r >> 24) & 0x1;
472} 476}
477static inline u32 trim_gpc_bcast_gpcpll_dvfs2_r(void)
478{
479 return 0x00132820;
480}
473static inline u32 trim_sys_bypassctrl_r(void) 481static inline u32 trim_sys_bypassctrl_r(void)
474{ 482{
475 return 0x00137340; 483 return 0x00137340;