Commit 0165b85c authored by Xiaomeng Hou's avatar Xiaomeng Hou Committed by Alex Deucher

drm/amdgpu: enable IP discovery for vangogh

enable IP discovery for vangogh.
Reviewed-by: default avatarHuang Rui <ray.huang@amd.com>
Signed-off-by: default avatarXiaomeng Hou <Xiaomeng.Hou@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 3aa8d45f
......@@ -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) {
......
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