Re: [PATCH] drm/amdgpu/display: fix DMUB firmware version info

2021-08-03 Thread Deucher, Alexander
[AMD Official Use Only] Reviewed-by: Alex Deucher From: S, Shirish Sent: Tuesday, August 3, 2021 4:42 AM To: Wentland, Harry ; Kazlauskas, Nicholas ; Deucher, Alexander Cc: amd-gfx@lists.freedesktop.org ; S, Shirish Subject: [PATCH] drm/amdgpu/display: fix

[PATCH] drm/amdgpu/display: fix DMUB firmware version info

2021-08-03 Thread Shirish S
DMUB firmware info is printed before it gets initialized. Correct this order to ensure true value is conveyed. Signed-off-by: Shirish S --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git