nvk/nil: don't ask for compressed image kind
These need special kernel handling around the mmu, avoid asking for them, nvidia don't seem to use them with gsp either yet. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
@@ -438,7 +438,7 @@ nil_image_init(struct nv_device_info *dev,
|
||||
|
||||
if (!(info->usage & NIL_IMAGE_USAGE_LINEAR_BIT)) {
|
||||
image->pte_kind = nil_choose_pte_kind(dev, info->format, info->samples,
|
||||
true /* TODO: compressed */);
|
||||
false /* TODO: compressed */);
|
||||
}
|
||||
|
||||
image->align_B = MAX2(image->align_B, 4096);
|
||||
|
||||
Reference in New Issue
Block a user