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:
057f803
)
drm/i915: tune down the fast link training vs boot fail
author
Daniel Vetter
<
[email protected]
>
Tue, 13 Dec 2016 19:54:14 +0000
(20:54 +0100)
committer
Jani Nikula
<
[email protected]
>
Tue, 20 Dec 2016 14:29:36 +0000
(16:29 +0200)
It's been unfixed since a while and no one is immediately working on
this. And we have the FIXME already. And now also a task in the DP
team's backlog.
Cc: Linus Torvalds <
[email protected]
>
Cc:
[email protected]
Cc: Ville Syrjälä <
[email protected]
>
References: https://lists.freedesktop.org/archives/intel-gfx/2016-July/101951.html
Acked-by: Ville Syrjälä <
[email protected]
>
[danvet: Adjust comment per Ville's feedback.]
Signed-off-by: Daniel Vetter <
[email protected]
>
Link:
http://patchwork.freedesktop.org/patch/msgid/
[email protected]
(cherry picked from commit
2dd85aeb5bc99e3763dd192cdb95ff405a102c8a
)
Signed-off-by: Jani Nikula <
[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 90283edcafba6786f79c509df64aa194e490bc3c..d9bc19be855e76b9bab0f1cee082bc170bccff26 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_dp.c
+++ b/
drivers/gpu/drm/i915/intel_dp.c
@@
-4014,8
+4014,8
@@
intel_dp_check_link_status(struct intel_dp *intel_dp)
return;
/* FIXME: we need to synchronize this sort of stuff with hardware
- * readout */
- if (
WARN_ON_ONCE(!intel_dp->lane_count)
)
+ * readout
. Currently fast link training doesn't work on boot-up.
*/
+ if (
!intel_dp->lane_count
)
return;
/* if link training is requested we should perform it always */