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:02:29 +0000 (21:02 -0400)
commit0e99e960ce6d5ff586fc0733bc393c087f52c27b
tree74a05eedc3c9a0e413b91e0e85d9928542a30aea
parentc4152b297d56d3696ad0a9003169bc5b98ad7b72
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>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c