wined3d: Add Intel HD 615 PCI id and device description.

Signed-off-by: Ethan Lee <elee@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 46556c2f8c)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
oldstable
Ethan Lee 2019-11-29 12:46:56 -05:00 committed by Michael Stefaniuc
parent 0355ca9e2b
commit fc274645cf
2 changed files with 2 additions and 0 deletions

View File

@ -481,6 +481,7 @@ static const struct wined3d_gpu_description gpu_description_table[] =
{HW_VENDOR_INTEL, CARD_INTEL_IPP580_2, "Intel(R) Iris(TM) Pro Graphics P580", DRIVER_INTEL_HD4000, 2048},
{HW_VENDOR_INTEL, CARD_INTEL_UHD617, "Intel(R) UHD Graphics 617", DRIVER_INTEL_HD4000, 2048},
{HW_VENDOR_INTEL, CARD_INTEL_UHD620, "Intel(R) UHD Graphics 620", DRIVER_INTEL_HD4000, 3072},
{HW_VENDOR_INTEL, CARD_INTEL_HD615, "Intel(R) HD Graphics 615", DRIVER_INTEL_HD4000, 2048},
{HW_VENDOR_INTEL, CARD_INTEL_HD620, "Intel(R) HD Graphics 620", DRIVER_INTEL_HD4000, 3072},
{HW_VENDOR_INTEL, CARD_INTEL_HD630_1, "Intel(R) HD Graphics 630", DRIVER_INTEL_HD4000, 3072},
{HW_VENDOR_INTEL, CARD_INTEL_HD630_2, "Intel(R) HD Graphics 630", DRIVER_INTEL_HD4000, 3072},

View File

@ -2533,6 +2533,7 @@ enum wined3d_pci_device
CARD_INTEL_IPP580_2 = 0x193d,
CARD_INTEL_UHD617 = 0x87c0,
CARD_INTEL_UHD620 = 0x3ea0,
CARD_INTEL_HD615 = 0x591e,
CARD_INTEL_HD620 = 0x5916,
CARD_INTEL_HD630_1 = 0x5912,
CARD_INTEL_HD630_2 = 0x591b,