[PATCH] drm/amdkfd: Fix isa version for the GC 10.3.7

Liu, Aaron Aaron.Liu at amd.com
Thu Aug 25 00:15:17 UTC 2022


[Public]

Reviewed-by: Aaron Liu <aaron.liu at amd.com>

> -----Original Message-----
> From: Liang, Prike <Prike.Liang at amd.com>
> Sent: Wednesday, August 24, 2022 8:40 PM
> To: Liang, Prike <Prike.Liang at amd.com>; amd-gfx at lists.freedesktop.org
> Cc: Deucher, Alexander <Alexander.Deucher at amd.com>; Huang, Ray
> <Ray.Huang at amd.com>; Zhang, Yifan <Yifan1.Zhang at amd.com>; Liu, Aaron
> <Aaron.Liu at amd.com>; Limonciello, Mario <Mario.Limonciello at amd.com>
> Subject: RE: [PATCH] drm/amdkfd: Fix isa version for the GC 10.3.7
> 
> [Public]
> 
> Add more for the review and awareness.
> 
> Regards,
> --Prike
> 
> -----Original Message-----
> From: Prike Liang <Prike.Liang at amd.com>
> Sent: Wednesday, August 24, 2022 2:41 PM
> To: amd-gfx at lists.freedesktop.org
> Cc: Deucher, Alexander <Alexander.Deucher at amd.com>; Huang, Ray
> <Ray.Huang at amd.com>; Zhang, Yifan <Yifan1.Zhang at amd.com>; Liang,
> Prike <Prike.Liang at amd.com>
> Subject: [PATCH] drm/amdkfd: Fix isa version for the GC 10.3.7
> 
> Correct the isa version for handling KFD test.
> 
> Fixes: 7c4f4f197e0c ("drm/amdkfd: Add GC 10.3.6 and 10.3.7 KFD
> definitions")
> Signed-off-by: Prike Liang <Prike.Liang at amd.com>
> ---
>  drivers/gpu/drm/amd/amdkfd/kfd_device.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device.c
> b/drivers/gpu/drm/amd/amdkfd/kfd_device.c
> index fdad1415f8bd..5ebbeac61379 100644
> --- a/drivers/gpu/drm/amd/amdkfd/kfd_device.c
> +++ b/drivers/gpu/drm/amd/amdkfd/kfd_device.c
> @@ -388,7 +388,7 @@ struct kfd_dev *kgd2kfd_probe(struct
> amdgpu_device *adev, bool vf)
>                                 f2g = &gfx_v10_3_kfd2kgd;
>                         break;
>                 case IP_VERSION(10, 3, 7):
> -                       gfx_target_version = 100307;
> +                       gfx_target_version = 100306;
>                         if (!vf)
>                                 f2g = &gfx_v10_3_kfd2kgd;
>                         break;
> --
> 2.25.1
> 


More information about the amd-gfx mailing list