anv/drirc: Extend option to disable FCV optimization to ARL

Ref: 01046cd6ad ("anv/drirc: add option to disable FCV optimization")
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27352>
This commit is contained in:
Jordan Justen 2024-02-01 18:23:10 -08:00 committed by Marge Bot
parent c3a0483f5b
commit c1ffd0a037

View file

@ -2241,7 +2241,7 @@ anv_physical_device_try_create(struct vk_instance *vk_instance,
device->flush_astc_ldr_void_extent_denorms =
device->has_astc_ldr && !device->emu_astc_ldr;
}
device->disable_fcv = intel_device_info_is_mtl(&device->info) ||
device->disable_fcv = intel_device_info_is_mtl_or_arl(&device->info) ||
instance->disable_fcv;
result = anv_physical_device_init_heaps(device, fd);