c298048035ab0f0b26c55113c01cdf9ac1ea8287
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]
Description
No description provided
Languages
C++
67.5%
C
20.6%
Python
6.6%
CMake
3.4%
Shell
0.6%
Other
1.1%