[PATCH] Revert "drm/amdgpu: IP discovery table is not ready yet for VG"
Xiaomeng Hou
Xiaomeng.Hou at amd.com
Fri Oct 23 08:21:15 UTC 2020
This reverts commit ba502322c9f216552485cea967aeb8adbaf03a02.
IP discovery table has been verified on vangogh.
Signed-off-by: Xiaomeng Hou <Xiaomeng.Hou at amd.com>
---
drivers/gpu/drm/amd/amdgpu/nv.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c
index 72435e0eb8b9..30ec826c8760 100644
--- a/drivers/gpu/drm/amd/amdgpu/nv.c
+++ b/drivers/gpu/drm/amd/amdgpu/nv.c
@@ -449,10 +449,6 @@ static int nv_reg_base_init(struct amdgpu_device *adev)
{
int r;
- /* IP discovery table is not available yet */
- if (adev->asic_type == CHIP_VANGOGH)
- goto legacy_init;
-
if (amdgpu_discovery) {
r = amdgpu_discovery_reg_base_init(adev);
if (r) {
--
2.17.1
More information about the amd-gfx
mailing list