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

Is it possible to use freedreno on adreno 305 in chroot environment ? #14

Open
e-cl opened this issue Mar 23, 2019 · 3 comments
Open

Comments

@e-cl
Copy link

e-cl commented Mar 23, 2019

Hello. Is it possible to use freedreno on adreno 305 in chroot environment on android? Thank you.

@robclark
Copy link
Collaborator

Most/all existing android devices use the downstream kgsl kernel driver, which is not really supported by freedreno.. a305 itself should work with an upstream kernel (in a chroot or otherwise).. adding upstream kernel support for your device might be some work (and blob android driver would probably not work with the upstream kernel)

@e-cl
Copy link
Author

e-cl commented Mar 26, 2019

@robclark Thank you sir. But do i have any options in case of current downstream kernel then?

@robclark
Copy link
Collaborator

generally not easy options.. maybe check https://wiki.postmarketos.org/wiki/Devices, possibly someone has already started porting upstream kernel to your device or a fairly similar device. The opposite direction (backport upstream kernel or make things work with whatever kgsl your kernel branch has) might be possible.. but I won't claim it will be easy. I mean given enough work anything is possible.

In general supporting random downstream kgsl versions is hard, and not something I really try to do, given that there is already enough work supporting the different gpu versions on a known and stable upstream kernel uabi.

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

No branches or pull requests

2 participants