Am 2021-04-29 um 2:33 p.m. schrieb Zhigang Luo:
> It is Aldebaran VF device ID, for virtualization support.
>
> Signed-off-by: Zhigang Luo <zhigang....@amd.com>

This patch looks good to me.

Acked-by: Felix Kuehling <felix.kuehl...@amd.com>

I believe you'll also need to add an entry for the VF in
kfd_supported_devices in kfd_device.c.

Regards,
  Felix


> ---
>  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 0369d3532bf0..310e1249e64e 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
> @@ -1186,6 +1186,7 @@ static const struct pci_device_id pciidlist[] = {
>       {0x1002, 0x7408, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 
> CHIP_ALDEBARAN|AMD_EXP_HW_SUPPORT},
>       {0x1002, 0x740C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 
> CHIP_ALDEBARAN|AMD_EXP_HW_SUPPORT},
>       {0x1002, 0x740F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 
> CHIP_ALDEBARAN|AMD_EXP_HW_SUPPORT},
> +     {0x1002, 0x7410, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 
> CHIP_ALDEBARAN|AMD_EXP_HW_SUPPORT},
>  
>       {0, 0, 0}
>  };
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to