Skip to content

anv: queueFlags for a transfer queue may have more flags

Ivan Briano requested to merge ibriano/mesa:blitter_check into main

What does this MR do and why?

anv: queueFlags for a transfer queue may have more flags

We want to check that if we are sending commands to the blitter, we are
really on a transfer-only queue, so just checking that the transfer bit
is set is not enough, but we can't just check for equality because there
may be other flags set, like sparse or protected.

Fixes: 17b8b2cffdb ("anv: Add support for a transfer queue on Alchemist")

Merge request reports