mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: update PT lvl array to six levels
Increase the size of page table level array to index six levels. Jira NVGPU-9760 Change-Id: I482639fd028ecd504ee8bc313c39f3bd710e81a9 Signed-off-by: Prathap Kumar Valsan <prathapk@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2868918 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: Seema Khowala <seemaj@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
c6d5fb348c
commit
d0ed86ab1e
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017-2022, NVIDIA CORPORATION. All rights reserved.
|
* Copyright (c) 2017-2023, NVIDIA CORPORATION. All rights reserved.
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
@@ -482,6 +482,7 @@ static int nvgpu_set_pd_level(struct vm_gk20a *vm,
|
|||||||
" ", /* L=2 */
|
" ", /* L=2 */
|
||||||
" ", /* L=3 */
|
" ", /* L=3 */
|
||||||
" ", /* L=4 */
|
" ", /* L=4 */
|
||||||
|
" ",/* L=5 */
|
||||||
};
|
};
|
||||||
|
|
||||||
nvgpu_gmmu_dbg_v(g, attrs,
|
nvgpu_gmmu_dbg_v(g, attrs,
|
||||||
|
|||||||
Reference in New Issue
Block a user