Skip to content

radeonsi: fix reg_saved_mask for non graphics contexts

Karol Herbst requested to merge karolherbst/mesa:radeonsi/issue/10286 into main

radeonsi: fix reg_saved_mask for non graphics contexts

The old code used to clear the bits, the new one set it. It should have used BITSET_CLEAR_RANGE instead.

Closes: #10286 (closed)

Fixes: 17e01a9a ("radeonsi: merge context_reg_saved_mask and other_reg_saved_mask into a BITSET")

Merge request reports