mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/amdkfd: Drop workaround for GC v9.4.3 revID 0
Remove workaround code for the early engineering samples GC v9.4.3 SOCs with revID 0 Reviewed-by: Amber Lin <Amber.Lin@amd.com> Signed-off-by: Apurv Mishra <Apurv.Mishra@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
ca690c7e21
commit
daafa303d1
@@ -352,11 +352,6 @@ struct kfd_dev *kgd2kfd_probe(struct amdgpu_device *adev, bool vf)
|
||||
f2g = &aldebaran_kfd2kgd;
|
||||
break;
|
||||
case IP_VERSION(9, 4, 3):
|
||||
gfx_target_version = adev->rev_id >= 1 ? 90402
|
||||
: adev->flags & AMD_IS_APU ? 90400
|
||||
: 90401;
|
||||
f2g = &gc_9_4_3_kfd2kgd;
|
||||
break;
|
||||
case IP_VERSION(9, 4, 4):
|
||||
gfx_target_version = 90402;
|
||||
f2g = &gc_9_4_3_kfd2kgd;
|
||||
|
||||
Reference in New Issue
Block a user