Skip to content

anv: fix assert in memory budget code when extension is not supported

Lionel Landwerlin requested to merge llandwerlin/mesa:review/anv-budget-fix into main

First we should only support the extension if we can support reporting on all the heaps.

Second we should not run any query code if the extension is not supported.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Fixes: fae88d87 ("anv: make use of the new smallbar uAPI")

Merge request reports