gpu: nvgpu: follow-up to update variable name

This patch modifies variable name to reflect correct intent.

Jira NVGPU-3858

Change-Id: I9fe208e4e5627085bb0dd0a41fb5e5266c5713b0
Signed-off-by: Vedashree Vidwans <vvidwans@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2168624
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com>
Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Vedashree Vidwans
2019-08-05 13:03:36 -07:00
committed by mobile promotions
parent 09f7dd7fdd
commit 6baf9fce31

View File

@@ -342,10 +342,10 @@ static u32 gp10b_get_pde0_pgsz(struct gk20a *g, const struct gk20a_mmu_level *l,
(gmmu_new_dual_pde_aperture_small_sys_mem_ncoh_f() |
gmmu_new_dual_pde_aperture_small_sys_mem_coh_f() |
gmmu_new_dual_pde_aperture_small_video_memory_f())) != 0U) {
u32 new_pde_addr_big_sys =
u32 new_pde_addr_small_sys =
gmmu_new_dual_pde_address_small_sys_f(~U32(0U));
u64 addr = ((U64(pde_v[3]) << U64(32)) |
(U64(pde_v[2]) & U64(new_pde_addr_big_sys))) <<
(U64(pde_v[2]) & U64(new_pde_addr_small_sys))) <<
U64(gmmu_new_dual_pde_address_shift_v());
if (addr != 0ULL) {