Commit 6b724c3d authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

wined3d: Add GPU information for AMD VANGOGH.

parent bb729bf9
......@@ -516,6 +516,7 @@ static const struct wined3d_gpu_description gpu_description_table[] =
{HW_VENDOR_AMD, CARD_AMD_RADEON_RX_NAVI_10, "Radeon RX 5700 / 5700 XT", DRIVER_AMD_RX, 8192},
{HW_VENDOR_AMD, CARD_AMD_RADEON_RX_NAVI_14, "Radeon RX 5500M", DRIVER_AMD_RX, 4096},
{HW_VENDOR_AMD, CARD_AMD_RADEON_RX_NAVI_21, "Radeon RX 6800/6800 XT / 6900 XT", DRIVER_AMD_RX, 16384},
{HW_VENDOR_AMD, CARD_AMD_VANGOGH, "AMD VANGOGH", DRIVER_AMD_RX, 4096},
/* Red Hat */
{HW_VENDOR_REDHAT, CARD_REDHAT_VIRGL, "Red Hat VirtIO GPU", DRIVER_REDHAT_VIRGL, 1024},
......
......@@ -2933,6 +2933,7 @@ enum wined3d_pci_device
CARD_AMD_RADEON_RX_NAVI_10 = 0x731f,
CARD_AMD_RADEON_RX_NAVI_14 = 0x7340,
CARD_AMD_RADEON_RX_NAVI_21 = 0x73bf,
CARD_AMD_VANGOGH = 0x163f,
CARD_NVIDIA_RIVA_128 = 0x0018,
CARD_NVIDIA_RIVA_TNT = 0x0020,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment