]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/amdgpu: wait to fetch the vbios until after common init
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 17 Jun 2019 14:37:45 +0000 (09:37 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 17 Jun 2019 16:02:03 +0000 (11:02 -0500)
commit21a249ca02415cba22e95ede9a71be20a5fe8619
treefdef7fb298c83b65f7eac3c3c815b9c342ad0659
parentb9341521700dddea0c5d80d904c2c2f4d100323f
drm/amdgpu: wait to fetch the vbios until after common init

We need the asic_funcs set for the get rom callbacks in some
cases.

Tested-by: Kent Russell <kent.russell@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c