Skip to content

nvk: Simplify mme build function argument.

We do not need the full nvk_device struct for the mme builder functions, just the nv_device_info is enough. That way, when we run mme builder tests we do not need to initialize a device struct.

Merge request reports