Skip to content

Commit d82ce3c

Browse files
committed
drm/amdgpu: drop flags check for CHIP_IP_DISCOVERY
Support for IP based discovery is in place now so this check is no longer required. Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 3993a79 commit d82ce3c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,11 +1907,6 @@ static int amdgpu_pci_probe(struct pci_dev *pdev,
19071907
return -ENODEV;
19081908
}
19091909

1910-
if (flags == CHIP_IP_DISCOVERY) {
1911-
DRM_INFO("Unsupported asic. Remove me when IP discovery init is in place.\n");
1912-
return -ENODEV;
1913-
}
1914-
19151910
if (amdgpu_virtual_display ||
19161911
amdgpu_device_asic_has_dc_support(flags & AMD_ASIC_MASK))
19171912
supports_atomic = true;

0 commit comments

Comments
 (0)