aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_securedisplay.c
diff options
context:
space:
mode:
authorJinzhou Su <[email protected]>2021-03-09 02:52:14 +0000
committerAlex Deucher <[email protected]>2021-03-24 03:27:41 +0000
commit1c7b0adae8ea408cb49311e4d315f55d7929eb58 (patch)
tree553f39be31cc69fee9dfdd4092df5b66cea97a7e /drivers/gpu/drm/amd/amdgpu/amdgpu_securedisplay.c
parentdrm/amdgpu:disable XGMI TA unload for A+A aldebaran (diff)
downloadkernel-1c7b0adae8ea408cb49311e4d315f55d7929eb58.tar.gz
kernel-1c7b0adae8ea408cb49311e4d315f55d7929eb58.zip
drm/amdgpu: update secure display TA header
update secure display TA header file. Signed-off-by: Jinzhou Su <[email protected]> Reviewed-by: Huang Rui <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_securedisplay.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_securedisplay.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_securedisplay.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_securedisplay.c
index 834440ab9ff7..9cf856c94f94 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_securedisplay.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_securedisplay.c
@@ -69,6 +69,9 @@ void psp_securedisplay_parse_resp_status(struct psp_context *psp,
case TA_SECUREDISPLAY_STATUS__READ_CRC_ERROR:
dev_err(psp->adev->dev, "Secure display: Failed to Read CRC");
break;
+ case TA_SECUREDISPLAY_STATUS__I2C_INIT_ERROR:
+ dev_err(psp->adev->dev, "Secure display: Failed to initialize I2C.");
+ break;
default:
dev_err(psp->adev->dev, "Secure display: Failed to parse status: %d\n", status);
}