diff options
Diffstat (limited to 'drivers/gpu/drm/radeon/atombios_dp.c')
-rw-r--r-- | drivers/gpu/drm/radeon/atombios_dp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/atombios_dp.c b/drivers/gpu/drm/radeon/atombios_dp.c index 9cd49c584263..bd73b4069069 100644 --- a/drivers/gpu/drm/radeon/atombios_dp.c +++ b/drivers/gpu/drm/radeon/atombios_dp.c | |||
@@ -179,6 +179,7 @@ radeon_dp_aux_transfer_atom(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg) | |||
179 | switch (msg->request & ~DP_AUX_I2C_MOT) { | 179 | switch (msg->request & ~DP_AUX_I2C_MOT) { |
180 | case DP_AUX_NATIVE_WRITE: | 180 | case DP_AUX_NATIVE_WRITE: |
181 | case DP_AUX_I2C_WRITE: | 181 | case DP_AUX_I2C_WRITE: |
182 | case DP_AUX_I2C_WRITE_STATUS_UPDATE: | ||
182 | /* The atom implementation only supports writes with a max payload of | 183 | /* The atom implementation only supports writes with a max payload of |
183 | * 12 bytes since it uses 4 bits for the total count (header + payload) | 184 | * 12 bytes since it uses 4 bits for the total count (header + payload) |
184 | * in the parameter space. The atom interface supports 16 byte | 185 | * in the parameter space. The atom interface supports 16 byte |