]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: move gpu_info parsing after common early init
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 15 May 2020 18:04:17 +0000 (14:04 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 22 May 2020 17:41:32 +0000 (13:41 -0400)
commit8eae9964e1f5fbbd4b040c3a6e7aabb767757a77
treeabd7ba46e3078ad43790744c6c00b6633b82702a
parentc9502c9f218b4ff82ddfd5473493b08678aa3266
drm/amdgpu: move gpu_info parsing after common early init

We need to get the silicon revision id before we parse
the firmware in order to load the correct gpu info firmware
for raven2 variants.

Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1103
Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c