Summary: | [SKL EDP] DP Aux A is not working without first disabling DC6 | ||||||
---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | Patrik Jakobsson <patrik.r.jakobsson> | ||||
Component: | DRM/Intel | Assignee: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||
Status: | CLOSED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||
Severity: | normal | ||||||
Priority: | medium | CC: | intel-gfx-bugs, tjaalton | ||||
Version: | DRI git | ||||||
Hardware: | Other | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
i915 platform: | SKL | i915 features: | display/eDP | ||||
Attachments: |
|
Submitted an RFC patch to address this issue http://lists.freedesktop.org/archives/intel-gfx/2015-September/075691.html *** Bug 92037 has been marked as a duplicate of this bug. *** DC6 is currently disabled at runtime so this issue no longer exists. DC6 will be re-enabled but at that point we'll have a power well for "DC off" which Aux A will grab. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 118078 [details] dmesg DP Aux A is not working without first disabling DC6. Not really a regression but since commit a7f749f9c7e8222405740f6081bd183137d1d6f2 the DMC is working and we can enter DC states which made this bug visible. The result is that modesetting takes a few seconds but still succeeds. We get a few of these: [drm:intel_dp_aux_ch [i915]] *ERROR* dp aux hw did not signal timeout (has irq: 1)! Before finally giving up with: [drm:intel_dp_aux_ch [i915]] *ERROR* dp_aux_ch not done status 0xad40001f I'm currently writing code to allow for power domain get/put to disable/enable dc states for platform restrictions.