mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
drm/amdgpu: IP discovery table is not ready yet for VG
Fallback to legacy path for now. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
8447675327
commit
8bb3aa1a83
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user