I have a setup with linux kernel 6.12 mesa3d 24.0.9 llvm 15.0.3 running on a AMD board OpenGL Vendor: AMD OpenGL Renderer: AMD Ryzen Embedded V1807B with Radeon Vega Gfx (radeonsi, raven, LLVM 15.0.3, DRM 3.61, 6.12.19) OpenGL Version: 4.6 (Core Profile) Mesa 24.0.9
I am having issues when running a game. I got this error amdgpu: The CS has been rejected (-2) in dmesg and the game stopped. The graphical stack seems to be working fine since I am able to run glmark2 without issue. I strace the game and found this iotctl call crashing `3185 ioctl(58, DRM_IOCTL_AMDGPU_CS, 0x7f0767af7ae0) = -1 ENOENT (No such file or directory)` `3185 write(2, "amdgpu: The CS has been rejected (-2).\n", 39) = 39` This same game was working properly with kernel 5.10 and mesa3d 21.1.1 any help or fix would be appreciated thank you Jee