summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dc_ddc_types.h
diff options
context:
space:
mode:
authorWenjing Liu2019-02-23 22:07:45 +0100
committerAlex Deucher2019-03-19 21:36:49 +0100
commit0dcdcc898234f87c996adb5de1496e3ec7da315b (patch)
tree2cca2d5f2feac449cd0fc67f9fa452b820929175 /drivers/gpu/drm/amd/display/dc/dc_ddc_types.h
parentdrm/amd/display: fix up reference clock abstractions (diff)
downloadkernel-qcow2-linux-0dcdcc898234f87c996adb5de1496e3ec7da315b.tar.gz
kernel-qcow2-linux-0dcdcc898234f87c996adb5de1496e3ec7da315b.tar.xz
kernel-qcow2-linux-0dcdcc898234f87c996adb5de1496e3ec7da315b.zip
drm/amd/display: add i2c over aux failure handling
[why] We will not retry when EDID read failure using i2c over aux [how] treat i2c over aux failure the same as defer Signed-off-by: Wenjing Liu <Wenjing.Liu@amd.com> Reviewed-by: David Francis <David.Francis@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_ddc_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_ddc_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_ddc_types.h b/drivers/gpu/drm/amd/display/dc/dc_ddc_types.h
index 05c8c31d8b31..4ef97f65e55d 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_ddc_types.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_ddc_types.h
@@ -68,6 +68,8 @@ enum aux_transaction_reply {
AUX_TRANSACTION_REPLY_AUX_ACK = 0x00,
AUX_TRANSACTION_REPLY_AUX_NACK = 0x01,
AUX_TRANSACTION_REPLY_AUX_DEFER = 0x02,
+ AUX_TRANSACTION_REPLY_I2C_OVER_AUX_NACK = 0x04,
+ AUX_TRANSACTION_REPLY_I2C_OVER_AUX_DEFER = 0x08,
AUX_TRANSACTION_REPLY_I2C_ACK = 0x00,
AUX_TRANSACTION_REPLY_I2C_NACK = 0x10,