Bug 91277 - 'Unknown' connector status when resuming from suspend
Summary: 'Unknown' connector status when resuming from suspend
Status: CLOSED MOVED
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/Intel (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Intel GFX Bugs mailing list
QA Contact: Intel GFX Bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-09 09:51 UTC by Rui Tiago Matos
Modified: 2017-07-24 22:46 UTC (History)
4 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Rui Tiago Matos 2015-07-09 09:51:05 UTC
Using kernel 4.1 on a thinkpad X240, I get the following after resuming from suspend:

$ cat /sys/class/drm/card0/*/status
unknown
unknown
unknown
unknown
unknown

If at this point I just run the xrandr CLI tool, then I get correct values again:

$ cat /sys/class/drm/card0/*/status
disconnected
disconnected
connected
disconnected
disconnected

I also found out that with kernel 4.0 I don't get the 'unknown' statuses on the /sys connector files after resuming but nonetheless the X server doesn't seem to get notified about newly connected ports (while suspended) until a forced refresh with 'xrandr' is done.
Comment 1 Rui Tiago Matos 2015-07-16 14:15:07 UTC
This was already being tracked in the kernel bugzilla:

https://bugzilla.kernel.org/show_bug.cgi?id=100641


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.