c298048035
This patch and the previous made it such that the queue ring buffer was allocated as non-paged for GFX11+. The queue ring buffer should not be mapped as non-paged; the non-paged requirement on GFX11 is only needed for the queue wptr. This patch was causing issues on various tests, such as intermittent CP_INTSRC_BAD_OPCODE interrupts. This reverts commit92a336d485. Signed-off-by: Graham Sider <Graham.Sider@amd.com> Change-Id: I55b64aed73dc3b792f0756ae00daf6e10d93ce10 [ROCm/ROCR-Runtime commit:0750856d4a]