@oibaf thanks, I reported it:
- https://gitlab.freedesktop.org/mesa/mesa/-/issues/1
(nice issue number by the way ☺️)
** Bug watch added: gitlab.freedesktop.org/mesa/mesa/-/issues #1
https://gitlab.freedesktop.org/mesa/mesa/-/issues/1
--
You received this bug notification becaus
I reproduce the bug with current Mesa
(d97427f41c1603db2f657b5d9c3f91a97f74b1c0) and LLVM 16.0.6. I don't know
if the bug is on drm side or on Mesa side.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://
I reproduce the same issue if I just do:
```
DRI_PRIME=1 glxinfo -B
name of display: :1
```
Which means the fault happens when using the AMD FirePro S7150, NOT the
AMD Radeon PRO W7600.
Maybe for some reasons Unigine Superposition tries to use all GPUs
available?
So, the bug is now easier to re
** Description changed:
When I run Unigine Superposition 1.1, it doesn't open any window and
dmesg is filled with:
```
[36881.961064] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Not enough memory for
command submission!
[36881.962579] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Not enough memo
In the log file you may see notice of some amdgpu-pro OpenCL components
like ROCm ROCr OpenCL or Legacy Orca OpenCL, there is no amdgpu-pro
OpenGL or dkms module installed though. Removing entirely the amdgpu-pro
OpenCL packages produce the same bug anyway. The contrary would have
been surprising s
Public bug reported:
When I run Unigine Superposition 1.1, it doesn't open any window and
dmesg is filled with:
```
[36881.961064] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Not enough memory for
command submission!
[36881.962579] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Not enough memory for
command
Public bug reported:
This can be verified with any OpenCL application that actually tries to
compute something (clinfo may not be enough).
A very simple application to reproduce the bug is cl-mem:
```
git clone https://github.com/nerdralph/cl-mem.git
cd cl-mem
make
./cl-mem
OpenCL build failed
I had noticed `pkg-config --list-all` is listing two udev packages,
`udev` and `libudev`. `pkg-config --libs udev` prints nothing but `pkg-
config --libs libudev` prints `-ludev`.
I had also noticed that the link command did not featured `-ludev`. I
also had tried to set compile/link flags to `-lu
Public bug reported:
When building Mesa vulkan drivers I get a lot of those error messages
and the build fails:
```
error: undefined symbol: udev_new
error: undefined symbol: udev_monitor_get_fd
error: undefined symbol: udev_monitor_new_from_netlink
error: undefined symbol: udev_monitor_receive_d
9 matches
Mail list logo