summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hw_fb_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hw_fb_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/gp106/hw_fb_gp106.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hw_fb_gp106.h b/drivers/gpu/nvgpu/gp106/hw_fb_gp106.h
index 19d88464..519679f5 100644
--- a/drivers/gpu/nvgpu/gp106/hw_fb_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/hw_fb_gp106.h
@@ -602,4 +602,8 @@ static inline u32 fb_niso_scrub_status_flag_v(u32 r)
602{ 602{
603 return (r >> 0) & 0x1; 603 return (r >> 0) & 0x1;
604} 604}
605static inline u32 fb_fbpa_fbio_iref_byte_rx_ctrl_r(void)
606{
607 return 0x009a0eb0;
608}
605#endif 609#endif