-
Notifications
You must be signed in to change notification settings - Fork 67
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
Missing support for AMD Lucienne APU? #111
Comments
I don't think the 5700u is supported in |
That's what I thought- is there any info or anything I could provide to help speed things up? I'm totally inexperienced at driver programming, but I can provide hardware info and a testing bed. |
I once attempted to update drm-kmod to 5.7, but it wasn't stable. I copied over the code/effort I have done to 5.6-wip which has been merged. I know Renoir got support in 5.5. I'm using it right now (after selling an Intel TigerLake PC for it). drm-kmod goes step-by-step in Linux major versions. It's slow, I'd prefer to jump versions, say each LTS, or maybe just use RHEL If you want to speed it up, let's get 5.6 stable, but you may need an older PC using I'm a Ports committer but don't have commit rights to drm-kmod. For development, there is a |
Sorry for the late reply- got incredibly busy with everything. I'll definitely check that out, since I've been meaning to learn a bit of C and Assembly. Unfortunately, I don't currently have an older amdgpu laptop, but my current one will definitely be available for any testing/feedback anyone needs for now. I try to update it from source every few days, though it takes a little while (about an hour for FreeBSD, 2~ hours for ports.) Once I get a bit more stable in terms of time, I'll be able to start checking things out. Is there an IRC channel or something I can join to keep updated? Edit to say: My main desktop has Nvidia, and is working well with everything compiled and functioning correctly. It's also running everything bleeding-edge, and I plan on using it for helping with FreeBSD development in the future. |
What's the PCI id for your GPU ? |
I believe it's |
Looks like just adding the PCI ID worked for |
I'll give that a shot! |
I'm at #118 as well, my resulting kernel panic is there. |
I have also a |
Has anyone managed to successfully start X on this GPU or we are still waiting for 5.11 or later to get the official support for this GPU? |
Actually FreeBSD 13.1 RC2 plus drm-devel-kmod which is based on 5.7 is working now my Thinkpad E14 Gen3 (Ryzen 5 5500U) |
Can you describe the steps necessary to build drm-devel-kmod ? It's no longer in the tree ? |
There was a switch to numbered version ports: |
|
Closing as we got support for this a long time ago. |
Hi all! I've recently grabbed a laptop with a Ryzen 7 5700u, with the integrated Lucienne Radeon Vega 8 GPU chip. From my research, it looks like it's a slightly tweaked Renoir Radeon Vega 8 chip. FreeBSD 14.0-CURRENT with drm-devel-kmod compiled and installed yesterday can see it, knows what it's called, but I don't believe the amdgpu driver supports it yet. I've tried:
-adding it with the kldlist rc.conf option
-using the xf86-video-amdgpu driver
-hand-configuring xorg.conf (using info from pciconf)
I'm wracking my brain the see if there's anything that I've missed. All my users are added to the video group, I've tried letting X configure itself, and I still end up with some variant of "no screens found."
I can attach logs later on tonight, as I'm currently helping remodel my kitchen. Thanks for your time!
The text was updated successfully, but these errors were encountered: