|
@@ -1121,7 +1121,8 @@ done:
|
|
/* Timeouts occur when the device isn't connected, so they're
|
|
/* Timeouts occur when the device isn't connected, so they're
|
|
* "normal" -- don't fill the kernel log with these */
|
|
* "normal" -- don't fill the kernel log with these */
|
|
if (status & DP_AUX_CH_CTL_TIME_OUT_ERROR) {
|
|
if (status & DP_AUX_CH_CTL_TIME_OUT_ERROR) {
|
|
- DRM_DEBUG_KMS("dp_aux_ch timeout status 0x%08x\n", status);
|
|
|
|
|
|
+ DRM_DEBUG_KMS_RATELIMITED("dp_aux_ch timeout status 0x%08x\n",
|
|
|
|
+ status);
|
|
ret = -ETIMEDOUT;
|
|
ret = -ETIMEDOUT;
|
|
goto out;
|
|
goto out;
|
|
}
|
|
}
|