mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
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:
parent
c3a0483f5b
commit
c1ffd0a037
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue