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

System Info : Detect info on new processor on Android #10620

Open
zminhquanz opened this issue Feb 17, 2018 · 11 comments
Open

System Info : Detect info on new processor on Android #10620

zminhquanz opened this issue Feb 17, 2018 · 11 comments

Comments

@zminhquanz
Copy link
Contributor

For example : Exynos 8890 , Qualcomm Snapdragon 820 , etc . With big.Little Architecture detect and at present , CPU Extensions detect on processor i mention above is missing and wrong , it's detect 64 bit , NEON , that's all

@unknownbrackets
Copy link
Collaborator

I think we don't need to detect big.LITTLE as a feature because it's not really something we can interact with.

That said, it might be worthwhile to detect when we have an "8 core" device that uses a max of 4 cores, so that we only run 4 worker threads in places where we use that number. That said, I'm not sure how to reliably detect when they are dedicated slow cores or when all cores can actually be active at once.

-[Unknown]

@unknownbrackets
Copy link
Collaborator

Supposedly this works, but very possibly not on all devices and it might be misleading anyway as noted above:

https://twitter.com/tomcr2100/status/1005045600742789121

-[Unknown]

@ghost
Copy link

ghost commented Aug 9, 2021

@zminhquanz ppsspp detecting my xiaomi redmi 9 unknown :(
Screenshot_2021-08-09-09-31-23-900_org ppsspp ppsspp

@takeshineale128
Copy link

Also getting the same issue on the Mi11 (Snapdragon 888 CPU)
Screenshot_2021-08-09-04-01-24-587_org ppsspp ppsspp

@ghost
Copy link

ghost commented Aug 9, 2021

Also same on my RN9 MIUI 12.5.1 😅
Screenshot_2021-08-09-12-29-34-101_org ppsspp ppsspp

@hrydgard
Copy link
Owner

hrydgard commented Aug 9, 2021

Doesn't really matter though, PPSSPP doesn't make any specific decisions based on CPU name at this point.

Maybe I'll just hide it if we don't have a name.

@ghost
Copy link

ghost commented Aug 17, 2021

CPU Information name is still show unknown using ppsspp v1.11.3-1140-ga1ce13a2f
Screenshot_2021-08-17-15-10-13-927_org ppsspp ppsspp

@hrydgard
Copy link
Owner

Yeah, screwed up the check. Fixed.

@ghost
Copy link

ghost commented Aug 15, 2022

Incorrect driver version information in opengl.
IMG_20220815_201513
Vulkan is correct
IMG_20220815_201435

@hrydgard
Copy link
Owner

In OpenGL, that's all the information we get on the driver unfortunately.

@ghost
Copy link

ghost commented Aug 16, 2022

Might also good if ppsspp detect this.
IMG_20220816_121734
Source:https://github.com/kamgurgul/cpu-info
https://github.com/kl3jvi/sysinfo_app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants