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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Aug 2021 11:22:09 +0000 (13:22 +0200)
commitdd3f7c5c890450ab2ad6f269a3fdf7bcd6fc2908
treea49bc2e93ce93f2b7fa25eb733c9e211a001eaee
parentecb739cf15a9bae040ce6b60209b78b92512d120
drm/amdgpu/display: fix DMUB firmware version info

commit 0e99e960ce6d5ff586fc0733bc393c087f52c27b upstream.

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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c