drm/amdgpu/psp: Fix can't detect psp INVOKE command failed
authorXiangliang Yu <Xiangliang.Yu@amd.com>
Thu, 13 Dec 2018 07:34:12 +0000 (15:34 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 14 Jan 2019 20:04:30 +0000 (15:04 -0500)
commit76223c5496a7cf10aef1971e4e6aff77abadd15a
tree7f7bd205189bb44481b747d070a46486aa36c02c
parent898e0d9d405158d13cb1afa192c51ce94746d537
drm/amdgpu/psp: Fix can't detect psp INVOKE command failed

There isn't ucode when executing INVOKE command, so current code can't
check the failure of INVOKE command.

Remove the ucode check.

Signed-off-by: Xiangliang Yu <Xiangliang.Yu@amd.com>
Reviewed-by: Feifei Xu <Feifei.Xu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c