summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include/nvgpu/hw/gv100/hw_fb_gv100.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include/nvgpu/hw/gv100/hw_fb_gv100.h')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/hw/gv100/hw_fb_gv100.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/hw/gv100/hw_fb_gv100.h b/drivers/gpu/nvgpu/include/nvgpu/hw/gv100/hw_fb_gv100.h
index 0f6a742e..80ff5dc2 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/hw/gv100/hw_fb_gv100.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/hw/gv100/hw_fb_gv100.h
@@ -152,18 +152,6 @@ static inline u32 fb_mmu_ctrl_pri_fifo_space_v(u32 r)
152{ 152{
153 return (r >> 16U) & 0xffU; 153 return (r >> 16U) & 0xffU;
154} 154}
155static inline u32 fb_mmu_ctrl_use_pdb_big_page_size_v(u32 r)
156{
157 return (r >> 11U) & 0x1U;
158}
159static inline u32 fb_mmu_ctrl_use_pdb_big_page_size_true_f(void)
160{
161 return 0x800U;
162}
163static inline u32 fb_mmu_ctrl_use_pdb_big_page_size_false_f(void)
164{
165 return 0x0U;
166}
167static inline u32 fb_mmu_ctrl_atomic_capability_mode_f(u32 v) 155static inline u32 fb_mmu_ctrl_atomic_capability_mode_f(u32 v)
168{ 156{
169 return (v & 0x3U) << 24U; 157 return (v & 0x3U) << 24U;