[PATCH] drm/amdgpu/SRIOV: add navi12 pci id for SRIOV

Alex Deucher alexdeucher at gmail.com
Tue Sep 17 15:20:14 UTC 2019


On Tue, Sep 17, 2019 at 3:12 AM <jianzh at amd.com> wrote:
>
> From: Jiange Zhao <Jiange.Zhao at amd.com>
>
> Add Navi12 PCI id support.
>
> Signed-off-by: Jiange Zhao <Jiange.Zhao at amd.com>

Acked-by: Alex Deucher <alexander.deucher at amd.com>

> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> index 420888e941df..b52c7255e5e4 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> @@ -1034,6 +1034,7 @@ static const struct pci_device_id pciidlist[] = {
>
>         /* Navi12 */
>         {0x1002, 0x7360, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_NAVI12},
> +       {0x1002, 0x7362, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_NAVI12},
>
>         {0, 0, 0}
>  };
> --
> 2.20.1
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx


More information about the amd-gfx mailing list