freebsd / drm-kmod

drm driver for FreeBSD
155 stars 69 forks source link

AMD RX 6600 graphics not working #183

Closed arieshi255 closed 2 years ago

arieshi255 commented 2 years ago

Describe the bug Graphics do not load. Xorg.0.log says that drm modesetting is 'not supported' dmesg reports successful modesetting, however.

FreeBSD version FreeBSD 13.1-RELEASE

PCI Info

lspci 03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 23 [Radeon RX 6600/6600 XT/6600M] (rev c7) Subsystem: XFX Limited Device 6505

DRM KMOD version 5.10

To Reproduce Steps to reproduce the behavior: Trying to start X11 or Wayland

Additional context I'm finding conflicting information online when support was added upstream. Some say 5.9, others 5.11.

duckinator commented 2 years ago

I've also ran into this problem, but on FreeBSD 13.0. If it was added in 5.9, the existence of the 5.10-lts branch seems to imply the work may already be in-progress. (EDIT: missed the part of the issue mentioning the DRM KMOD version.)

arieshi255 commented 2 years ago

An update on this: you'll find a branch of 5.11 DRM drivers and a slightly modified 13.1-RELEASE kernel on my page. I backported the WIP port by @dumbbell to 13.1 and now my GPU seems to be working perfectly fine. So, I can only surmise support was added in 5.11. Closing