Skip to content

anv: don't try to access dynamic buffers from surface states

What does this MR do and why?

anv: don't try to access dynamic buffers from surface states

Even with direct descriptors, our current implementation works by doing A64 messages to read/write dynamic buffers. This is so that we can apply the sliding range view of the descriptor while having robustness support.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Fixes: 06dfd216 ("anv: add direct descriptor support to apply_layout")

/cc @mslusarz : should fix your cadscene issue

Merge request reports