From cc30ac4395809580d3d7ad9b3b6ac4aea099f9ec Mon Sep 17 00:00:00 2001 From: Seshendra Gadagottu Date: Fri, 25 Jul 2014 11:49:04 -0700 Subject: gpu: nvgpu: gm20b: update gpu headers Keep gm20b headers upto date with script output Change-Id: I0916df7c43616b1d9231436a512290c2fa901d64 Signed-off-by: Seshendra Gadagottu Reviewed-on: http://git-master/r/447725 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Bo Yan --- drivers/gpu/nvgpu/gm20b/hw_gmmu_gm20b.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'drivers/gpu/nvgpu/gm20b/hw_gmmu_gm20b.h') 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) { return 0; } -static inline u32 gmmu_pte_valid_false_f(void) -{ - return 0x0; -} static inline u32 gmmu_pte_valid_true_f(void) { return 0x1; } +static inline u32 gmmu_pte_valid_false_f(void) +{ + return 0x0; +} static inline u32 gmmu_pte_address_sys_f(u32 v) { return (v & 0xfffffff) << 4; -- cgit v1.2.2