mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 20:24:30 +08:00
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:
parent
8043e8c4a6
commit
2ac78b5096
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user