drm/amdkfd: simplify cases
A number of the gfx8 cases were the same. Clean them up. Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
db4107e92a
commit
f200521899
@ -262,23 +262,12 @@ struct kfd_dev *kgd2kfd_probe(struct amdgpu_device *adev, bool vf)
|
||||
f2g = &gfx_v8_kfd2kgd;
|
||||
break;
|
||||
case CHIP_FIJI:
|
||||
gfx_target_version = 80003;
|
||||
f2g = &gfx_v8_kfd2kgd;
|
||||
break;
|
||||
case CHIP_POLARIS10:
|
||||
gfx_target_version = 80003;
|
||||
f2g = &gfx_v8_kfd2kgd;
|
||||
break;
|
||||
case CHIP_POLARIS11:
|
||||
gfx_target_version = 80003;
|
||||
if (!vf)
|
||||
f2g = &gfx_v8_kfd2kgd;
|
||||
break;
|
||||
case CHIP_POLARIS12:
|
||||
gfx_target_version = 80003;
|
||||
if (!vf)
|
||||
f2g = &gfx_v8_kfd2kgd;
|
||||
break;
|
||||
case CHIP_VEGAM:
|
||||
gfx_target_version = 80003;
|
||||
if (!vf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user