Summary: | [BDW] xterm disappears on HDMI screen if rotate from left to right after S3 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | Jeff Zheng <jeff.zheng> | ||||||
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: | christophe.prigent, intel-gfx-bugs | ||||||
Version: | unspecified | ||||||||
Hardware: | Other | ||||||||
OS: | All | ||||||||
Whiteboard: | |||||||||
i915 platform: | BDW | i915 features: | GPU hang, power/suspend-resume | ||||||
Attachments: |
|
Please attach /sys/class/drm/card0/error Created attachment 114022 [details]
/sys/class/drm/card0/error content
Is this still a problem? Test it on the latest drm-intel-nightly_fb4572_20150806+ kernel, this bug has gone away. Verified it. Closing old verified+fixed. |
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 114018 [details] dmesg log ==System Environment== -------------------------- Regression: No. Tried on drm-intel-testing-2015-01-30 and still see this issue. Non-working platforms: BDW Working platforms: ==kernel== -------------------------- -nightly: drm-intel-testing-2015-02-27 commit f4213123347e2c8027afe113de47ea7627f95cd8 (fails) ==Bug detailed description== ----------------------------- Boot BDW with HDMI connected. But after suspend and resume, HDMI screen does not show the xterm with "xrandr --output eDP1 --rotation left --output HDMI1 --rotation right". ==Reproduce steps== ---------------------------- 1. Connect HDMI display to BDW and boot BDW 2. xinit #This will show xterm on both eDP and HDMI screen 3. xrandr --output eDP1 --rotation left --output HDMI1 --rotation left 4. echo mem > /sys/power/state 5. xrandr --output eDP1 --rotation left --output HDMI1 --rotation right xterm shows on eDP but disappears on HDMI screen.