summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/ta_secureDisplay_if.h
diff options
context:
space:
mode:
authorJinzhou Su <Jinzhou.Su@amd.com>2021-03-09 10:52:14 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-03-23 23:27:41 -0400
commit1c7b0adae8ea408cb49311e4d315f55d7929eb58 (patch)
tree553f39be31cc69fee9dfdd4092df5b66cea97a7e /drivers/gpu/drm/amd/amdgpu/ta_secureDisplay_if.h
parent99d1da6774e11881be5416846f09ed5057ebae42 (diff)
drm/amdgpu: update secure display TA header
update secure display TA header file. Signed-off-by: Jinzhou Su <Jinzhou.Su@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/ta_secureDisplay_if.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/ta_secureDisplay_if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/ta_secureDisplay_if.h b/drivers/gpu/drm/amd/amdgpu/ta_secureDisplay_if.h
index 5039375bb1d4..cf8ff064dc72 100644
--- a/drivers/gpu/drm/amd/amdgpu/ta_secureDisplay_if.h
+++ b/drivers/gpu/drm/amd/amdgpu/ta_secureDisplay_if.h
@@ -50,6 +50,7 @@ enum ta_securedisplay_status {
TA_SECUREDISPLAY_STATUS__I2C_WRITE_ERROR = 0x04, /* Fail to Write to I2C */
TA_SECUREDISPLAY_STATUS__READ_DIO_SCRATCH_ERROR = 0x05, /*Fail Read DIO Scratch Register*/
TA_SECUREDISPLAY_STATUS__READ_CRC_ERROR = 0x06, /* Fail to Read CRC*/
+ TA_SECUREDISPLAY_STATUS__I2C_INIT_ERROR = 0x07, /* Failed to initialize I2C */
TA_SECUREDISPLAY_STATUS__MAX = 0x7FFFFFFF,/* Maximum Value for status*/
};