From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 83331] radeon: Laptop panel out of sync after dpms standby/suspend/off Date: Sat, 04 Oct 2014 12:05:33 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by gabe.freedesktop.org (Postfix) with ESMTP id 1F03B6E1A9 for ; Sat, 4 Oct 2014 05:05:37 -0700 (PDT) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8191A20219 for ; Sat, 4 Oct 2014 12:05:35 +0000 (UTC) Received: from bugzilla2.web.kernel.org (bugzilla2.web.kernel.org [172.20.200.52]) by mail.kernel.org (Postfix) with ESMTP id 8540E201D3 for ; Sat, 4 Oct 2014 12:05:33 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org https://bugzilla.kernel.org/show_bug.cgi?id=83331 --- Comment #9 from Klaus Kusche --- Anything else I can try? Any debug outputs I could add? I think we are hunting two different problems: 1.) Why does the internal display crash after a dpms standby/suspend/off? This is extremely annoying, because it happens all the time while giving my presentations in the lecture halls, and with all the students in front of me, blindly fixing things is irritating. Without knowing the code, I'd assume that this should be easy to find: What's the difference in code paths between "dpms on" and "xrandr off+auto"? "xrandr off+auto" obviously does something more than "dpms on"? Couldn't this be simply added to "dpms on", too? Note that just "xrandr auto" alone does not fix the crashed display, a "xrandr off" is needed first. 2.) Why do the switch from VGA to framebuffer during boot and an "xrandr off+auto" both take ages (> 5 sec)? -- You are receiving this mail because: You are watching the assignee of the bug.