Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 696164
Collapse All | Expand All

(-)linux-4.19.66-gentoo/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c (+1 lines)
Lines 785-790 static const struct pci_device_id pciidl Link Here
785
	{0x1002, 0x66AF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA20|AMD_EXP_HW_SUPPORT},
785
	{0x1002, 0x66AF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA20|AMD_EXP_HW_SUPPORT},
786
	/* Raven */
786
	/* Raven */
787
	{0x1002, 0x15dd, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RAVEN|AMD_IS_APU},
787
	{0x1002, 0x15dd, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RAVEN|AMD_IS_APU},
788
	{0x1002, 0x15d8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RAVEN|AMD_IS_MOBILITY|AMD_IS_APU},
788
789
789
	{0, 0, 0}
790
	{0, 0, 0}
790
};
791
};
(-)linux-4.19.66-gentoo/drivers/gpu/drm/amd/amdkfd/kfd_device.c (+1 lines)
Lines 275-280 static const struct kfd_deviceid support Link Here
275
	{ 0x9876, &carrizo_device_info },	/* Carrizo */
275
	{ 0x9876, &carrizo_device_info },	/* Carrizo */
276
	{ 0x9877, &carrizo_device_info },	/* Carrizo */
276
	{ 0x9877, &carrizo_device_info },	/* Carrizo */
277
	{ 0x15DD, &raven_device_info },		/* Raven */
277
	{ 0x15DD, &raven_device_info },		/* Raven */
278
	{ 0x15D8, &raven_device_info },		/* Raven */
278
#endif
279
#endif
279
	{ 0x67A0, &hawaii_device_info },	/* Hawaii */
280
	{ 0x67A0, &hawaii_device_info },	/* Hawaii */
280
	{ 0x67A1, &hawaii_device_info },	/* Hawaii */
281
	{ 0x67A1, &hawaii_device_info },	/* Hawaii */

Return to bug 696164