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
[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 and amdgpu_debugfs_firmware_info_show. Regards, Hawking -Original Message- From: amd-gfx On Behalf

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 RA