drm/amdgpu/display: fix DMUB firmware version info
authorShirish S <shirish.s@amd.com>
Tue, 3 Aug 2021 08:33:44 +0000 (14:03 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 6 Aug 2021 01:17:59 +0000 (21:17 -0400)
commit72a74a18015c7f850a6424e28b191c92ebc998d1
treed03ec7eb39af66fc548da69169d5080d21bd280d
parentffb1a145dc9a4c54096093d2e03d8a0adc5e87e6
drm/amdgpu/display: fix DMUB firmware version info

DMUB firmware info is printed before it gets initialized.
Correct this order to ensure true value is conveyed.

Signed-off-by: Shirish S <shirish.s@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c