Commit 205104d
committed
drm/apple: Increase poweron timeout to 10 seconds
Occasionally dcp_poweron takes a long time. Double the timeout to 10
seconds. This is most likely a sequencing error / race condition on
driver side. On the system the timeout was observed
dcp_set_power_state_req usually takes 1ms or less. Occasionally it takes
much longer and sometimes exceeds 5 seconds. DCP clearly does more when
poweron takes longer based on its syslog messages. This could be tied to
the hotplug state or racing against DPTX commands.
TODO: find a way to recover from timeouts.
Signed-off-by: Janne Grunau <j@jannau.net>1 parent 5d1d8e4 commit 205104d
1 file changed
Lines changed: 12 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
824 | 824 | | |
825 | 825 | | |
826 | 826 | | |
827 | | - | |
| 827 | + | |
828 | 828 | | |
829 | | - | |
830 | | - | |
831 | | - | |
832 | | - | |
833 | | - | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
834 | 838 | | |
835 | 839 | | |
| 840 | + | |
| 841 | + | |
836 | 842 | | |
837 | 843 | | |
838 | 844 | | |
| |||
0 commit comments