nil: Default to NV_MMU_PTE_KIND_GENERIC_MEMORY on Turing+

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24795>
(cherry picked from commit b7773f96f9)
This commit is contained in:
Faith Ekstrand 2024-05-03 13:00:18 -05:00 committed by Eric Engestrom
parent b7f177ceae
commit 797b25e43d
2 changed files with 2 additions and 2 deletions

View file

@ -1544,7 +1544,7 @@
"description": "nil: Default to NV_MMU_PTE_KIND_GENERIC_MEMORY on Turing+",
"nominated": false,
"nomination_type": 3,
"resolution": 4,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -544,7 +544,7 @@ impl Image {
NV_MMU_PTE_KIND_S8
}
}
_ => NV_MMU_PTE_KIND_PITCH,
_ => NV_MMU_PTE_KIND_GENERIC_MEMORY,
}
.try_into()
.unwrap()