drm/amdgpu: show both cmd id and name when psp cmd failed
authorLang Yu <lang.yu@amd.com>
Fri, 27 Aug 2021 03:38:55 +0000 (11:38 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 30 Aug 2021 19:09:21 +0000 (15:09 -0400)
commit50c6dedeb1aac21c445ee4193f7660503873f395
tree46d12b55d7845915a440420e6c688bfe4b68ba5e
parent3ca001aff0878546494d7f403334c8d987924977
drm/amdgpu: show both cmd id and name when psp cmd failed

To cover the corner case that people want to know the ID
of an UNKNOWN CMD.

Suggested-by: John Clements <john.clements@amd.com>
Signed-off-by: Lang Yu <lang.yu@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c