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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hw_gr_gm20b.h b/drivers/gpu/nvgpu/gm20b/hw_gr_gm20b.h
index 696f518c..6357b372 100644
--- a/drivers/gpu/nvgpu/gm20b/hw_gr_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/hw_gr_gm20b.h
@@ -3562,6 +3562,11 @@ static inline u32 gr_gpcs_pri_mmu_ctrl_use_pdb_big_page_size_m(void)
3562{ 3562{
3563 return 0x1 << 11; 3563 return 0x1 << 11;
3564} 3564}
3565static inline u32 gr_gpcs_pri_mmu_ctrl_use_full_comp_tag_line_m(void)
3566{
3567 return 0x1 << 12;
3568}
3569
3565static inline u32 gr_gpcs_pri_mmu_ctrl_vol_fault_m(void) 3570static inline u32 gr_gpcs_pri_mmu_ctrl_vol_fault_m(void)
3566{ 3571{
3567 return 0x1 << 1; 3572 return 0x1 << 1;