diff options
| author | Alex Deucher <[email protected]> | 2018-12-20 15:08:46 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-12-21 20:28:43 +0000 |
| commit | f6653a0e0877572c87f6dab5351e7bd6b6b7100c (patch) | |
| tree | 928cda75c9a50da875d6c29a4f2224495367041b /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | |
| parent | drm/ttm: Use drm_debug_printer for all ttm_bo_mem_space_debug output (diff) | |
| download | kernel-f6653a0e0877572c87f6dab5351e7bd6b6b7100c.tar.gz kernel-f6653a0e0877572c87f6dab5351e7bd6b6b7100c.zip | |
drm/amdgpu: Add new VegaM pci id
Add a new pci id.
Reviewed-by: Leo Liu <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Cc: [email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c index 90f474f98b6e..e32bb68cc4e7 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c @@ -865,6 +865,7 @@ static const struct pci_device_id pciidlist[] = { /* VEGAM */ {0x1002, 0x694C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGAM}, {0x1002, 0x694E, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGAM}, + {0x1002, 0x694F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGAM}, /* Vega 10 */ {0x1002, 0x6860, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, {0x1002, 0x6861, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10}, |
