mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue