Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FYI] Adreno 7xx-blob bug #291

Closed
thejudge156 opened this issue Aug 18, 2024 · 10 comments
Closed

[FYI] Adreno 7xx-blob bug #291

thejudge156 opened this issue Aug 18, 2024 · 10 comments
Labels
bug Something isn't working

Comments

@thejudge156
Copy link

thejudge156 commented Aug 18, 2024

Describe the bug

Howdy,

I work on QuestCraft. We were made aware of your repo recently and peeked at your Zink stuff. Good job!

This is less of a bug and more a “for your information” report. Basically on Adreno <750 if a certain flag isnt set the same between both drivers, (such as Turnip and Qualcomm), the Android UI flickers due to a bug in the blob.

Here is the chunk of code that fixed Q3 behavior on 740v3,
envMap.put("FD_DEV_FEATURES", "enable_tp_ubwc_flag_hint=1");

References:
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29358#note_2453178
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29754

The log file and images/videos

N/A

Steps To Reproduce

N/A

Expected Behavior

N/A

Platform

N/A

Anything else?

A suggested fix is to find what driver version a phone is and set the environment variable as such, I dont have that data unfortunately.

@thejudge156 thejudge156 added the bug Something isn't working label Aug 18, 2024
@thejudge156 thejudge156 changed the title [FYI] Adreno 740-blob bug [FYI] Adreno 7xx-blob bug Aug 18, 2024
@Vera-Firefly
Copy link
Owner

Okay, I got it. I'll add it separately

Vera-Firefly added a commit that referenced this issue Sep 21, 2024
@Vera-Firefly
Copy link
Owner

@ALADIT20
Copy link

in my phone, when i use zink renderer the ui lobby black(do not appear), the other renderer was fine

@Vera-Firefly
Copy link
Owner

in my phone, when i use zink renderer the ui lobby black(do not appear), the other renderer was fine

This issues only for Adreno740
If you are another device, please provide log file

@ALADIT20
Copy link

latestlog.zip

@ALADIT20
Copy link

I don't know where to send it because it's my first time using github, the device I'm using is poco F6, Snapdragon 8s gen 3 and adreno 735

@Vera-Firefly
Copy link
Owner

I don't know where to send it because it's my first time using github, the device I'm using is poco F6, Snapdragon 8s gen 3 and adreno 735

I see you set POJAV_ZINK_PREFER_SYSTEM_DRIVER=1
Attempt to turn off "Allow Zink to use system Vulkan driver"
1726912552257

@ALADIT20
Copy link

thanks its work now, when i use playstore version before it was crash when turn off

@Vera-Firefly
Copy link
Owner

Vera-Firefly commented Sep 21, 2024

thanks its work now, when i use playstore version before it was crash when turn off

"Pojav Glow·Worm" is not original content, it's another modifiled launcher, and it's not released in the Playstore, only on Github

@ALADIT20
Copy link

ALADIT20 commented Sep 21, 2024

"Pojav Glow·Worm" is not original content, it's another modifiled launcher, and it's not released in the Playstore, only on Github

oh i just found out, i just tried it and in other pojavs it crashed, only this one worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants