570.86.15

This commit is contained in:
Bernhard Stoeckner
2025-01-27 19:36:56 +01:00
parent 9d0b0414a5
commit 54d69484da
1166 changed files with 318863 additions and 182687 deletions

View File

@@ -54,6 +54,10 @@ static NvU32 page_table_depth_hopper(NvU64 page_size)
return 4;
else if (page_size == UVM_PAGE_SIZE_512M)
return 3;
UVM_ASSERT((page_size == UVM_PAGE_SIZE_4K) || (page_size == UVM_PAGE_SIZE_64K) ||
(page_size == UVM_PAGE_SIZE_DEFAULT));
return 5;
}