summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_gmmu_gv11b.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_gmmu_gv11b.h b/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_gmmu_gv11b.h
index c39cc2d8..0a442b1f 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_gmmu_gv11b.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/hw/gv11b/hw_gmmu_gv11b.h
@@ -1272,6 +1272,10 @@ static inline u32 gmmu_fault_type_unbound_inst_block_v(void)
1272{ 1272{
1273 return 0x00000004U; 1273 return 0x00000004U;
1274} 1274}
1275static inline u32 gmmu_fault_type_pte_v(void)
1276{
1277 return 0x00000002U;
1278}
1275static inline u32 gmmu_fault_mmu_eng_id_bar2_v(void) 1279static inline u32 gmmu_fault_mmu_eng_id_bar2_v(void)
1276{ 1280{
1277 return 0x00000005U; 1281 return 0x00000005U;