]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0cc08287153f7b6338495577a3eaf3307be9b88d
tree7f7bd205189bb44481b747d070a46486aa36c02c
parent87ca48e33d50a80428fc32d58f7c2d349f0143bc
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