diff --git a/.pick_status.json b/.pick_status.json index 2906903a259..7bd10c5339d 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -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 diff --git a/src/nouveau/nil/image.rs b/src/nouveau/nil/image.rs index ebcc3bf13f5..be9fcdd28a0 100644 --- a/src/nouveau/nil/image.rs +++ b/src/nouveau/nil/image.rs @@ -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()