summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hw_gmmu_gm20b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hw_gmmu_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hw_gmmu_gm20b.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hw_gmmu_gm20b.h b/drivers/gpu/nvgpu/gm20b/hw_gmmu_gm20b.h
index e10ce9c8..250bb565 100644
--- a/drivers/gpu/nvgpu/gm20b/hw_gmmu_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/hw_gmmu_gm20b.h
@@ -138,6 +138,10 @@ static inline u32 gmmu_pte_valid_w(void)
138{ 138{
139 return 0; 139 return 0;
140} 140}
141static inline u32 gmmu_pte_valid_false_f(void)
142{
143 return 0x0;
144}
141static inline u32 gmmu_pte_valid_true_f(void) 145static inline u32 gmmu_pte_valid_true_f(void)
142{ 146{
143 return 0x1; 147 return 0x1;