Can someone add PCI IDs to Radeon driver

can someone please add these PCI IDs to Radeon driver? I have a 7900 and would love to have something besides the framebuffer driver… :grin:

744c  Navi 31 [Radeon RX 7900 XT/7900 XTX]
	1002 0e3b  RX 7900 GRE [XFX]
	1da2 471e  PULSE RX 7900 XTX
	1da2 e471  NITRO+ RX 7900 XTX Vapor-X
	1eae 7901  RX-79XMERCB9 [SPEEDSTER MERC 310 RX 7900 XTX]
1 Like

There is no driver support for such a new card.

https://github.com/haiku/haiku/blob/master/src/add-ons/kernel/drivers/graphics/radeon_hd/driver.cpp

1 Like

Just adding the PCI IDs will most likely result in the driver trying to set up the card, failing because it’s newer hardware it doesn’t know how to handle, and leaving you with a black screen.

Are you sure that’s what you want?

1 Like

Well, I gave it a try and to no surprise it didn’t work. All I got was a quick trip to KDL. As I have no experience writing drivers of any kind this is where I stop. Unless someone else has the desire to work on it.

Thanks,