Skip to content

anv: look into batch bo reloc list looking for BOs to decode

What does this MR do and why?

While decoding batches on DG2, I noticed some of the surface states are not being decoded.

Turns out since we moved to direct descriptors, the surface states are not in the state pools, but instead in their own BOs. We need to inspect the reloc lists to find them.

Merge request reports