xMeM / vulkan-wsi-layer

Other
18 stars 4 forks source link

"mesa-vulkan-icd-wrapper" issues Reporting 2024-11-14 (GPU : Qualcomm Adreno 750) #32

Open hansm629 opened 4 days ago

hansm629 commented 4 days ago

@xMeM From now on, I will report only Vulkan related issues and DXVK related issues in new issue reports. 🙂 (For Zink related issues, I am considering gathering symptoms occurring across all GPUs and reporting them all at once if necessary.)

https://github.com/xMeM/termux-packages/actions/runs/11801252552

Termux-info

``` Termux Variables: TERMUX_API_VERSION=0.50.1 TERMUX_APK_RELEASE=GITHUB TERMUX_APP_PACKAGE_MANAGER=apt TERMUX_APP_PID=9034 TERMUX_IS_DEBUGGABLE_BUILD=1 TERMUX_MAIN_PACKAGE_FORMAT=debian TERMUX_VERSION=0.118.1 TERMUX__USER_ID=0 Packages CPU architecture: aarch64 Subscribed repositories: # sources.list deb https://mirrors.de.sahilister.net/termux/termux-main stable main # tur-repo (sources.list.d/tur.list) deb https://tur.kcubeterm.com tur-packages tur tur-on-device tur-continuous # x11-repo (sources.list.d/x11.list) deb https://packages-cf.termux.dev/apt/termux-x11/ x11 main Updatable packages: python-pip/stable 24.3.1 all [upgradable from: 24.3] termux-tools version: 1.44.2 Android version: 14 Kernel build information: Linux localhost 6.1.57-android14-11-29543898-abS928NKSS3AXJ1 #1 SMP PREEMPT Wed Oct 2 02:37:30 UTC 2024 aarch64 Android Device manufacturer: samsung Device model: SM-S928N LD Variables: LD_LIBRARY_PATH= LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so Installed termux plugins: com.termux.widget versionCode:13 com.termux.x11 versionCode:14 com.termux.api versionCode:51 ```

issue list

1. clvk not work issue

Since the latest version, running the clinfo command results in the OpenCL is not working.

This issue does not occur on the Adreno 740 GPU and seems to be affecting only the Adreno 750 GPU.

~$ clinfo
MESA: error: ../src/src/vulkan/wrapper/wrapper_device.c:193: VK_ERROR_NOT_PERMITTED_KHR
[CLVK] Could not initialise any device!
hansm629 commented 8 hours ago

@xMeM https://github.com/xMeM/termux-packages/actions/runs/11887619868 mesa-vulkan-icd-wrapper-dbg_24.2.5-9_aarch64.deb

The issue where clvk does not work on the Adreno 750 GPU still persists in the latest version.

~$ clinfo
MESA: error: ../src/src/vulkan/wrapper/wrapper_device.c:194: VK_ERROR_NOT_PERMITTED_KHR
[CLVK] Could not initialise any device!