summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hw_gmmu_gm20b.h
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2014-07-25 14:49:04 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:10:37 -0400
commitcc30ac4395809580d3d7ad9b3b6ac4aea099f9ec (patch)
treebf16063ada96a8f3967deaf1f35d876e09331a0d /drivers/gpu/nvgpu/gm20b/hw_gmmu_gm20b.h
parent1954c2ae8736cdef8e423be05dab48d64ac131d8 (diff)
gpu: nvgpu: gm20b: update gpu headers
Keep gm20b headers upto date with script output Change-Id: I0916df7c43616b1d9231436a512290c2fa901d64 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/447725 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Bo Yan <byan@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hw_gmmu_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hw_gmmu_gm20b.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hw_gmmu_gm20b.h b/drivers/gpu/nvgpu/gm20b/hw_gmmu_gm20b.h
index 250bb565..9a1c0e71 100644
--- a/drivers/gpu/nvgpu/gm20b/hw_gmmu_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/hw_gmmu_gm20b.h
@@ -138,14 +138,14 @@ 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}
145static inline u32 gmmu_pte_valid_true_f(void) 141static inline u32 gmmu_pte_valid_true_f(void)
146{ 142{
147 return 0x1; 143 return 0x1;
148} 144}
145static inline u32 gmmu_pte_valid_false_f(void)
146{
147 return 0x0;
148}
149static inline u32 gmmu_pte_address_sys_f(u32 v) 149static inline u32 gmmu_pte_address_sys_f(u32 v)
150{ 150{
151 return (v & 0xfffffff) << 4; 151 return (v & 0xfffffff) << 4;