Skip to content

anv: Drop warnings for engine initialization failure

Sagar Ghuge requested to merge sagarghuge/mesa:review/drop_warnings into main

What does this MR do and why?

We don't have to spit out warnings for the end users. For compute if we
fail to initialize, we are falling back to render for compute operation,

Anyway end-user applications can query what the engines/queues are
supported based on that they can choose to use a specific queue.
Edited by Sagar Ghuge

Merge request reports