The resource group limits for IPA v3.1 mistakenly used 6 bit wide mask
values, when the hardware actually uses 8. Out of range values were
silently ignored before, so the IPA worked as expected. However the
new generalised register definitions introduce stricter checking here,
they now cause some splats and result in the value 0 being written
instead. Fix the limit bitmask widths so that the correct values can be
written.
Fixes:
|
||
---|---|---|
.. | ||
ipa_reg-v3.1.c | ||
ipa_reg-v3.5.1.c | ||
ipa_reg-v4.2.c | ||
ipa_reg-v4.5.c | ||
ipa_reg-v4.9.c | ||
ipa_reg-v4.11.c |