Originally Posted by Mrk200
Coolest, there may not be a need to write that register. If there is, then obviously it won't work since it is read only.
What I'm thinking is read the contents of FIDVID_STATUS, OR or XOR it depending on what max multi you want, and store the result in a generic register that is unused and can be written to. Then where ever FIDVID_STATUS is read, just make sure it reading from the address of the new register, and not the address of the FIDVID_STATUS
This should work on the software side, but I'm not sure how AMD designed the hardware side. If the multis are locked by hardware which also reads the FIDVID_STATUS, then again this won't work.