RE: [PATCH] drm/amdgpu: correct TA RAP firmware information print error

2021-02-28 Thread Zhang, Hawking
[AMD Public Use] No problem. Another patch works for me. Thank you Regards, Hawking From: Wang, Kevin(Yang) Sent: Monday, March 1, 2021 13:27 To: Zhang, Hawking ; amd-gfx@lists.freedesktop.org Cc: Li, Candice Subject: Re: [PATCH] drm/amdgpu: correct TA RAP firmware information print error

Re: [PATCH] drm/amdgpu: correct TA RAP firmware information print error

2021-02-28 Thread Wang, Kevin(Yang)
, Candice ; Wang, Kevin(Yang) Subject: RE: [PATCH] drm/amdgpu: correct TA RAP firmware information print error [AMD Public Use] Instead of hard code the number of TA, it would be better to leverage enum ta_fw_type definition, explicitly call out TA_TYPE for each case in both amdgpu_firmware_info

RE: [PATCH] drm/amdgpu: correct TA RAP firmware information print error

2021-02-28 Thread Zhang, Hawking
Of Kevin Wang Sent: Monday, March 1, 2021 10:52 To: amd-gfx@lists.freedesktop.org Cc: Li, Candice ; Wang, Kevin(Yang) Subject: [PATCH] drm/amdgpu: correct TA RAP firmware information print error miss RAP TA in loop ( when i == 4) Fix: drm/amdgpu: add RAP TA version print in amdgpu_firmware_info

RE: [PATCH] drm/amdgpu: correct TA RAP firmware information print error

2021-02-28 Thread Feng, Kenneth
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Kenneth Feng -Original Message- From: amd-gfx On Behalf Of Kevin Wang Sent: Monday, March 1, 2021 10:52 AM To: amd-gfx@lists.freedesktop.org Cc: Li, Candice ; Wang, Kevin(Yang) Subject: [PATCH] drm/amdgpu: correct TA

[PATCH] drm/amdgpu: correct TA RAP firmware information print error

2021-02-28 Thread Kevin Wang
miss RAP TA in loop ( when i == 4) Fix: drm/amdgpu: add RAP TA version print in amdgpu_firmware_info Signed-off-by: Kevin Wang Reported-by: Candice Li --- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git