RE: [PATCH] drm/amdgpu: Create common PSP TA load function

2021-09-06 Thread Clements, John
[AMD Official Use Only] Reviewed-by: John Clements -Original Message- From: Li, Candice Sent: Monday, September 6, 2021 4:34 PM To: amd-gfx@lists.freedesktop.org Cc: Clements, John ; Li, Candice Subject: [PATCH] drm/amdgpu: Create common PSP TA load function Creat common PSP TA load

[PATCH] drm/amdgpu: Create common PSP TA load function

2021-09-06 Thread Candice Li
Creat common PSP TA load function and update PSP ta_mem_context with size information. Signed-off-by: Candice Li --- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 280 +++- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | 17 +- 2 files changed, 93 insertions(+), 204 deletions(-) diff