amdgpu
Robert Swindells <[email protected]> Mon, 03 Jul 2023 07:37:08 +0100
| Newsgroups | gmane.os.netbsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
I tried enabling the amdgpu driver in a custom kernel config: amdgpu* at pci? dev ? function ? amdgpufb* at amdgpufbbus? The kernel panics due to not having a console device. The amdgpufb_attach() function never gets called, so it doesn't create a genfb device. The amdgpu driver itself seems to have initialized correctly. How is this all supposed to get sequenced?