radeon_hd: Add missing DP STATUS request type

* Name change inline with DP specifications.
This commit is contained in:
Alexander von Gluck IV
2017-09-08 18:02:32 -05:00
parent 807f4d4d5e
commit 66a16010b7
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
// AUX i2c Communications
#define DP_AUX_I2C_WRITE 0x0
#define DP_AUX_I2C_READ 0x1
#define DP_AUX_I2C_STATUS 0x2
#define DP_AUX_I2C_WRITE_STATUS_UPDATE 0x2
#define DP_AUX_I2C_MOT 0x4
#define DP_AUX_I2C_REPLY_ACK (0x0 << 2)
#define DP_AUX_I2C_REPLY_NACK (0x1 << 2)