mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
drm/amdgpu: enable IP discovery for vangogh
enable IP discovery for vangogh. Reviewed-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Xiaomeng Hou <Xiaomeng.Hou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
3aa8d45f46
commit
0165b85c27
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user