mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 19:30:26 +01:00
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:
parent
b7f177ceae
commit
797b25e43d
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue