mirror of
https://github.com/gnif/vendor-reset.git
synced 2026-03-28 21:22:43 +01: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