re: amdgpu progress
matthew green <[email protected]> Wed, 26 Jul 2023 05:47:00 +1000
| Newsgroups | gmane.os.netbsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
Robert Swindells writes: > > matthew green <[email protected]> wrote: > > the pkgsrc amdgpu issue is odd. the amdgpu xf86 driver should > > be telling mesa to load "radeonsi", and this seems to work with > > xsrc: > > > > xf86-video-amdgpu/dist/src/amdgpu_version.h:39:#define SI_DRIVER_NAME "radeonsi" > > xf86-video-amdgpu/dist/src/amdgpu_dri2.c:1308: dri2_info.driverName = SI_DRIVER_NAME; > > There seem to be a lot more PCI IDs in: > > xsrc/external/mit/MesaLib.old/dist/include/pci_ids/radeonsi_pci_ids.h > > than in: > > xsrc/external/mit/MesaLib/dist/include/pci_ids/radeonsi_pci_ids.h huh. did you find why this was removed? i don't see them added anywhere instead.. and all those chipsets AFAIK, still want to use radeonsi driver -- weird. with either new or old xsrc Mesa i still have problems. with old, it eventually crashes inside glamoregl portion of the X server.. with new it hangs, and fails reset, leaving with a weird broken palette window etc.