Commit 8bb3aa1a authored by Alex Deucher's avatar Alex Deucher

drm/amdgpu: IP discovery table is not ready yet for VG

Fallback to legacy path for now.
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 84476753
......@@ -449,6 +449,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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment