drm/amdgpu: detect sriov capability for aldebaran
SRIOV pf/vf function identifier regsiter in aldebaran is the same as the one in arcturus Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Kevin Wang <kevin1.wang@amd.com> Reviewed-by: Le Ma <Le.Ma@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
428ad99e9c
commit
1b15bac7bf
@ -640,6 +640,7 @@ void amdgpu_detect_virtualization(struct amdgpu_device *adev)
|
|||||||
case CHIP_NAVI12:
|
case CHIP_NAVI12:
|
||||||
case CHIP_SIENNA_CICHLID:
|
case CHIP_SIENNA_CICHLID:
|
||||||
case CHIP_ARCTURUS:
|
case CHIP_ARCTURUS:
|
||||||
|
case CHIP_ALDEBARAN:
|
||||||
reg = RREG32(mmRCC_IOV_FUNC_IDENTIFIER);
|
reg = RREG32(mmRCC_IOV_FUNC_IDENTIFIER);
|
||||||
break;
|
break;
|
||||||
default: /* other chip doesn't support SRIOV */
|
default: /* other chip doesn't support SRIOV */
|
||||||
|
Loading…
Reference in New Issue
Block a user