projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62d5ac2
)
drm/i915/dp: Move comment about hw timeout to the right place.
author
Dhinakaran Pandiyan
<
[email protected]
>
Fri, 23 Feb 2018 22:15:20 +0000
(14:15 -0800)
committer
Rodrigo Vivi
<
[email protected]
>
Tue, 27 Feb 2018 20:06:37 +0000
(12:06 -0800)
No functional change.
Signed-off-by: Dhinakaran Pandiyan <
[email protected]
>
Reviewed-by: David Weinehall <
[email protected]
>
Signed-off-by: Rodrigo Vivi <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/i915/intel_dp.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_dp.c
b/drivers/gpu/drm/i915/intel_dp.c
index 41b0e27a157c81a3b37975d60188cee473439c6b..9093118235950d6bca65decb4b49f2eb646d710c 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_dp.c
+++ b/
drivers/gpu/drm/i915/intel_dp.c
@@
-1152,14
+1152,14
@@
intel_dp_aux_ch(struct intel_dp *intel_dp,
DP_AUX_CH_CTL_TIME_OUT_ERROR |
DP_AUX_CH_CTL_RECEIVE_ERROR);
- if (status & DP_AUX_CH_CTL_TIME_OUT_ERROR)
- continue;
-
/* DP CTS 1.2 Core Rev 1.1, 4.2.1.1 & 4.2.1.2
* 400us delay required for errors and timeouts
* Timeout errors from the HW already meet this
* requirement so skip to next iteration
*/
+ if (status & DP_AUX_CH_CTL_TIME_OUT_ERROR)
+ continue;
+
if (status & DP_AUX_CH_CTL_RECEIVE_ERROR) {
usleep_range(400, 500);
continue;