Fallback to legacy path for now. Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> --- drivers/gpu/drm/amd/amdgpu/nv.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c index 568e33b7fda8..4bd2e2f35fa4 100644 --- a/drivers/gpu/drm/amd/amdgpu/nv.c +++ b/drivers/gpu/drm/amd/amdgpu/nv.c @@ -484,6 +484,10 @@ 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.25.4 _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx