From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 74751] resume from suspend broken with 3.15-rc1 and rc2 kernels Date: Tue, 29 Apr 2014 12:30:13 +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 423036E9DA for ; Tue, 29 Apr 2014 05:30:18 -0700 (PDT) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9273A201DE for ; Tue, 29 Apr 2014 12:30:16 +0000 (UTC) Received: from bugzilla1.web.kernel.org (bugzilla1.web.kernel.org [172.20.200.51]) by mail.kernel.org (Postfix) with ESMTP id E2B2F201F2 for ; Tue, 29 Apr 2014 12:30:13 +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=74751 --- Comment #14 from Tasev Nikola --- Hi, Here is the patch from the commit that i found with git bisect. It's a copy paste from gitk for the commit 25f397a429dfa43f22c278d0119a60a343aa568f ---------------------- drivers/gpu/drm/drm_crtc_helper.c ---------------------- index c0f2d62..8108db9 100644 @@ -695,12 +695,13 @@ int drm_crtc_helper_set_config(struct drm_mode_set *set) if (new_encoder == NULL) /* don't break so fail path works correct */ fail = 1; - break; if (connector->dpms != DRM_MODE_DPMS_ON) { DRM_DEBUG_KMS("connector dpms not on, full mode switch\n"); mode_changed = true; } + + break; } } I just changed the break in the code like before the patch and after recompiling the 3.15-rc2 the suspend resume work again. But like i said i'm just an average user so sorry if i did something wrong. I attached a full copy paste from gitk for the commit 25f397a429dfa43f22c278d0119a60a343aa568f -- You are receiving this mail because: You are watching the assignee of the bug.