mirror of
https://github.com/gnif/vendor-reset.git
synced 2026-08-11 12:26:45 +02:00
Load and parse BIOS/firmware where possible
This commit is contained in:
@@ -56,4 +56,10 @@ static struct vendor_reset_cfg vendor_reset_devices[] =
|
||||
{PCI_VENDOR_ID_ATI, 0x731e, &amd_navi10_ops},
|
||||
{PCI_VENDOR_ID_ATI, 0x731f, &amd_navi10_ops},
|
||||
|
||||
/* AMD Navi 14 */
|
||||
{PCI_VENDOR_ID_ATI, 0x7340, &amd_navi10_ops},
|
||||
{PCI_VENDOR_ID_ATI, 0x7341, &amd_navi10_ops},
|
||||
{PCI_VENDOR_ID_ATI, 0x7347, &amd_navi10_ops},
|
||||
{PCI_VENDOR_ID_ATI, 0x734F, &amd_navi10_ops},
|
||||
|
||||
{0}};
|
||||
|
||||
Reference in New Issue
Block a user