RE: [PATCH] drm/amdgpu: show both cmd id and name when psp cmd failed

2021-08-26 Thread Huang, Ray
Reviewed-by: Huang Rui -Original Message- From: amd-gfx On Behalf Of Lang Yu Sent: Friday, August 27, 2021 1:41 PM To: amd-gfx@lists.freedesktop.org; Clements, John Cc: Huang, Ray ; Yu, Lang Subject: [PATCH] drm/amdgpu: show both cmd id and name when psp cmd failed To cover the

[PATCH] drm/amdgpu: show both cmd id and name when psp cmd failed

2021-08-26 Thread Lang Yu
To cover the corner case that people want to know the ID of an UNKNOWN CMD. Suggested-by: John Clements Signed-off-by: Lang Yu --- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c b/drive