anv: Enable blitter engine unconditionally on ACM+

Signed-off-by: Sagar Ghuge <sagar.ghuge@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26703>
This commit is contained in:
Sagar Ghuge 2023-12-14 10:51:00 -08:00 committed by Marge Bot
parent 8043e8c4a6
commit 2ac78b5096

View File

@ -2012,7 +2012,7 @@ anv_physical_device_init_queue_families(struct anv_physical_device *pdevice)
c_count < 1 ? INTEL_ENGINE_CLASS_RENDER : INTEL_ENGINE_CLASS_COMPUTE;
int blit_count = 0;
if (debug_get_bool_option("INTEL_COPY_CLASS", false) &&
if (debug_get_bool_option("INTEL_COPY_CLASS", true) &&
pdevice->info.verx10 >= 125) {
if (!can_use_non_render_engines)
mesa_logw("cannot initialize blitter engine");